Skip to main content

Global Email Filtering

Comments

2 comments

  • keat63
    you could create your own exim blacklist, but this involves adding domain names to a list manually. Create a file named /etc/eximblacklist and add the entry "163.com" (without quotes). That is, add the domains you need to blacklist one per line. Now go to WHM >> Exim configuration editor >> Advanced Editor. Add the below lines in the first section just below the line "#!!# cPanel Exim 4 Config" domainlist exim_blacklist = lsearch;/etc/eximblacklist Now add inside the section under "ROUTERS CONFIGURATION " reject_domains: driver = redirect # RBL Blacklist incoming hosts domains = +exim_blacklist allow_fail data = :fail: Connection rejected: SPAM source $domain is manually blacklisted. Save the configuration and see the exim error log. You can see the domain blocked. Courtesy of Frank
    0
  • cPanelMichael
    Hello :) This is discussed in the following thread:
    0

Please sign in to leave a comment.