This commit is contained in:
the-djmaze 2022-05-12 15:52:40 +02:00
parent e590576247
commit f7ba43437e
8 changed files with 31 additions and 23 deletions

View file

@ -74,6 +74,9 @@ content_security_policy = ""
csp_report = Off
encrypt_cipher = "aes-256-cbc-hmac-sha1"
[admin_panel]
allow_update = Off
[ssl]
; Require verification of SSL certificate used.
verify_certificate = Off
@ -81,6 +84,9 @@ verify_certificate = Off
; Allow self-signed certificates. Requires verify_certificate.
allow_self_signed = On
; https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_security_level.html
security_level = 1
; Location of Certificate Authority file on local filesystem (/etc/ssl/certs/ca-certificates.crt)
cafile = ""
@ -126,7 +132,7 @@ enable = Off
enabled_list = ""
[defaults]
; Editor mode used by default (Plain, Html, HtmlForced or PlainForced)
; Editor mode used by default (Plain, Html)
view_editor_type = "Html"
; layout: 0 - no preview, 1 - side preview, 2 - bottom preview
@ -267,6 +273,7 @@ imap_folder_list_limit = 200
imap_show_login_alert = On
imap_use_list_status = On
imap_timeout = 300
imap_disable_metadata = Off
smtp_show_server_errors = Off
smtp_timeout = 60
sieve_auth_plain_initial = On
@ -277,29 +284,30 @@ 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
detect_image_exif_orientation = On
image_exif_auto_rotate = Off
cookie_default_path = ""
cookie_default_secure = Off
check_new_messages = On
replace_env_in_configuration = ""
strict_html_parser = Off
boundary_prefix = ""
kolab_enabled = Off
dev_email = ""
dev_password = ""
[version]
current = "2.15.1"
current = "2.15.2"
saved = "Fri, 04 Mar 2022 08:55:26 +0000"