2022-03-22 11:04:56 +02:00
|
|
|
; Snappymail Webmail configuration file
|
2016-09-03 14:10:42 +02:00
|
|
|
|
2017-07-02 17:22:54 +02:00
|
|
|
[webmail]
|
2018-12-07 13:37:40 +02:00
|
|
|
attachment_size_limit = {{ MAX_FILESIZE }}
|
2017-07-02 17:22:54 +02:00
|
|
|
|
2016-09-03 14:10:42 +02:00
|
|
|
[security]
|
|
|
|
allow_admin_panel = Off
|
2022-11-13 15:34:25 +02:00
|
|
|
openpgp = On
|
2016-09-03 14:10:42 +02:00
|
|
|
|
|
|
|
[labs]
|
2021-02-08 11:16:03 +02:00
|
|
|
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
|
|
|
|
2022-03-11 13:26:13 +02:00
|
|
|
[defaults]
|
2019-02-26 15:04:35 +02:00
|
|
|
contacts_autosave = On
|
2023-03-01 15:08:28 +02:00
|
|
|
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
|