I have upgraded my FreeBSD 7.2 server to be 8.0. Everythong is ok. Thanks FreeBSD team very. But The mail sercer (postfix mysql cyrus-sasl2 squirrelmail) doesn't work right now.
If telnet:
if
what's the matter? What shall I do?
Thanks for you attention.
If telnet:
Code:
#telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 XXX ESMTP Postfix
ehlo localhost
250-XXX
250-PIPELINING
250-SIZE 5242880
250-VRFY
250-ETRN
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
mail from:smebody@xxx
250 2.1.0 Ok
rcpt to:otherpeople@xxx
554 5.7.1 <otherpeople@xxx>: Recipient address rejected: Access denied
tail /var/log/maillog
:
Code:
Dec 3 10:13:09 xxx postfix/smtpd[1241]: timeout after RCPT from localhost[127.0.0.1]
Dec 3 10:13:09 xxx postfix/smtpd[1241]: disconnect from localhost[127.0.0.1]
Dec 3 10:15:01 xxx postfix/sendmail[1272]: fatal: root(0): No recipient addresses found in message header
Dec 3 10:15:01 xxx postfix/sendmail[1274]: fatal: root(0): No recipient addresses found in message header
Dec 3 10:20:00 xxx postfix/sendmail[1282]: fatal: root(0): No recipient addresses found in message header
Dec 3 10:20:01 xxx postfix/sendmail[1284]: fatal: root(0): No recipient addresses found in message header
Dec 3 10:25:00 xxx postfix/sendmail[1304]: fatal: root(0): No recipient addresses found in message header
Dec 3 10:25:11 xxx postfix/sendmail[1306]: fatal: root(0): No recipient addresses found in message header
Dec 3 10:30:00 xxx postfix/sendmail[1320]: fatal: root(0): No recipient addresses found in message header
Dec 3 10:30:11 xxx postfix/sendmail[1322]: fatal: root(0): No recipient addresses found in message header
what's the matter? What shall I do?
Thanks for you attention.