Roundcube Plugin - Mail Filter Limit?

Discussion in 'Plugins/Modules/Addons' started by paka, Jun 26, 2014.

  1. paka

    paka Member

    Installed Roundcube plugin using:

    Using RoundCube Webmail With ISPConfig 3 On Debian Wheezy (Apache2)

    Roundcube is returning the following error with 15 filters created:

    Code:
    Limit reached
    Additional filters can be created within ISPConfig. The max filter limit problem occurs only when attempting to enter more than 15 filters within Roundcube.

    ISPConfig is set for an unlimited number of email filters.

    'Max. number of email filters -1'

    Tested raising the max email filters in ISPConfig to 1000, but the Roundcube still reports max number of email filters reached.
     
  2. florian030

    florian030 Well-Known Member HowtoForge Supporter

    You can try to adjust the limit in plugins/ispconfig3_filter/config/config.inc.php.dist
     
    biforme and cocovina like this.
  3. paka

    paka Member

    Brilliant, thank you. Instant fix for my inability to locate the proper config file.

    BTW, have used several of your How To's and without exception they were easy to follow and wonderfully accurate! Your knowledge has saved hours of faffing about.

    Ta!
     
  4. Horfic

    Horfic Member

    the rule limit you define in ispconfig is for the whole account, so in theory one email user under a domain could use up all and leave the others with none, thats the reason why i implemented a user limit in the plugins.
     
    biforme likes this.
  5. TonyG

    TonyG Active Member

    For anyone else who needs this info:
    The actual folder (now) is /usr/share/roundcube/plugins/ispconfig3_filter/config
    cp config.inc.php.dist config.inc.php
    Then edit and change $config['filter_limit'] = 1000; or whatever value you prefer.
    There's no need to restart anything. The configuration is read on each new operation.
     

Share This Page