按搂主版本为0.1的安装文档,配置完后,目前在本机测试pop /smtp都无法通过验证,请搂主指点;
authtest -s 25
test@jqb.com test
Authentication FAILED: Operation not permitted
mail# authtest -s 110
test@jqb.com test
Authentication FAILED: Operation not permitted
mail# telnet localhost 110
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.jqb.com.
Escape character is '^]'.
+OK Hello there.
user
test@jqb.com
+OK Password required.
pass test
-ERR Login failed.
^C
quit
Connection closed by foreign host.
Oct 15 19:46:46 mail postfix/virtual[1254]: B6BEEB828: to=<
root@mail.jqb.com>, relay=virtual, delay=0.01, delays=0/0/0/0, dsn=5.1.1, status=bounced (unknown user: "
root@mail.jqb.com")
Oct 15 19:46:46 mail postfix/qmgr[1244]: B6BEEB828: removed
Oct 15 20:03:57 mail pop3d: LOGIN FAILED, user=test@jqb.com, ip=[127.0.0.1]
Oct 15 20:04:07 mail pop3d: LOGOUT, ip=[127.0.0.1]
mail# telnet localhost 25
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.jqb.com.
Escape character is '^]'.
220 mail.jqb.com ESMTP Postfix
ehlo mail
250-mail.jqb.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH NTLM LOGIN PLAIN GSSAPI OTP DIGEST-MD5 CRAM-MD5
250-AUTH=NTLM LOGIN PLAIN GSSAPI OTP DIGEST-MD5 CRAM-MD5
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
auth login
334 VXNlcm5hbWU6
anFiQGpxYi5jb20=
334 UGFzc3dvcmQ6
dGVzdA==
535 5.7.0 Error: authentication failed: authentication failure
谢谢;