Array( 'acl', ), ); // Settings on a role-by-role basis. In this example, the 'htmleditor' setting // is enabled(1) for people with a 'cn=professional-user,dc=mykolab,dc=ch' role, // and it cannot be overridden. Sample use-case: disable htmleditor for normal people, // do not allow the setting to be controlled through the preferences, enable the // html editor for professional users and allow them to override the setting in // the preferences. $rcmail_config['kolab_auth_role_settings'] = Array( 'cn=professional-user,dc=mykolab,dc=ch' => Array( 'htmleditor' => Array( 'mode' => 'override', 'value' => 1, 'allow_override' => true ), ), ); ?>