You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
392 B
INI
24 lines
392 B
INI
; Snappymail Webmail configuration file
|
|
|
|
[webmail]
|
|
attachment_size_limit = {{ MAX_FILESIZE }}
|
|
|
|
[security]
|
|
allow_admin_panel = Off
|
|
|
|
[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
|