Hi, <br><br>i have a working implementation of exim4 and sa-exim but i feel i&#39;m unable to whitelist. Don&#39;t know why. I think the clue is the moment where i have to whitelist but i can&#39;t get it. <br><br>In my ACL RCPT i have this lines at the top:<br>
<br>&nbsp; accept&nbsp; hosts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = : <br><br>&nbsp; accept&nbsp; domains&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = +local_domains<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; senders&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = lsearch;/etc/exim4/list_whitelist.txt:*@lsearch;/etc/exim4/list_whitelist.txt<br><br>&nbsp; deny&nbsp;&nbsp;&nbsp; message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Connection denied for $sender_host_address - Blacklisted host.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hosts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = net-iplsearch;/etc/exim4/list_bl-iphost.txt<br><br>&nbsp; warn&nbsp;&nbsp;&nbsp; message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = X-SA-Do-Not-Rej: Yes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; local_parts&nbsp;&nbsp;&nbsp;&nbsp; = postmaster:abuse<br><br>&nbsp; warn&nbsp;&nbsp;&nbsp; message&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = X-SA-Do-Not-Rej: Yes<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; senders&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = +whitelist_senders<br><br>[...]<br><br>but the email addresses or domains in the files above and in the addreslist named &quot;whitelist_senders&quot; 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>