Phil Nadeau writes:
> > Dec 24 11:30:39 kiwi courieresmtpd: started,ip=[::ffff:192.168.1.13] > Dec 24 11:30:39 kiwi courieresmtpd: error,relay=::ffff:192.168.1.13, > msg="535 Authentication failed.",cmd: AUTH CRAM-MD5 > > I've been over the source to esmtpd, and it appears that 'Authentication > Failed' means that the authentication mechanism died during execution - the > program 'authstart' gets called, but doesn't do what it is supposed to. Or, it receives an invalid userid/password that does not validate. > I'm using Linux-PAM and I've installed esmtp, webmail, pop3d, and imapd PAM > config files directly from the defaults present in /usr/lib/courier/etc. The > defaults don't seem to work and neither does monkeying with the > configurations of either PAM or esmtpd. PAM does not support CRAM-MD5 authentication (see your error message, and see INSTALL). Turn off CRAM-MD5 via webadmin, and use LOGIN or PLAIN (whatever your client supports). -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
