Re: [exim] Exim 4 and saslauthd

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: exim-users
Subject: Re: [exim] Exim 4 and saslauthd
Cole Tuininga wrote:

> 2005-08-17 17:13:51 SMTP protocol violation: synchronization error
> (input sent without waiting for greeting): rejected connection from
> H=some.host.com [ip.address.goes.here] input="\200F\001\003"


On which port is the connection coming in? (log_selector = ...
+incoming_port)
If it's 465, you forgot "tls_on_connect_ports = 465".

> plain:
> driver = plaintext
> public_name = PLAIN
> server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
> server_condition = ${if saslauthd{{$1}{$2}}{True}{False}}


plain has username in $2, password in $3.