Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: MH_Help on January 28, 2013, 01:05:43 PM

Title: Group Contact Limit
Post by: MH_Help on January 28, 2013, 01:05:43 PM
Is there a limit to the number of contacts that you can add to a GROUP in the Address Book?
If so, what is the limit?
Title: Re: Group Contact Limit
Post by: ABerglund on January 28, 2013, 01:33:02 PM
It is configurable in the main.inc.php file. Default is unlimited.

// Maximum allowednumber of members of an address group. Default: 0 (no limit)
// If 'max_recipients' is set this value should be less or equal
$rcmail_config['max_group_members'] = 0;