Hi guys
I have install dovecot-1.2 as my imap server , I can login by localhost , but when I try to login by
http://10.1.2.26/roundcube , it fails ,the logs show :
I think it should be shows IP with 10.1.2.26 and user fbismc without @test.com.tw
Test log:
I have install dovecot-1.2 as my imap server , I can login by localhost , but when I try to login by
http://10.1.2.26/roundcube , it fails ,the logs show :
tail /var/log/dovecot-debug.log
Code:
May 23 09:39:46 imap-login: Info: Disconnected (auth failed, 1 attempts): user=<fbismc@test.com.tw>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
tail /var/log/dovecot.log
Code:
May 18 16:39:26 auth-worker(default): Error: pam(fbismc@test.com.tw,127.0.0.1): pam_authenticate() failed: authentication error
I think it should be shows IP with 10.1.2.26 and user fbismc without @test.com.tw
Test log:
Code:
Trying 127.0.0.1...
Connected to gate2.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
a001 logout
* BYE Logging out
a001 OK Logout completed.
Connection closed by foreign host
Code:
Trying 10.1.2.26...
Connected to 10.1.2.26.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
a001 logout
* BYE Logging out
a001 OK Logout completed.
Connection closed by foreign host.