Difference between revisions of "mail user auth failing after update"
From thelinuxwiki
(Created page with " == problem == smtp / imap authentication failing after gentoo update. the update include a courier-authlib update. courier erroneously tries to use the (not configured) mys...") |
Latest revision as of 05:08, 4 April 2013
problem
smtp / imap authentication failing after gentoo update. the update include a courier-authlib update.
courier erroneously tries to use the (not configured) mysql auth method.
solution
edit /etc/courier/authlib/authdaemonrc
and replace the line
authmodulelist=”authmysql”
by
authmodulelist=”authpam”