View Single Post
  #28 (permalink)  
Old 11-21-2005, 12:34 PM
avisser avisser is offline
Active Member
 
Posts: 29
Exclamation upgrade from M1 to M2 went smooth except for one thing

The upgrade sailed through, but smtp authentication is failing now. In M1 I had authentication enabled, and TLS unchecked. I was able to send fine with those settings, but now my send requests are getting rejected. I haven't changed a thing in Thunderbird, it is using the my full email address as the username on port 25. I have tried checking/unchecking it, restarting the server with zmcontrol and that still doesn't fix it. Also restarting Thunderbird doesn't fix the problem.

this is what /var/log/zimbra.log shows:

Nov 21 13:32:05 mail postfix/smtpd[9533]: connect from []
Nov 21 13:32:08 mail postfix/smtpd[9533]: warning: SASL authentication failure: Password verification failed
Nov 21 13:32:08 mail postfix/smtpd[9533]: warning: []: SASL PLAIN authentication failed
Nov 21 13:32:08 mail postfix/smtpd[9533]: warning: []: SASL LOGIN authentication failed
Nov 21 13:32:10 mail postfix/smtpd[9533]: lost connection after AUTH from []
Nov 21 13:32:10 mail postfix/smtpd[9533]: disconnect from []

sasl is running:
[zimbra@mail ~]$ ps -ef | grep sasl
zimbra 6335 1 0 13:15 ? 00:00:00 /opt/zimbra/cyrus-sasl-2.1.21.ZIMBRA/sbin/saslauthd -r -a zimbra
zimbra 6336 6335 0 13:15 ? 00:00:00 /opt/zimbra/cyrus-sasl-2.1.21.ZIMBRA/sbin/saslauthd -r -a zimbra
zimbra 6337 6335 0 13:15 ? 00:00:00 /opt/zimbra/cyrus-sasl-2.1.21.ZIMBRA/sbin/saslauthd -r -a zimbra
zimbra 6338 6335 0 13:15 ? 00:00:00 /opt/zimbra/cyrus-sasl-2.1.21.ZIMBRA/sbin/saslauthd -r -a zimbra
zimbra 6339 6335 0 13:15 ? 00:00:00 /opt/zimbra/cyrus-sasl-2.1.21.ZIMBRA/sbin/saslauthd -r -a zimbra
zimbra 10476 18830 0 13:36 pts/0 00:00:00 grep sasl
[zimbra@mail ~]$




any suggestions?

Last edited by avisser; 11-21-2005 at 12:37 PM..
Reply With Quote