On Tue, Apr 21, 2015 at 12:30:12PM -0400, Curtis Maurand wrote: > Thank you for your reply. I've solved it with a bit of research. really > weird in that smtp authentication was working on port 25, but not on port > 587. I was getting the following error:
Your port 25 smtpd entry in master.cf is not chrooted, but your port 587 entry is. > Apr 21 12:20:29 canon postfix/submission/smtpd[9382]: warning: SASL > authentication failure: cannot connect to saslauthd server: No such file or > directory The chrooted smtpd found no saslauthd socket. > Which I fixed with in /etc/default/saslauthd (Ubuntu 12.04 LTS). > > OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd -r" You added the socket to the jail. It would be simpler to disable chroot on port 587, not much point when port 25 is not chrooted. -- Viktor.