I notice that I do not have this line on my mail.cfg..
smtpd_sasl_type = dovecot
every time that I added I am not able to connect I getting this
..
Oct 31 17:58:10 mail postfix/master[12029]: warning: process /usr/lib/postfix/smtpd pid 12280 exit status 1
Oct 31 17:58:10 mail postfix/master[12029]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
Oct 31 18:11:42 mail postfix/smtpd[12304]: warning: SASL: Connect to private/auth failed: No such file or directory
Oct 31 18:11:42 mail postfix/smtpd[12304]: fatal: no SASL authentication mechanisms
Oct 31 18:11:43 mail postfix/master[12029]: warning: process /usr/lib/postfix/smtpd pid 12304 exit status 1
when i do this command...I get this
mail:~ # postconf -a
cyrus
dovecot
mail:~ #
and getting this with this commenad
mail:~ # postconf -A
cyrus
mail:~ #
any ideas why I and not able to force post fix to use dovecot?
|