dovecot sasl support
Wojciech Puchar
wojtek at puchar.net
Sat Mar 23 22:28:24 EET 2019
i've tried to replace saslauthd with dovecot sasl service
stopped saslauthd daemon and added
service auth {
unix_listener /var/run/saslauthd/mux {
mode = 0660
user = root
group = mail
}
}
so it will listen on the same socket.
the effect with sendmail is as below
Mar 23 21:23:29 <2.3> puchar dovecot: auth: Error: Authentication client
not compatible with this server (mixed old and new binaries?)
do i need to specify something while compiling sendmail to make it
compatible?
More information about the dovecot
mailing list