Re: [exim] wrong ACL

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: bclark
CC: Exim User's Mailing List
Subject: Re: [exim] wrong ACL
Brent Clark wrote:

> So my question is, can this go in any other acl, and if so, which one. In


Any ACL that can possibly know the helo string is valid (i.e., all except
acl_not_smtp and acl_smtp_connect). I do it here:

acl_check_helo:

  drop condition = ${if isip {$sender_helo_name}}
       message   = plain IP address is not allowed