1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-16 10:59:53 +02:00
Mailu/webmails/snappymail/defaults/application.ini

31 lines
622 B
INI
Raw Normal View History

2022-03-22 11:04:56 +02:00
; Snappymail Webmail configuration file
[webmail]
2018-12-07 13:37:40 +02:00
attachment_size_limit = {{ MAX_FILESIZE }}
[security]
allow_admin_panel = Off
2022-11-13 15:34:25 +02:00
openpgp = On
[labs]
allow_gravatar = Off
2022-11-13 16:25:46 +02:00
image_exif_auto_rotate = On
try_to_detect_hidden_images = On
{% if WEB_WEBMAIL == '/' %}custom_login_link = "sso.php"{% else %}custom_login_link = "{{ WEB_WEBMAIL }}/sso.php"{% endif %}
custom_logout_link = "/sso/logout"
2019-02-19 10:30:33 +02:00
2022-03-22 11:18:51 +02:00
[contacts]
2019-02-19 10:30:33 +02:00
enable = On
2019-02-26 15:04:35 +02:00
allow_sync = On
2019-02-19 10:30:33 +02:00
[defaults]
2019-02-26 15:04:35 +02:00
contacts_autosave = On
autologout = {{ (((PERMANENT_SESSION_LIFETIME | default(10800)) | int)/60) | int }}
2022-11-13 15:34:25 +02:00
[cache]
2022-11-13 16:25:46 +02:00
enable = On
2022-11-13 15:34:25 +02:00
fast_cache_driver = "APCU"
[imap]
use_move = On