mirror of
https://github.com/YunoHost-Apps/snappymail_ynh.git
synced 2024-09-03 20:26:29 +02:00
289 lines
7.4 KiB
INI
289 lines
7.4 KiB
INI
; SnappyMail configuration file
|
|
; Please don't add custom parameters here, those will be overwritten
|
|
|
|
[webmail]
|
|
; Text displayed as page title
|
|
title = "SnappyMail Webmail"
|
|
|
|
; Text displayed on startup
|
|
loading_description = "SnappyMail"
|
|
favicon_url = ""
|
|
|
|
; Theme used by default
|
|
theme = "Clear"
|
|
|
|
; Allow theme selection on settings screen
|
|
allow_themes = On
|
|
allow_user_background = Off
|
|
|
|
; Language used by default
|
|
language = "__LANGUAGE__"
|
|
|
|
; Admin Panel interface language
|
|
language_admin = "__LANGUAGE__"
|
|
|
|
; Allow language selection on settings screen
|
|
allow_languages_on_settings = On
|
|
allow_additional_accounts = On
|
|
allow_additional_identities = On
|
|
|
|
; Number of messages displayed on page by default
|
|
messages_per_page = 20
|
|
|
|
; File size limit (MB) for file upload on compose screen
|
|
; 0 for unlimited.
|
|
attachment_size_limit = 25
|
|
|
|
[interface]
|
|
show_attachment_thumbnail = On
|
|
new_move_to_folder_button = on
|
|
|
|
[contacts]
|
|
; Enable contacts
|
|
enable = On
|
|
allow_sharing = On
|
|
allow_sync = On
|
|
sync_interval = 20
|
|
type = "mysql"
|
|
pdo_dsn = "mysql:host=127.0.0.1;port=3306;dbname=__DB_NAME__"
|
|
pdo_user = "__DB_USER__"
|
|
pdo_password = "__DB_PWD__"
|
|
suggestions_limit = 30
|
|
|
|
[security]
|
|
; Enable CSRF protection (http://en.wikipedia.org/wiki/Cross-site_request_forgery)
|
|
csrf_protection = On
|
|
custom_server_signature = "SnappyMail"
|
|
x_frame_options_header = "DENY"
|
|
x_xss_protection_header = "1; mode=block"
|
|
openpgp = Off
|
|
|
|
; Login and password for web admin panel
|
|
admin_login = "admin"
|
|
admin_password = "12345"
|
|
admin_totp = ""
|
|
|
|
; Access settings
|
|
allow_admin_panel = On
|
|
hide_x_mailer_header = On
|
|
admin_panel_host = ""
|
|
admin_panel_key = "admin"
|
|
content_security_policy = ""
|
|
csp_report = Off
|
|
encrypt_cipher = "aes-256-cbc-hmac-sha1"
|
|
|
|
[ssl]
|
|
; Require verification of SSL certificate used.
|
|
verify_certificate = Off
|
|
|
|
; Allow self-signed certificates. Requires verify_certificate.
|
|
allow_self_signed = On
|
|
|
|
; Location of Certificate Authority file on local filesystem (/etc/ssl/certs/ca-certificates.crt)
|
|
cafile = ""
|
|
|
|
; capath must be a correctly hashed certificate directory. (/etc/ssl/certs/)
|
|
capath = ""
|
|
|
|
[capa]
|
|
contacts = On
|
|
quota = On
|
|
help = On
|
|
search = On
|
|
search_adv = On
|
|
dangerous_actions = On
|
|
attachments_actions = On
|
|
|
|
[login]
|
|
default_domain = "__DOMAIN__"
|
|
|
|
; Allow language selection on webmail login screen
|
|
allow_languages_on_login = On
|
|
determine_user_language = On
|
|
determine_user_domain = Off
|
|
hide_submit_button = On
|
|
login_lowercase = On
|
|
|
|
; This option allows webmail to remember the logged in user
|
|
; once they closed the browser window.
|
|
;
|
|
; Values:
|
|
; "DefaultOff" - can be used, disabled by default;
|
|
; "DefaultOn" - can be used, enabled by default;
|
|
; "Unused" - cannot be used
|
|
sign_me_auto = "DefaultOff"
|
|
|
|
[plugins]
|
|
; Enable plugin support
|
|
enable = On
|
|
|
|
; List of enabled plugins
|
|
enabled_list = "ldap-identities"
|
|
|
|
[defaults]
|
|
; Editor mode used by default (Plain, Html, HtmlForced or PlainForced)
|
|
view_editor_type = "Html"
|
|
|
|
; layout: 0 - no preview, 1 - side preview, 2 - bottom preview
|
|
view_layout = 1
|
|
view_use_checkboxes = On
|
|
autologout = 30
|
|
view_html = On
|
|
show_images = Off
|
|
contacts_autosave = On
|
|
mail_use_threads = Off
|
|
allow_draft_autosave = On
|
|
mail_reply_same_folder = Off
|
|
|
|
[logs]
|
|
; Enable logging
|
|
enable = Off
|
|
|
|
level = 4
|
|
|
|
; Logs entire request only if error occured (php requred)
|
|
write_on_error_only = Off
|
|
|
|
; Logs entire request only if php error occured
|
|
write_on_php_error_only = Off
|
|
|
|
; Logs entire request only if request timeout (in seconds) occured.
|
|
write_on_timeout_only = 0
|
|
|
|
; Required for development purposes only.
|
|
; Disabling this option is not recommended.
|
|
hide_passwords = On
|
|
time_offset = __TIMEZONE__
|
|
session_filter = ""
|
|
|
|
; Log filename.
|
|
; For security reasons, some characters are removed from filename.
|
|
; Allows for pattern-based folder creation (see examples below).
|
|
;
|
|
; Patterns:
|
|
; {date:Y-m-d} - Replaced by pattern-based date
|
|
; Detailed info: http://www.php.net/manual/en/function.date.php
|
|
; {user:email} - Replaced by user's email address
|
|
; If user is not logged in, value is set to "unknown"
|
|
; {user:login} - Replaced by user's login (the user part of an email)
|
|
; If user is not logged in, value is set to "unknown"
|
|
; {user:domain} - Replaced by user's domain name (the domain part of an email)
|
|
; If user is not logged in, value is set to "unknown"
|
|
; {user:uid} - Replaced by user's UID regardless of account currently used
|
|
;
|
|
; {user:ip}
|
|
; {request:ip} - Replaced by user's IP address
|
|
;
|
|
; Others:
|
|
; {imap:login} {imap:host} {imap:port}
|
|
; {smtp:login} {smtp:host} {smtp:port}
|
|
;
|
|
; Examples:
|
|
; filename = "log-{date:Y-m-d}.txt"
|
|
; filename = "{date:Y-m-d}/{user:domain}/{user:email}_{user:uid}.log"
|
|
; filename = "{user:email}-{date:Y-m-d}.txt"
|
|
filename = "log-{date:Y-m-d}.txt"
|
|
|
|
; Enable auth logging in a separate file (for fail2ban)
|
|
auth_logging = On
|
|
auth_logging_filename = "fail2ban/auth-fail.log"
|
|
auth_logging_format = "[{date:Y-m-d H:i:s T}] Auth failed: ip={request:ip} user={imap:login} host={imap:host} port={imap:port}"
|
|
|
|
[debug]
|
|
; Special option required for development purposes
|
|
enable = Off
|
|
|
|
[cache]
|
|
; The section controls caching of the entire application.
|
|
;
|
|
; Enables caching in the system
|
|
enable = On
|
|
|
|
; Additional caching key. If changed, cache is purged
|
|
index = "v1"
|
|
|
|
; Can be: files, APC, memcache
|
|
fast_cache_driver = "files"
|
|
|
|
; Additional caching key. If changed, fast cache is purged
|
|
fast_cache_index = "v1"
|
|
|
|
; Browser-level cache. If enabled, caching is maintainted without using files
|
|
http = On
|
|
|
|
; Browser-level cache time (seconds, Expires header)
|
|
http_expires = 3600
|
|
|
|
; Caching message UIDs when searching and sorting (threading)
|
|
server_uids = On
|
|
|
|
[labs]
|
|
allow_prefetch = Off
|
|
cache_system_data = On
|
|
date_from_headers = On
|
|
autocreate_system_folders = Off
|
|
allow_message_append = Off
|
|
login_fault_delay = 1
|
|
log_ajax_response_write_limit = 300
|
|
allow_html_editor_source_button = Off
|
|
allow_ctrl_enter_on_compose = On
|
|
try_to_detect_hidden_images = Off
|
|
use_app_debug_js = Off
|
|
use_mobile_version_for_tablets = Off
|
|
use_app_debug_css = Off
|
|
use_imap_sort = On
|
|
use_imap_force_selection = Off
|
|
use_imap_thread = On
|
|
use_imap_move = Off
|
|
use_imap_expunge_all_on_delete = Off
|
|
imap_forwarded_flag = "$Forwarded"
|
|
imap_read_receipt_flag = "$ReadReceipt"
|
|
imap_body_text_limit = 555000
|
|
imap_message_list_fast_simple_search = On
|
|
imap_message_list_count_limit_trigger = 0
|
|
imap_message_list_date_filter = 0
|
|
imap_message_list_permanent_filter = ""
|
|
imap_message_all_headers = Off
|
|
imap_large_thread_limit = 50
|
|
imap_folder_list_limit = 200
|
|
imap_show_login_alert = On
|
|
imap_use_list_status = On
|
|
imap_timeout = 300
|
|
smtp_show_server_errors = Off
|
|
smtp_timeout = 60
|
|
sieve_auth_plain_initial = On
|
|
sieve_allow_fileinfo_inbox = Off
|
|
sieve__timeout = 10
|
|
sasl_allow_plain = On
|
|
sasl_allow_scram_sha = Off
|
|
sasl_allow_cram_md5 = Off
|
|
mail_func_clear_headers = On
|
|
mail_func_additional_parameters = Off
|
|
favicon_status = On
|
|
folders_spec_limit = 50
|
|
curl_proxy = ""
|
|
curl_proxy_auth = ""
|
|
in_iframe = Off
|
|
force_https = Off
|
|
custom_login_link = ""
|
|
custom_logout_link = ""
|
|
allow_external_login = Off
|
|
http_client_ip_check_proxy = Off
|
|
fast_cache_memcache_host = "127.0.0.1"
|
|
fast_cache_memcache_port = 11211
|
|
fast_cache_redis_host = "127.0.0.1"
|
|
fast_cache_redis_port = 6379
|
|
use_local_proxy_for_external_images = On
|
|
image_exif_auto_rotate = Off
|
|
cookie_default_path = ""
|
|
cookie_default_secure = Off
|
|
check _new_messages = On
|
|
replace_env_in_configuration = ""
|
|
boundary_prefix = ""
|
|
kolab_enabled = Off
|
|
dev_email = ""
|
|
dev_password = ""
|
|
|
|
[version]
|
|
current = "2.15.0"
|
|
saved = "Thu, 21 Apr 2022 15:18:08 +0000"
|