[Exim] TLS and Auth

Top Page
Delete this message
Reply to this message
Author: Scott Dexter
Date:  
To: Exim-Users
Subject: [Exim] TLS and Auth
First off thanks to all who helped me with my problems yesterday, I
wasn't seeing the forest for the tree's :)


I am setting up a new exim server and have gotten AUTH working fine, but
I run into a problem using it over TLS. I am using Evolution as a
client and I keep seeing messages in the log like this:

Jul 31 10:34:21 mailsrv exim[13888]: 2003-07-31 10:34:21 SMTP protocol
violation: synchronization error (next input sent too soon): rejected
"\200F^A^C" H=dmz.prov.ingenta.com [xxx.xxx.xxx.xxx]

I am using pwcheck for auth, here are my authenticators:


plainns:
     driver = plaintext
     public_name = PLAIN
     server_condition = "${if pwcheck{$2:$3}{1}{0}}"
     server_set_id = $2


#lookup_cram:
#     driver = cram_md5
#     public_name = CRAM-MD5
#     server_secret = "${if pwcheck{$2:$3}{1}{0}}"
#     server_set_id = $2


login:
     driver = plaintext
     public_name = LOGIN
     server_prompts = "Username:: : Password::"
     server_condition = "${if pwcheck{$1:$2}{1}{0}}"
     server_set_id = $1


I was never able to get CRAM-MD5 working in either case.

Scott

--
Scott Dexter