mail user auth failing after update

From thelinuxwiki
Revision as of 05:08, 4 April 2013 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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”