Community Forums
Connect with us on LinkedIn

View Poll Results: Do you need a Global Account Level Filtering?

Voters
2. You may not vote on this poll
  • Absolutely!

    2 100.00%
  • Nice to have

    0 0%
  • Not necessary

    0 0%
+ Reply to Thread
Results 1 to 10 of 10
  1. #1
    Member
    Join Date
    Dec 2009
    Posts
    5

    Default Reseller Account Level Email Filtering

    In every cPanel there is an option called Account Level Filtering, which is extremely effective for email Spam filtering - stopping them at the server level.

    In WHM we might have numerous domains or accounts. It would be great if we can have a Global Account Level Filtering option to apply to all the sub-accounts.

    i.e.: Account Level Filtering that can be pushed to all the sub accounts that we have.

  2. #2
    cPanel Development cpanelkenneth's Avatar
    Join Date
    Apr 2006
    Posts
    3,782
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    There is a System Filter in the Exim Configuration Editor. Filters defined in that file will be applied before user-owned filters.
    Kenneth
    Product Manager
    cPanel, Inc.

  3. #3
    Member
    Join Date
    Dec 2009
    Posts
    5

    Default

    Thanks for the reply. Where can I find the Exim Config.Editor? I couldn't see it in WHM nor in cPanel. Can you give a little more details please.

  4. #4
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by Vako View Post
    Thanks for the reply. Where can I find the Exim Config.Editor? I couldn't see it in WHM nor in cPanel. Can you give a little more details please.
    Via root access the Exim Configuration Editor is accessible at the following WHM menu path:
    WHM: Main >> Service Configuration >> Exim Configuration Editor

    Related Documentation:
    Exim Configuration Editor

  5. #5
    Member
    Join Date
    Dec 2009
    Posts
    5

    Default

    I am using cPanel 11.24.5-R38506 - WHM 11.24.2 - X 3.9
    CENTOS 5.4 i686 standard on astra

    I don't see Service Configuration under Main.
    Do you think I need another version of WHM?

  6. #6
    cPanel Development cpanelkenneth's Avatar
    Join Date
    Apr 2006
    Posts
    3,782
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by Vako View Post
    I am using cPanel 11.24.5-R38506 - WHM 11.24.2 - X 3.9
    CENTOS 5.4 i686 standard on astra

    I don't see Service Configuration under Main.
    Do you think I need another version of WHM?
    Do you have root access to WHM?
    Kenneth
    Product Manager
    cPanel, Inc.

  7. #7
    Member
    Join Date
    Dec 2009
    Posts
    5

    Default

    Quote Originally Posted by cpanelkenneth View Post
    Do you have root access to WHM?
    No I don't and can't have it either since I am on a shared server. So I guess I am out of luck and have to recreate the filter to each account manually.
    That's why I requested this feature to be implemented, if possible.

    I have another question. Is it possible to find the file that contains the settings of the Account Filter, usually at this link:
    /frontend/x3/mail/filters/editfilter.html?account=&filtername=Spam
    and will it be possible to use an FTP to copy it to the location for another account? It would also be a feature to have a Duplicate/Copy option on that screen so we can use it on another account. Since sometimes creating a good spam filter takes more than 40 filters.
    Is there any possibility that my request(s) will be considered as a Feature Requests?

    thanks!

  8. #8
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by Vako View Post
    No I don't and can't have it either since I am on a shared server. So I guess I am out of luck and have to recreate the filter to each account manually. That's why I requested this feature to be implemented, if possible.
    To help confirm and clarify, is it a correct understanding that you are requesting something like a "per-reseller System Filter" that would offer the possibility to use an e-mail filter applying to multiple accounts, similar to the (server-wide) System Filter that is defined in the Exim Configuration Editor, but have it configurable on a per-reseller level of access and applying only to all accounts owned by an individual reseller?


    Quote Originally Posted by Vako View Post
    I have another question. Is it possible to find the file that contains the settings of the Account Filter, usually at this link:
    /frontend/x3/mail/filters/editfilter.html?account=&filtername=Spam
    and will it be possible to use an FTP to copy it to the location for another account?
    Please note that it is possible to backup and restore e-mail filters via cPanel, accessible via the following two menu paths:
    cPanel: Main >> Files >> Backups
    cPanel: Main >> Files >> Backup Wizard

    Related Documentation:
    Backups
    Backup Wizard

    It is also possible to manually backup, modify, and restore e-mail filters; the following information may be referenced to locate relevant files involved:

    Account-Level E-mail Filters may be located using the following file-system paths; please ensure to replace the example information of "domain.tld" and "username" with that of the applicable cPanel account involved:
    Code:
    /etc/vfilters/domain.tld
    /home/username/.cpanel/filter.yaml
    /home/username/.filter
    User-Level E-mail Filters may be located using the following file-system paths; please ensure to replace the example information of "username", "domain.tld", and "emailuser" with that of the applicable cPanel account involved:
    Code:
    /home/username/etc/domain.tld/emailuser/filter
    /home/username/etc/domain.tld/emailuser/filter.yaml

    Quote Originally Posted by Vako View Post
    It would also be a feature to have a Duplicate/Copy option on that screen so we can use it on another account. Since sometimes creating a good spam filter takes more than 40 filters. Is there any possibility that my request(s) will be considered as a Feature Requests?

    thanks!
    We evaluate and consider all feature requests received. To ensure full attention and detail to each unique feature request, please ensure to dedicated one request per thread as this helps greatly with organized discussion and ease of understanding which specific features are receiving the most interest. As you mentioned, a few requests may not be technically feasible depending on what is required to implement it, or they may just need more time to develop and implement properly. The functionality for processing e-mail filters is handled by the third-party mail server software Exim; like the current e-mail filter features, implementation of the requested ("per-reseller System Filter") enhancement would need to work within the available features and functionality of Exim and according to the Exim filter specification.

  9. #9
    Member
    Join Date
    Dec 2009
    Posts
    5

    Thumbs up

    Quote Originally Posted by cPanelDon View Post
    To help confirm and clarify, is it a correct understanding that you are requesting something like a "per-reseller System Filter" that would offer the possibility to use an e-mail filter applying to multiple accounts, similar to the (server-wide) System Filter that is defined in the Exim Configuration Editor, but have it configurable on a per-reseller level of access and applying only to all accounts owned by an individual reseller?
    Yes, exactly. That is what I am looking for.

    Thanks for all the detailed answers I will look into them.
    Much appreciated for the great support.

  10. #10
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default Friendly Moderator Note

    I have updated the title of this feature request thread to better reflect the conversation that has transpired thus far in this thread.

Similar Threads & Tags
Similar threads

  1. Replies: 0
    Last Post: 11-09-2010, 10:18 AM
  2. Replies: 0
    Last Post: 07-02-2010, 03:37 AM
  3. Mail > User Level Filtering & Account Level Filtering
    By rpiggott in forum Feature Requests for cPanel/WHM
    Replies: 1
    Last Post: 11-02-2009, 05:09 PM
  4. Account Level Filtering
    By BGZ0 in forum E-mail Discussions
    Replies: 3
    Last Post: 09-26-2007, 08:56 AM
  5. Account level filtering
    By linux.newbie in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 09-24-2007, 12:36 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube