walnut 发表于 2007-9-11 21:47:14

postfix无法通过foxmail发信,但可以收信,webmail收发都正常

我用的是postfix+mysql,postfix无法通过foxmail发信,但可以收信,webmail收发都正常

maillog如下:

Sep 12 04:16:59 mail postfix/smtpd: connect from unknown
Sep 12 04:16:59 mail postfix/smtpd: warning: unknown: SASL LOGIN authentication failed: authentication failure
Sep 12 04:16:59 mail postfix/smtpd: lost connection after AUTH from unknown
Sep 12 04:16:59 mail postfix/smtpd: disconnect from unknown

另外:
# telnet localhost 25
Trying 127.0.0.1...
Connected to mail.test.com (127.0.0.1).
Escape character is '^]'.
220 mail.test.com ESMTP Postfix - by zanba.com
helo a@test.com
250 mail.test.com
auth login
334 VXNlcm5hbWU6
dGVzdEBleHRtYWlsLm9yZw==
334 UGFzc3dvcmQ6
YQ==
535 5.7.0 Error: authentication failed: authentication failure

此时maillog为:

Sep 12 04:47:15 mail postfix/smtpd: warning: mail.test.com: SASL login authentication failed: authentication failure

请了解的朋友们帮帮忙。
谢谢!

liuguan269 发表于 2007-9-19 10:09:57

sasl 认证问题。。有正确安装sasl包吗。或者包有错误。下载源代码包。重新编译安装。。。。


看查看一下配置文件
页: [1]
查看完整版本: postfix无法通过foxmail发信,但可以收信,webmail收发都正常