Hi
I've a problem on the acl_check_rcpt.
I have written a rule for bypass the successive rules when a specific
address mail is inserted in the file whitelist-mail.cfg
But I've a case that don't match this rule but match the DNSBL rule, can
someone help me to solve it.
accept hosts = :
[...]
#Indirizzi mail considerati attendibili
accept senders = lsearch;/etc/exim4/whitelist-mail.cfg
endpass
verify = recipient
[...]
#DNSBL server considerati spammer o openrelay
deny message = rejected because $sender_host_address is in a
black list at $dnslist_domain / mail respinta perche\'
$sender_host_address e\' presente nella blacklist di $dnslist_domain
hosts = ! lsearch;/etc/exim4/nospam.cfg
dnslists = sbl.spamhaus.org : spam.dnsbl.sorbs.net
An example of a entry on whitelist-mail.cfg
noreplay@???
Andrea B.