On 28/06/05, Balzi Andrea <[EMAIL PROTECTED]> wrote: > Hi > > I've from internal server that send automatically mails, some times in > to exim I found the follow error: > > 2005-06-28 12:01:35 SMTP protocol violation: synchronization error > (input sent without waiting for greeting): rejected connection from > H=srv-snmp [xxx.xxx.xxx.xxx] > > I'me trying to disable this control for this host. > I'm using exim4.44 and I'm reading documentation of exim 4.4x. > I've found the follow option: > > smtp_max_synprot_errors > > But I'm sure that solve it. > I've try pipelining_advertise_hosts but don't solve it.
In a smtp connect ACL: accept hosts = +list_of_hosts_to_exempt_from_sync_check control = no_enforce_sync accept or something very similar to suit your circumstances. Peter -- Peter Bowyer Email: [EMAIL PROTECTED] Tel: +44 1296 768003 VoIP: sip:[EMAIL PROTECTED] -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
