Global Email Filtering
Hi All
One of my account got spam, I try use Account Level Filtering in CPanel..
It works succefully...
But now, spammer send same spam to other account / domain on that server.
Rather than use Account Level Filtering on every account, i looking for same feature on whm..
But i can't find those on whm (i have root access)...
How to setup Global Spam Filtering ?
Thank you
-
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
Please sign in to leave a comment.
Comments
2 comments