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:

  1. exim: rejected EHLO, syntactically invalid argument If you email having problem with rejected EHLO or HELO,...
  2. Exim: Restrict Authenticated Outgoing Email with Sender Domain Most of the outgoing SMTP server allowed the user to...
  3. Backup and Archive Incoming Email with Exim Loitering around Google and finding a way to archive/backup incoming...
  4. Force Email Delivery on Exim Hundred emails are queuing on your mail relay server, and...
  5. run sql/queries (postgres) within bash e.g. for things-to-buy in $(psql -d database-name -U username -c...
  6. exim, playing with mail queue in server there are over thousand emails queue in our mail server,...
  7. Enable SMTP Port 587 on Exim Most of the ISP block port 25 for outgoing SMTP....
  8. Exim, refused: too many connections One of our mailserver having problem last week. It’s caused...
  9. Exim, Recipient Verify on Relay and Mail Server How many of you got dictionary/ratware attack on your mail...
  10. Grep Exim Email Transaction with Bash While email transport having problem, the first we look for...

Leave a Reply