mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-16 10:59:53 +02:00
35 lines
532 B
INI
35 lines
532 B
INI
; Snappymail Webmail configuration file
|
|
|
|
[webmail]
|
|
attachment_size_limit = {{ MAX_FILESIZE }}
|
|
|
|
[security]
|
|
allow_admin_panel = Off
|
|
openpgp = On
|
|
|
|
[labs]
|
|
allow_gravatar = Off
|
|
{% if WEB_WEBMAIL == '/' %}
|
|
custom_login_link='sso.php'
|
|
{% else %}
|
|
custom_login_link='{{ WEB_WEBMAIL }}/sso.php'
|
|
{% endif %}
|
|
custom_logout_link='/sso/logout'
|
|
|
|
[contacts]
|
|
enable = On
|
|
allow_sync = On
|
|
|
|
[defaults]
|
|
contacts_autosave = On
|
|
|
|
[cache]
|
|
fast_cache_driver = "APCU"
|
|
|
|
[imap]
|
|
use_move = On
|
|
|
|
[labs]
|
|
image_exif_auto_rotate = On
|
|
try_to_detect_hidden_images = On
|