On Fri, Apr 19, 2002 at 03:40:29AM -0400, Marc Lindahl wrote: > The only appearance in the log is: > > > Apr 19 03:30:37 dell courieresmtpd: started,ip=[::ffff:216.254.71.21] > Apr 19 03:30:37 dell courieresmtpd: > error,relay=::ffff:216.254.71.21,msg="535 Authentication failed.",cmd: AUTH > CRAM-MD5 > > And the order of auth modules is authcram, authuserdb, authpam, authcustom - > the user is a system user, everything's pretty standard...
CRAM-MD5 authentication requires a specific password validation configuration. The passwords must be stored in the clear, not encrypted. See INSTALL. More than likely your password scheme does not use cleartext password, and therefore you cannot use CRAM-MD5. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
