[KLUG Members] Debian, exim-tls, smtp auth

Jason Edward Durrett jed at shackman.com
Wed Jun 9 12:54:03 EDT 2004


Has anyone ever set up SMTP AUTH using exim-tls?  I am trying to do 
that now but am running into trouble.  Any hints or clues would be 
great.

Relevant part of exim.conf:

plain:
         driver = plaintext
         public_name = PLAIN
         server_condition ="${if pam {$1:$2}{yes}{no}}"
         server_set_id = $1
login:
         driver = plaintext
         public_name = LOGIN
         server_prompts = "Username:: : Password: :"
         server_condition = "${if pam {$1:$2}{yes}{no}}"
         server_set_id = $1

/var/log/exim/rejectlog says:

2004-06-09 10:55:38 Authentication failed for ns1.shackman.com 
([10.3.1.13]) [64.136.243.220]: 535 Incorrect authentication data

auth.log says:

Jun  9 10:55:38 mail exim: (pam_unix) bad username []



More information about the Members mailing list