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.
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!
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.
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.