HTML controls whitelist

MailCleaner Support
Added about 4 years ago

Senders can be whitelisted against the HTML controls checks. This will affect all users of th Mailcleaner cluster where is whitelist is made.

To manage the whitelists for HTML controls use on the master node of your cluster :

/usr/mailcleaner/bin/manage_wh_html_controls.sh

To add an address to the whitelist

/usr/mailcleaner/bin/manage_wh_html_controls.sh add user@domain.tld

To add a domain to the whitelist

/usr/mailcleaner/bin/manage_wh_html_controls.sh add domain.tld

To delete an entry from the whitelist

/usr/mailcleaner/bin/manage_wh_html_controls.sh del entry

To see all whitelists for this feature :

/usr/mailcleaner/bin/manage_wh_html_controls.sh show

You ll then need to restart the filtering engine on all hosts via the web interface or with

/usr/mailcleaner/etc/init.d/mailscanner restart

on each host. (This service is long to restart since it checks the antivirus rules integrity)