On Wed, Jul 03, 2024 at 01:43:23PM +0200, Patrick Ben Koetter via Postfix-users 
wrote:
> > If not, or, in any case, you might specify
> > 
> >     saslauthd_path: /var/run/saslauthd/mux
> > 
> > in the "smtpd.conf" file, once it is in the correct (for Debian)
> > directory.  Note that this setting does include the "/mux" suffix.
> 
> IIRC Debian patches Postfix and expects smtpd.conf to be located in
> /etc/postfix/sasl/smtpd.conf. Have you tried this?

See:

    
https://salsa.debian.org/postfix-team/postfix-dev/-/blob/debian/master/debian/patches/07_sasl_config.diff?ref_type=heads#L73-79

    path = concatenate(var_config_dir, "/", "sasl:/usr/lib/sasl", (char *) 0);

In other words, Debian updates Postfix to search for the configuration in 

    - ${config_directory}/sasl  (typically /etc/postfix/sasl)
    - /usr/lib/sasl

regardless of the main.cf setting of cyrus_sasl_config_path.  Debian
really should stop doing that, and instead set a backwards-compatible
Debian-specific *default* for the config path, and let any main.cf
overrides take effect.

[ Scott Kitterman, any chance??? ]

-- 
    Viktor.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to