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, refused: too many connections One of our mailserver having problem last week. It’s caused...
  7. exim, playing with mail queue in server there are over thousand emails queue in our mail server,...
  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. Exim, Recipient Verify on Relay and Mail Server How many of you got dictionary/ratware attack on your mail...
  10. sed with multiple criteria sed -e 1d -e 50d -e ‘/junks/d’ would remove first...

Leave a Reply