wiseadmin:
> May 14 14:35:11 softexp postfix/smtpd[8378]: warning: SASL: Connect to
> smtpd failed: No such file or directory

You need to update your main.cf:smtpd_sasl_path setting and specify
the location of the socket that the Dovecot server listens on.

For example, when dovecot.conf says:

    socket listen {
        ...
        path = /var/spool/postfix/private/auth
        ...

Then main.cf would say:

    smtpd_sasl_type = dovecot
    smtpd_sasl_path = private/auth

        Wietse

Reply via email to