The Problem
As you all know, if any user on your server has set up email forwarding to an AOL account... AOL will blacklist your server if the AOL user then tags any of the forwarded emails as spam. (AOL considers the email as spam, because it originated from your server.)
There is currently a feature request in bugzilla which would see cpanel implement the ability to NOT allow @aol forwarders to be created... (vote for it!).. but in the meantime, we need a way to easily find these nasty forwarders so we can deal with them.
The Solution
Attached to this post is a very simple WHM add-on called "AOL Forwarder Finder". This add-on will give you a nice list of any forwarders on your server that are sending email to AOL, the responsible domain, and also the reseller's domain.
** Special thanks to sparek-3, who wrote the code to actually find the @aol addresses, etc. All I did was change a few things, and then make it accessible as a WHM add-on.
The idea is that the list of forwarders can be used as a source into some other system which will send an email/warning to the appropriate users. Or, you can deal with each forwarder manually. Or, if you want to get tricky, you could modify the script to automatically notify the appropriate user and then remove the forwarder, etc...
If you make any changes to this script, please let me know and I'll update the copy here, so that it's in one easy-to-find place.
As you all know, if any user on your server has set up email forwarding to an AOL account... AOL will blacklist your server if the AOL user then tags any of the forwarded emails as spam. (AOL considers the email as spam, because it originated from your server.)
There is currently a feature request in bugzilla which would see cpanel implement the ability to NOT allow @aol forwarders to be created... (vote for it!).. but in the meantime, we need a way to easily find these nasty forwarders so we can deal with them.
The Solution
Attached to this post is a very simple WHM add-on called "AOL Forwarder Finder". This add-on will give you a nice list of any forwarders on your server that are sending email to AOL, the responsible domain, and also the reseller's domain.
** Special thanks to sparek-3, who wrote the code to actually find the @aol addresses, etc. All I did was change a few things, and then make it accessible as a WHM add-on.
The idea is that the list of forwarders can be used as a source into some other system which will send an email/warning to the appropriate users. Or, you can deal with each forwarder manually. Or, if you want to get tricky, you could modify the script to automatically notify the appropriate user and then remove the forwarder, etc...
If you make any changes to this script, please let me know and I'll update the copy here, so that it's in one easy-to-find place.
Please let me know if you find any bugs or have any suggestions/improvements/comments.##----------------------------------------------------
## Usage:
##
## 1) Copy to "/usr/local/cpanel/whostmgr/docroot/cgi/" directory.
## 2) Rename to "addon_aolforwarderfinder.cgi".
## 3) Chown to root:root.
## 4) Chmod to 755.
## 5) Log into WHM as user with root privs and click the link
## called "AOL Forwarder Finder" under the Add-ons section.
##----------------------------------------------------
Attachments
-
3.4 KB Views: 450
Last edited: