Domainadmin patch
This commit is contained in:
@@ -293,6 +293,13 @@ $conf['auth']['imap_domain_name'] = 'example.com';
|
||||
// change settings
|
||||
$conf['auth']['s_admins'] = array ('user1', 'user2');
|
||||
|
||||
// List Of Domain Admins
|
||||
// List of usernames that can control whole domain they belong to
|
||||
// ie: john has emails john@porche.com and john.doe@lambo.com
|
||||
// and john is listed as d_admin, then john can see and
|
||||
// administer all quarantines under porche.com and lambo.com
|
||||
$conf['auth']['d_admins'] = array ('john');
|
||||
|
||||
// List of Mail Admins
|
||||
// Mail Admins can see other users' spam and attachments
|
||||
// and can perform any action on them
|
||||
@@ -390,6 +397,10 @@ $conf['app']['showEmailAdmin'] = 1;
|
||||
// $conf['app']['siteSummary'] = 1
|
||||
$conf['app']['siteSummary'] = 1;
|
||||
|
||||
// Enable/Disable Domain Quarantine Summary
|
||||
$conf['app']['domainSummary'] = 1;
|
||||
|
||||
|
||||
// Show Site Quarantine in search only mode if set to 1.
|
||||
// No message is displayed when clicking on 'Site quarantine'.
|
||||
// Keep the default for for large sites.
|
||||
|
||||
Reference in New Issue
Block a user