SpamExperts / cpanel-addon

WHM/cPanel add-on for providing integration with SpamExperts services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improvements to Domain List

willdashwood opened this issue · comments

commented

This is a feature request rather than issue. We enabled SpamExperts for all accounts belonging to a cPanel reseller on a particular server. To do this we had to get a list of their domains and locate them one by one in this plugin and toggle protection. This took quite a while and when they changed their mind and cancelled the service we had to go through the same lengthy procedure again to disable protection. I raised a support ticket regarding this and was told to post here.

  1. Can you improve the Domain List part of the plugin so it mimics Account Information » List Accounts in WHM? That way we can order/filter by owner and allow us to protect/unprotect all accounts that belong to a certain cPanel reseller quickly and easily.

  2. Can you provide a command line helper script so we can disable and enable protection based on cPanel username? That would at least allow us to write a simple bash script to do this much quicker. For example:

/etc/prospamfilter/protectDomain example.com
/etc/prospamfilter/protectDomain CPANELUSERNAME
/etc/prospamfilter/unprotectDomain example.com
/etc/prospamfilter/unprotectDomain CPANELUSERNAME

Thanks!