Hi
Can someone tell me how to enable use of blacklists in exim. I can see a lot reference to blacklists in exim.conf ie
#require verify = sender
# deny using spamhaus
deny message = Email blocked by SPAMHAUS - to unblock see http://www.example.com/
# only for domains that do want to be tested against RBLs
hosts = !+relay_hosts
domains = +use_rbl_domains
!authenticated = *
dnslists = zen.spamhaus.org
along with other BL providers but how do I enable it for a domain? Is it a case of adding it to the /etc/virtual/use_rbl_domains file? ie domain.com?
thanks
Can someone tell me how to enable use of blacklists in exim. I can see a lot reference to blacklists in exim.conf ie
#require verify = sender
# deny using spamhaus
deny message = Email blocked by SPAMHAUS - to unblock see http://www.example.com/
# only for domains that do want to be tested against RBLs
hosts = !+relay_hosts
domains = +use_rbl_domains
!authenticated = *
dnslists = zen.spamhaus.org
along with other BL providers but how do I enable it for a domain? Is it a case of adding it to the /etc/virtual/use_rbl_domains file? ie domain.com?
thanks