Re: [exim] Re: smtp protocol violation question

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Marc Sherman
Fecha:  
A: Timo Neuvonen
Cc: exim-users
Asunto: Re: [exim] Re: smtp protocol violation question
Timo Neuvonen wrote:
>
> Otherwise, putting this into exim.conf helps:
> # temporary hack to make 3dm2 9.1.5.2 messages work -- TiN 2005-01-30
> smtp_enforce_sync = false


Don't do that. It turns off useful error detection for all mail coming
into your server.

Peter Bowyer wrote:
>
> In a smtp connect ACL:
>
> accept hosts = +list_of_hosts_to_exempt_from_sync_check
> control = no_enforce_sync
> accept


This has the same effect as disabling smtp_enforce_sync, but specific to
a given list of known buggy hosts, so it's the better solution.

- Marc