Hello,
I have a multiple instance Postfix setup. The first (original) one was
configured with dovecot with the property:
smtpd_sasl_path = private/auth-client
This path represents a socket where dovecot listens to postfix
connections (pardon me if this description is not 100% accurate).
Now the other postfix instances doesn't have this special socket "file"
in their spool directory, so I receive the following error in other
Postfix instances:
warning: SASL: Connect to private/auth-client failed: No such file or
directory
Since the property smtpd_sasl_path is relative to the instance spool
directory, and the new instances have a separate spool directory, how
can I configure the new instances to use the same socket descriptor as
the original?
Already tried to use an absolute path in smtpd_sasl_path but I had no
success.
Thank you
gm