Exim is rejecting mail from whitelisted domains.
-----------
accept sender_domains = /etc/exim/whitelist.domains
drop
log_message = match recipients_drop.list.
recipients = /etc/exim/recipients_drop.list
------------
The rule listed above is suppose to reject all inbound mail to
recipients in the /etc/exim/recipients_drop.list file EXCEPT for those
coming from senders in the /etc/exim/whitelist.domains.
Unfortunately, senders from domains in the /etc/exim/
whitelist.domains are also being rejected. How do I fix this?
Thanks.
|