23 Mar
2019
23 Mar
'19
10:28 p.m.
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?