Hi there, thanks so much for your hints.
I've been also thinking about that. When I intentionally input an incorrect password, there would be an "authentication error" and dovecot logged
the following error :
------------
Oct 21 11:55:56 imap-login: Info: Disconnected (auth failed, 1 attempts): user=<itscstud>, method=PLAIN, rip=www.xxx.yyy.zzz, lip=www.xxx.yyy.zzz
------------
when the password was correct, no auth error was reported, and dovecot logged the following:
------------
Oct 21 11:56:26 imap-login: Info: Login: user=<itscstud>, method=PLAIN, rip=www.xxx.yyy.zzz, lip=www.xxx.yyy.zzz
Oct 21 11:56:26 IMAP(itscstud): Info: Effective uid=xxxxxx, gid=xxxx, home=/aaa/bbb/ccc/ddd
Oct 21 11:56:26 IMAP(itscstud): Info: maildir: data=~/Maildir:INDEX=~/indexes
Oct 21 11:56:26 IMAP(itscstud): Info: maildir++: root=/aaa/bbb/ccc/ddd, index=/aaa/bbb/ccc/ddd, control=, inbox=/aaa/bbb/ccc/ddd
Oct 21 11:56:26 IMAP(itscstud): Info: Connection closed bytes=12/294
------------
Therefore I didn't think that it's an password authentication problem. Moreover, our Squirrel mail deployment, as well as other IMAP clients such as Thunderbird have been working happily with Dovecot 1.1.x and 1.2.x. I just confused what made ZCS being so "sensitive" between these two versions...

Perhaps ZCS has just adopted some proprietary elements (like M$)

??
Quote:
Originally Posted by ArcaneMagus The error is telling you that it can't connect to the external mail server. Since the external server is going up from 1.1.x to 1.2.x they might have changed some of the default settings on you. My guess would be that cleartext IMAP password authentication has been disabled in the 1.2.x branch, so you are unable to authenticate using the settings you have configured for this user. |