Exim – anti-spam per domain setting
acl_check_rcpt:
blah …
blah …
blah …
deny message = rejected as $sender_host_address is blacklisted in $dnslist_domainn$dnslist_text
domains = domain-one.com : domain-two.com : domain-three.com
dnslists = sbl-xbl.spamhaus.org
blah …
blah …
blah …
reference link : http://www.exim-new-users.co.uk/content/view/65/39/
Related posts:
- exim: rejected EHLO, syntactically invalid argument If you email having problem with rejected EHLO or HELO,...
- Exim: Restrict Authenticated Outgoing Email with Sender Domain Most of the outgoing SMTP server allowed the user to...
- Backup and Archive Incoming Email with Exim Loitering around Google and finding a way to archive/backup incoming...
- Force Email Delivery on Exim Hundred emails are queuing on your mail relay server, and...
- run sql/queries (postgres) within bash e.g. for things-to-buy in $(psql -d database-name -U username -c...
- exim, playing with mail queue in server there are over thousand emails queue in our mail server,...
- Enable SMTP Port 587 on Exim Most of the ISP block port 25 for outgoing SMTP....
- Exim, refused: too many connections One of our mailserver having problem last week. It’s caused...
- Exim, Recipient Verify on Relay and Mail Server How many of you got dictionary/ratware attack on your mail...
- Grep Exim Email Transaction with Bash While email transport having problem, the first we look for...