Re: [Exim] 451-Invalid HELO

Etusivu
Poista viesti
Vastaa
Lähettäjä: Tor Slettnes
Päiväys:  
Vastaanottaja: Kjetil Torgrim Homme
Kopio: exim-users
Aihe: Re: [Exim] 451-Invalid HELO
On Apr 30, 2004, at 17:44, Kjetil Torgrim Homme wrote:

> note that
> we accept IP addresses without brackets, I should change that, too.


acl_check_helo:
     deny message   = You gave me an IP address.  I want your name.
          condition = ${if isip {$sender_helo_name}{yes}{no}}
          delay     = 20s



acl_check_mailfrom:
     deny message   = Polite people say HELO first
          condition = ${if def:sender_helo_name {no}{yes}}
          delay     = 20s



(The "delay" is just a little something to stall non-compliant senders).