Exim – block incoming mail from blacklisted IPS only

blacklisteximrblspamassassin

I would like to check for blacklists only for incoming e-mail. I have users who usually get dynamic IP's which are blacklisted so they are not able to send the e-mail if I turn the blacklist option on.
How could I achieve that ?
Also, is there a ways to set automatic deletion of e-mails marked as SPAM ?

Here is my exim cofnfiguration.
http://paste.servergur.us/wilumojabi.coffee

Best Answer

You have to whitelist legal senders while all others are passed through the blacklist. But far more efficient way is to use SMTPS with authentication.

exim intended to ask spamd about score from the ACL, and if score is high enough - simply reject or blackhole the message. Delivering + deletion is a wasting of resources.

Related Topic