View Single Post
  #4 (permalink)  
Old 01-18-2007, 02:25 PM
Miz Miz is offline
Intermediate Member
 
Posts: 19
Default

/opt/zimbra/conf/smtpd.crt is:
Code:
-rwx------  1 zimbra zimbra 1078 Jan 18 10:24 /opt/zimbra/conf/smtpd.crt
And appears to be a well-formed certificate.

/opt/zimbra/cyrus-sasl/lib/sasl2 is:
Code:
#
# This is ${cyrus-sasl-prefix}/lib/sasl2/smtpd.conf
#
log_level: 3
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN
saslauthd_path: /opt/zimbra/cyrus-sasl/state/mux
I uncommented the saslauthd_path and restarted Zimbra's saslauthd using zmsaslauthdctl restart

This resulted in saslauthd finally logging, but these are the only lines it spit out:
Code:
Jan 18 16:20:11 mail saslauthd[9609]: detach_tty      : master pid is: 9609
Jan 18 16:20:11 mail saslauthd[9609]: ipc_init        : listening on socket: /opt/zimbra/cyrus-sasl-2.1.21.ZIMBRA/state/mux
Reply With Quote