|

|
1#
发表于 2007-8-15 16:47
| 只看该作者
请大家帮我分析一下,我的系统用的是freebsd.
大家好,非常高兴能有个这样的交流平台,
我在安装邮件服务器的时候碰到了很多的问题,请大家帮我出出主意。。。
谢谢
# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mail.test.jp ESMTP Postfix
ehlo mail
250-mail.test.jp
250-PIPELINING
250-SIZE 20480000
250-VRFY
250-ETRN
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
auth login
334 VXNlcm5hbWU6
dGVzdEBvcGVua2FrdS5qcA==
334 UGFzc3dvcmQ6
MDAwMDAw
535 5.7.0 Error: authentication failed: authentication failure
直接报的错误是这样的。
我把maillog文件也贴出来
# tail /var/log/maillog
Aug 15 17:53:38 www MailScanner[63054]: Error in line 1093, file "/opt/MailScanner/etc/reports/en/stored.size.message.txt" for storedsizemessage does not exist (or can not be read)
Aug 15 17:53:38 www MailScanner[63054]: Could not read file /opt/MailScanner/etc/reports/en/stored.virus.message.txt
Aug 15 17:53:38 www MailScanner[63054]: Error in line 1092, file "/opt/MailScanner/etc/reports/en/stored.virus.message.txt" for storedvirusmessage does not exist (or can not be read)
Aug 15 17:53:38 www MailScanner[63054]: Could not read executable /usr/lib/sendmail
Aug 15 17:53:38 www MailScanner[63054]: Error in line 183, file "/usr/lib/sendmail" for sendmail does not exist (or can not be read)
Aug 15 17:53:38 www MailScanner[63054]: Cannot open ruleset file /opt/MailScanner/etc/rules/max.message.size.rules, No such file or directory
Aug 15 17:53:38 www MailScanner[63054]: Cannot open filename-rules file /opt/MailScanner/etc/filename.rules.conf, skipping
Aug 15 17:53:38 www MailScanner[63054]: Cannot open filename-rules file /opt/MailScanner/etc/filetype.rules.conf, skipping
Aug 15 17:53:38 www MailScanner[63054]: File containing list of incoming queue dirs (/var/spool/mqueue.in) does not exist
Aug 15 17:53:38 www MailScanner[63054]: Cannot read definitions from /etc/MailScanner/virus.scanners.conf, No such file or directory
# tail /var/log/auth.log
Aug 15 15:09:15 www saslpasswd2: sql_select option missing
Aug 15 15:09:15 www saslpasswd2: auxpropfunc error no mechanism available
Aug 15 15:09:15 www sasldblistusers2: sql_select option missing
Aug 15 15:09:15 www sasldblistusers2: auxpropfunc error no mechanism available
Aug 15 15:09:15 www saslpasswd2: sql_select option missing
Aug 15 15:09:15 www saslpasswd2: auxpropfunc error no mechanism available
Aug 15 17:53:39 www sshd[63055]: warning: /etc/hosts.allow, line 1: can't verify hostname: getaddrinfo(29.58.80.218.broad.xw.sh.dynamic.163data.com.cn, AF_INET) failed
Aug 15 17:53:57 www sshd[63056]: reverse mapping checking getaddrinfo for 29.58.80.218.broad.xw.sh.dynamic.163data.com.cn [218.80.58.29] failed - POSSIBLE BREAK-IN ATTEMPT!
Aug 15 17:53:57 www sshd[63055]: reverse mapping checking getaddrinfo for 29.58.80.218.broad.xw.sh.dynamic.163data.com.cn [218.80.58.29] failed - POSSIBLE BREAK-IN ATTEMPT!
Aug 15 17:53:57 www sshd[63055]: Accepted password for admin from 218.80.58.29 port 26150 ssh2
请问这个问题怎么解决,,这个都郁闷了我快一个月了,,快要疯掉了,,。
大家帮我。。。
谢谢!! |
|