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.
22 lines
343 B
INI
22 lines
343 B
INI
8 years ago
|
; RainLoop Webmail configuration file
|
||
|
|
||
7 years ago
|
[webmail]
|
||
6 years ago
|
attachment_size_limit = {{ MAX_FILESIZE }}
|
||
7 years ago
|
|
||
8 years ago
|
[security]
|
||
|
allow_admin_panel = Off
|
||
|
|
||
|
[labs]
|
||
4 years ago
|
allow_gravatar = Off
|
||
|
{% if ADMIN == "true" %}
|
||
4 years ago
|
custom_login_link='sso.php'
|
||
|
custom_logout_link='{{ WEB_ADMIN }}/ui/logout'
|
||
4 years ago
|
{% endif %}
|
||
6 years ago
|
|
||
|
[contacts]
|
||
|
enable = On
|
||
6 years ago
|
allow_sync = On
|
||
6 years ago
|
|
||
|
[plugins]
|
||
6 years ago
|
contacts_autosave = On
|