Kate Yoak wrote: > Here are key settings from esmtpd > > AUTHREQUIRED=0 > ESMTP_TLS_REQUIRED=0 > TLS_PROTOCOL=SSL3 > > ESMTPAUTH='LOGIN PLAIN CRAM-MD5' > ESMTPAUTH_TLS="PLAIN LOGIN CRAM-MD5" > > --- > Authentication works correctly from desktop clients. > I am running courier 0.58 on Fedora Core 4. > I require smtp authentication for all users, and that is working out fine. > All of the users have pam accounts on the system, and pamauth is the only > thing I've got going on. >
pam is incompatible with CRAM-MD5. In order to use CRAM-MD5, you must have the plain-text passwords available to courier. Remove CRAM-MD5, restart courier, and see if your scripts start working. ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
