I use saslauthd -v to confirm the type of saslauth supported<br />
<br />
# saslauthd -v<br />
saslauthd 2.1.23<br />
authentication mechanisms: getpwent kerberos5 pam rimap shadow ldap<br />
<br />
the result shows it support rimap , but if when I change MECH=rimap in /etc/sysconfig/saslauthd file the service can't running and return failed to initialize <br />
# /etc/init.d/saslauthd start<br />
Starting saslauthd: saslauthd[4212] :set_auth_mech : failed to initialize mechanism rimap<br />
<br />
And in man page of saslauthd the auth mech have sasldb type <br />
if I change the MECH=sasldb in config file the return shows unkown auth mech<br />
<br />
#/etc/init.d/saslauthd start<br />
Starting saslauthd: saslauthd[4248] :set_auth_mech : unknown authentication mechanism: sasldb<br />
[FAILED]<br />
[FAILED]
↧