mailcow-dockerized-docs/docs/u_e-mailcow_ui-config.md

16 Zeilen
888 B
Markdown

2017-05-06 00:22:26 +02:00
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 UI configuration parameters can be to...
2017-05-09 17:36:04 +02:00
- ...change the default language[^1]
2017-05-06 00:22:26 +02:00
- ...change the default bootstrap theme
- ...set a password complexity regex
2017-10-09 20:29:37 +02:00
- ...enable DKIM private key visibility
2017-05-06 00:22:26 +02:00
- ...add mailcow app buttons to the login screen
- ...set a pagination trigger
- ...set action after submitting forms (stay in form, return to previous page)
2017-05-09 17:36:04 +02:00
[^1]: To change SOGos default language, you will need to edit `data/conf/sogo/sogo.conf` and replace "English" by your preferred language.