From aff7fa76711680b3ca7ce0b26138d501db6b26a1 Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 22 Mar 2017 10:44:34 +0100 Subject: [PATCH] Doc update --- docs/u_and_e.md | 45 +++++++++++++-------------------------------- 1 file changed, 13 insertions(+), 32 deletions(-) diff --git a/docs/u_and_e.md b/docs/u_and_e.md index 312dd34f..fcafb0d2 100644 --- a/docs/u_and_e.md +++ b/docs/u_and_e.md @@ -1,20 +1,19 @@ -## Add mailcow app buttons +## mailcow UI configuration -Open `data/web/inc/vars.local.inc.php` and add your apps to an array. Default configuration: +Several configuration parameters of the mailcow UI can be changed by creating a file `data/web/inc/vars.local.inc.php` which overrides defaults settings found in `data/web/inc/vars.inc.php`. +The local configuration file is persistent over updates of mailcow. Try not to change values inside `data/web/inc/vars.inc.php`, but use them as template for the local override. -``` -$MAILCOW_APPS = array( - array( - 'name' => 'SOGo', - 'link' => '/SOGo/' - ), - // array( - // 'name' => 'Roundcube', - // 'link' => '/rc/' - // ), -); -``` +mailcow UI configuration parameters can be to... + +- ...change the default language* +- ...change the default bootstrap theme +- ...set a password complexity regex +- ...add mailcow app buttons to the login screen +- ...set a pagination trigger +- ...set action after submitting forms (stay in form, return to previous page) + +\* To change SOGos default language, you will need to edit `data/conf/sogo/sogo.conf` and replace "English" by your preferred language. ## Backup and restore maildir (simple tar file) @@ -52,24 +51,6 @@ Edit a domain as (domain) administrator to add an item to the filter table. Beware that a mailbox user can login to mailcow and override a domain policy filter item. -## Change default language - -Change `data/conf/sogo/sogo.conf` and replace "English" by your preferred language. - -Create a file `data/web/inc/vars.local.inc.php` and add "DEFAULT_LANG" with either "en", "pt", "de" or "nl": -``` -