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. run sql/queries (postgres) within bash e.g. for things-to-buy in $(psql -d database-name -U username -c...
  3. Get your own Domain Name from Yahoo Do you have your own domain name? If yes then...
  4. Backup and Archive Incoming Email with Exim Loitering around Google and finding a way to archive/backup incoming...
  5. Force Email Delivery on Exim Hundred emails are queuing on your mail relay server, and...
  6. exim, playing with mail queue in server there are over thousand emails queue in our mail server,...
  7. Exim, refused: too many connections One of our mailserver having problem last week. It’s caused...
  8. ssh client hang after a few minutes of inactivity specify the parameter “ServerAliveInterval 60″ in /etc/ssh_config or /etc/ssh/ssh_config. for...
  9. Enable SMTP Port 587 on Exim Most of the ISP block port 25 for outgoing SMTP....
  10. vim – search & replace was searching what is the escape sequence for tab &...

Leave a Reply