Re: [Exim] TLS and Auth

Top Page
Delete this message
Reply to this message
Author: Hr. Daniel Mikkelsen
Date:  
To: Scott Dexter
CC: Exim-Users
Subject: Re: [Exim] TLS and Auth
On 31 Jul 2003, Scott Dexter wrote:

> 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]


This is probably Evolution expecting "TLS at once", an stunnel to port 25 or
something. I run a separate Exim instance to cover this:

exim -bd -oX 465 -tls-on-connect

-- Daniel