mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-11-01 10:37:45 +00:00
Only one labs section in the conf file
This commit is contained in:
@@ -9,12 +9,10 @@ openpgp = On
|
|||||||
|
|
||||||
[labs]
|
[labs]
|
||||||
allow_gravatar = Off
|
allow_gravatar = Off
|
||||||
{% if WEB_WEBMAIL == '/' %}
|
image_exif_auto_rotate = On
|
||||||
custom_login_link='sso.php'
|
try_to_detect_hidden_images = On
|
||||||
{% else %}
|
{% if WEB_WEBMAIL == '/' %}custom_login_link = "sso.php"{% else %}custom_login_link = "{{ WEB_WEBMAIL }}/sso.php"{% endif %}
|
||||||
custom_login_link='{{ WEB_WEBMAIL }}/sso.php'
|
custom_logout_link = "/sso/logout"
|
||||||
{% endif %}
|
|
||||||
custom_logout_link='/sso/logout'
|
|
||||||
|
|
||||||
[contacts]
|
[contacts]
|
||||||
enable = On
|
enable = On
|
||||||
@@ -24,11 +22,8 @@ allow_sync = On
|
|||||||
contacts_autosave = On
|
contacts_autosave = On
|
||||||
|
|
||||||
[cache]
|
[cache]
|
||||||
|
enable = On
|
||||||
fast_cache_driver = "APCU"
|
fast_cache_driver = "APCU"
|
||||||
|
|
||||||
[imap]
|
[imap]
|
||||||
use_move = On
|
use_move = On
|
||||||
|
|
||||||
[labs]
|
|
||||||
image_exif_auto_rotate = On
|
|
||||||
try_to_detect_hidden_images = On
|
|
||||||
|
|||||||
Reference in New Issue
Block a user