niclas writes:
i see a serious delay upon message sending.the following appears in my mail.log, when i send a message to courier-esmtpd-ssl using thunderbird as MUA: Nov 9 14:48:45 mailsrv courieresmtpd: started,ip=[::ffff:192.168.1.79] Nov 9 14:48:45 mailsrv courieresmtpd: EHLO [192.168.1.79] Nov 9 14:48:45 mailsrv courieresmtpd: AUTH CRAM-MD5 Nov 9 14:48:45 mailsrv courieresmtpd: error,relay=::ffff:192.168.1.79,msg="535 Authentication failed.",cmd: xyxyxy234FzID12345abcdefghNmYe98cj9843c4MTY0MGQy Nov 9 14:48:53 mailsrv courieresmtpd: AUTH PLAIN QYXfr7t5hb6bguzbg72xhcwByb2dnZWRpcmBKghZb6bz6BGfHZHttr564= Nov 9 14:48:53 mailsrv courieresmtpd: MAIL FROM:<[EMAIL PROTECTED]> SIZE=4747 Nov 9 14:48:53 mailsrv courieresmtpd: RCPT TO:<[EMAIL PROTECTED]> in /etc/courier/ i have set: esmtpd:AUTH_REQUIRED=0 esmtpd:ESMTPAUTH="LOGIN CRAM-MD5 CRAM-SHA1 CRAM-SHA256" esmtpd:ESMTPAUTH_TLS="PLAIN LOGIN CRAM-MD5" esmtpd-ssl:AUTH_REQUIRED=1 who's to blame here? the client or the server? i don't see an error in my config...
If your config enables CRAM-MD5 authentication, and you did not set up your accounts to support CRAM-MD5 authentication, then that's your error.
There are special requirements for CRAM-MD5 authentication; specifically you must use cleartext passwords, not encrypted passwords. See courier-authlib's documentation.
pgpMbPDvxgeIm.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
