[root@mail ~]# telnet safe.com 110
Trying 192.168.2.112...
Connected to safe.com (192.168.2.112).
Escape character is '^]'.
220 mail.safe.com ESMTP Postfix
ehlo mail
250-mail.safe.com
250-PIPELINING
250-SIZE 14336000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES //这一行在我的服务器上没有;
250-8BITMIME
250 DSN //这一行在我的服务器上没有;
auth login //登录系统失败
503 Error: authentication not enabled //提示错误
........
我已经安装Cyrus-sasl和dovecot两个服务已经正确启动.
请高手指教这是什么原因.............................


gxf 于 2007-10-05 13:24:29发表:
503 Error: authentication not enabled
意思是认证失败,帐号密码什么的出问题了?