Displaying 1 result from an estimated 1 matches for "fe8e82b5bff9".
2011 Mar 03
5
auth on tcp socket?
...>>
>> Want to separate smtp and imap to different servers but keep using
>> dovecot auth for postfix-sasl.
>> Whats to do? hmm, is postfix able to use non-unix socket for
>> dovecot-sasl?
> Well, added support for that:
> http://hg.dovecot.org/dovecot-2.0/rev/fe8e82b5bff9
Thanks for that.
is it save to use
smtpd_sasl_path = inet:localhost:1434
in postfix's main.cf?
there are some warnings in log:
"when SASL type is "dovecot", SASL path "inet:localhost:1434" should be a
socket pathname"
( Datei src/xsasl/xsasl_dovecot_server.c )...