Hi,
Postfix is giving me a very unhelpful message of just "SASL plain
authentication failed:".
My guess is that you have set "log_path" in your dovecot.conf. If this is
the case, the other line of the message appears in the dovecot log file,
for instance:
mail.log: ... SASL PLAIN a
On 2019-11-17 17:21 GMT, Laura Smith wrote:
> unix_listener /var/spool/postfix/private/dovecot-auth {
> mode = 0660
> user = postfix
> group = postfix
> }
> smtpd_sasl_path = inet:127.0.0.1:7425
Don't these have to line up? Mine are
/etc/dovecot/conf.d/10-master.conf:
unix_li
Hi,
Postfix is giving me a very unhelpful message of just "SASL plain
authentication failed:".
So I'm clueless as to where to start troubleshooting.
Dovecot config is as follows (I have tried both tcp and socket, both return the
same vague error) :
ssl = no
service auth {
unix_listener /var