RE: [OT?] "5.7.1 relay access denied, please check the message recipient and try again."
> From: Robert P. J. Day [mailto:rpjday@crashcourse.ca]
> Sent: Wednesday, September 16, 2009 11:43 AM
>
> Sep 15 23:12:38 main postfix/smtpd[20633]: warning: SASL
> authentication failure: cannot connect to saslauthd server: No such
> file or directory
> Sep 15 23:12:38 main postfix/smtpd[20633]: warning: SASL
> authentication failure: Password verification failed
> Sep 15 23:12:38 main postfix/smtpd[20633]: warning:
> unknown[24.114.232.37]: SASL PLAIN authentication failed: generic
> failure
By default, postfix runs in a chroot under /var/spool/postfix. The
path that is defined in smtpd_sasl_path in main.cf is relative to that
path. So make sure your SASL server is creating the socket file in the
correct place.
For example, in my /etc/postfix/main.cf, I have:
smtpd_sasl_path = private/auth
And in my Dovecot configuration, I have:
path = /var/spool/postfix/private/auth
The file is created by the SASL daemon when its running, and removed when
it isn't running.
Hope this helps!
-- Kevin
Reply to: