R: [exim] Re: smtp protocol violation question

Pàgina inicial
Delete this message
Reply to this message
Autor: Balzi Andrea
Data:  
A: exim-users
Assumpte: R: [exim] Re: smtp protocol violation question
I've try it but don't work.

I've define like the follow lines:

acl_smtp_connect:

  accept hosts = srv-snmp
         control = no_enforce_sync
  accept


Andrea

> -----Messaggio originale-----
> Da: exim-users-bounces@???
> [mailto:exim-users-bounces@exim.org] Per conto di Marc Sherman
> Inviato: martedì 28 giugno 2005 14.28
> A: Timo Neuvonen
> Cc: exim-users@???
> Oggetto: 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
>
> --
> ## 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/
>