Re: [Exim] Feature request: 'sender_helo_name' ACL condition

Top Page
Delete this message
Reply to this message
Author: Tor Slettnes
Date:  
To: Tabor J. Wells
CC: exim-users
Subject: Re: [Exim] Feature request: 'sender_helo_name' ACL condition
--

On Mar 5, 2004, at 10:20, Tabor J. Wells wrote:
> Without actually having tried it, is there any reason why you can't use
> ${lookup to check $sender_helo_name against a file containing all of
> those
> domains?


That would work too, but:
- implies several references (higher coupling) to the file (also in
"domainlist relay_from_domains")
- is less general, because not everybody puts their local domains in
a file.

Compare to the case of 'hosts = <hostlist>', or 'domains =
<domainlist>', which also are conditions that can be used in an ACL.
These, too, could have been accomplished using a ${lookup..} statement.


-tor
--
[ smime.p7s of type application/pkcs7-signature deleted ]
--