[Web] Default to hourly quarantine notifications for new mailboxes; [Web] Change "SOGo" link to "Webmail"
parent
954690b315
commit
261c2a5850
|
@ -100,7 +100,7 @@ $SHOW_DKIM_PRIV_KEYS = false;
|
||||||
// mailcow Apps - buttons on login screen
|
// mailcow Apps - buttons on login screen
|
||||||
$MAILCOW_APPS = array(
|
$MAILCOW_APPS = array(
|
||||||
array(
|
array(
|
||||||
'name' => 'SOGo',
|
'name' => 'Webmail',
|
||||||
'link' => '/SOGo/',
|
'link' => '/SOGo/',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -145,7 +145,7 @@ $MAILBOX_DEFAULT_ATTRIBUTES['force_pw_update'] = false;
|
||||||
$MAILBOX_DEFAULT_ATTRIBUTES['sogo_access'] = true;
|
$MAILBOX_DEFAULT_ATTRIBUTES['sogo_access'] = true;
|
||||||
|
|
||||||
// Send notification when quarantine is not empty (never, hourly, daily, weekly)
|
// Send notification when quarantine is not empty (never, hourly, daily, weekly)
|
||||||
$MAILBOX_DEFAULT_ATTRIBUTES['quarantine_notification'] = 'never';
|
$MAILBOX_DEFAULT_ATTRIBUTES['quarantine_notification'] = 'hourly';
|
||||||
|
|
||||||
// Default mailbox format, should not be changed unless you know exactly, what you do, keep the trailing ":"
|
// Default mailbox format, should not be changed unless you know exactly, what you do, keep the trailing ":"
|
||||||
// Check dovecot.conf for further changes (e.g. shared namespace)
|
// Check dovecot.conf for further changes (e.g. shared namespace)
|
||||||
|
|
Loading…
Reference in New Issue