Hi, <br><br>i have a working implementation of exim4 and sa-exim but i feel i'm unable to whitelist. Don't know why. I think the clue is the moment where i have to whitelist but i can't get it. <br><br>In my ACL RCPT i have this lines at the top:<br>
<br> accept hosts = : <br><br> accept domains = +local_domains<br> senders = lsearch;/etc/exim4/list_whitelist.txt:*@lsearch;/etc/exim4/list_whitelist.txt<br><br> deny message = Connection denied for $sender_host_address - Blacklisted host.<br>
hosts = net-iplsearch;/etc/exim4/list_bl-iphost.txt<br><br> warn message = X-SA-Do-Not-Rej: Yes<br> local_parts = postmaster:abuse<br><br> warn message = X-SA-Do-Not-Rej: Yes<br>
senders = +whitelist_senders<br><br>[...]<br><br>but the email addresses or domains in the files above and in the addreslist named "whitelist_senders" seems not to be read or no action is being taken. <br>
<br>Can anybody point me in the good direction?<br><br>Thanks in advance. Regards,<br><br>Jonathan GF<br>