Browse Source

[Web] Default to hourly quarantine notifications for new mailboxes; [Web] Change "SOGo" link to "Webmail"

andryyy 6 years ago
parent
commit
261c2a5850
1 changed files with 2 additions and 2 deletions
  1. 2 2
      data/web/inc/vars.inc.php

+ 2 - 2
data/web/inc/vars.inc.php

@@ -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)