Is there a way to tell Zimbra to look toward it's own sasl libraries instead of the Ubuntu /usr/lib/libsasl2 libs?
Zimbra 4.0.5 Ubuntu
Code:
root@blueline:/var/log# lsof -i tcp:25
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
smtpd 326 postfix 6u IPv4 1291575 TCP *:smtp (LISTEN)
root@blueline:/var/log# pmap 326 |grep sasl2.so
b7da4000 76K r-x-- /usr/lib/libsasl2.so.2.0.19
b7db7000 4K rw--- /usr/lib/libsasl2.so.2.0.19
root@blueline:/var/log# cat /etc/ld.so.conf
/lib
/usr/lib
/var/lib
/opt/zimbra/lib
/opt/zimbra/sleepycat/lib
/opt/zimbra/openldap/lib
/opt/zimbra/cyrus-sasl/lib
I believe this to be the cause of broken T-Bird, Outlook and Goldmine client connections.
The error on connect form Thunderbird;
"Sending of message Failed.
The message could not be sent because connecting to the SMTP server mail.hackme.com failed. The server may be unavailable or is refusing SMTP connections. Please verify that your SMTP server setting is correct and try again, or else contact your network administrator."
I see this in my /var/log/zimbra.log (edited /etc/syslog.conf auth.* -/var/log/zimbra.log);
Jan 23 21:44:24 blueline postfix/smtpd[354]: setting up TLS connection from ip-addr-here[ip.addr.here]
Jan 23 21:44:26 blueline postfix/smtpd[354]: TLS connection established from ip-addr-here[ip.addr.here]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
No other errors to go on (that I am aware of). /opt/zimbra/log/zimbra.log seems happy.
Client settings are good. I can connect to a TLS enabled postfix on port 25 with it on another box (non Zimbra).
Webmail is working as expected.
Hope the above is helpful.
Thanks.
Bob