Re: [Exim] 451-Invalid HELO

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Tor Slettnes
Ημερομηνία:  
Προς: Kjetil Torgrim Homme
Υ/ο: exim-users
Αντικείμενο: 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).