Hajo Locke: > Hello, > > my ambition is to completely separate mx and mail storage > > i use smtpd_sasl_type dovecot. > In dovecot2 i can use a tcp-socket for auth-service. > i want to use this tcp-socket in postfix by smtpd_sasl_path > an assignment like: > > smtpd_sasl_path = inet:localhost:1434 > > seems to work but it is not documented.
As documented: smtpd_sasl_path (default: smtpd) Implementation-specific information that the Postfix SMTP server passes through to the SASL plug-in implementation that is selected with smtpd_sasl_type. So, you are asking your question in the wrong place. Wietse