I'm having trouble getting cram-md5 authentication to work with esmtp. In my /etc/courier/esmtpd file I have
AUTHMODULES="authdaemon" ESMTPAUTH="LOGIN CRAM-MD5"
and in /etc/courier/authdaemonrc I have
authmodulelist="authcustom authcram authuserdb authldap authpgsql authmysql authpam"
(I restarted courier after making the changes.) But when I try and send I always get back the error "Authentication failed". PLAIN and LOGIN, however, both work. I also tried enabling CRAM-MD5 in imapd and get the same error.
CRAM-MD5 requires plaintext passwords. Meaning that the only authentication modes that can possibly support CRAM-MD5 are authuserdb, authldap, authmysql, and authpgsql -- and only if those authentication modules are specifically configured to use plaintext passwords.
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
