1 ; RainLoop Webmail configuration file
\r
2 ; Please don't add custom parameters here, those will be overwritten
5 ; Text displayed as page title
6 title = "Laktatnebel Webmail"
8 ; Text displayed on startup
9 loading_description = "Webmail"
12 ; Theme used by default
15 ; Allow theme selection on settings screen
17 allow_user_background = On
19 ; Language used by default
22 ; Admin Panel interface language
23 language_admin = "de_DE"
25 ; Allow language selection on settings screen
26 allow_languages_on_settings = On
27 allow_additional_accounts = On
28 allow_additional_identities = On
30 ; Number of messages displayed on page by default
31 messages_per_page = 20
33 ; File size limit (MB) for file upload on compose screen
35 attachment_size_limit = 32
38 show_attachment_thumbnail = On
39 use_native_scrollbars = Off
40 new_move_to_folder_button = On
50 user_logo_message = ""
51 user_iframe_message = ""
53 welcome_page_display = "none"
61 pdo_dsn = "pgsql:host=127.0.0.1;port=5432;dbname=rainloop"
63 pdo_password = "dS7CBpJEs8-9&E_e"
64 suggestions_limit = 30
67 ; Enable CSRF protection (http://en.wikipedia.org/wiki/Cross-site_request_forgery)
69 custom_server_signature = "RainLoop"
70 x_frame_options_header = ""
71 x_xss_protection_header = "1; mode=block"
74 ; Login and password for web admin panel
75 admin_login = "webmailAdmin"
76 admin_password = "$2y$10$jEphx3Qbqgh3hqr1oMOADey9onSGhWE05d9rgD9OEQNOx1npzs/ki"
79 allow_admin_panel = On
80 allow_two_factor_auth = On
81 force_two_factor_auth = Off
82 hide_x_mailer_header = Off
84 admin_panel_key = "admin"
85 content_security_policy = ""
86 core_install_access_domain = ""
89 ; Require verification of SSL certificate used.
90 verify_certificate = Off
92 ; Allow self-signed certificates. Requires verify_certificate.
93 allow_self_signed = On
95 ; Location of Certificate Authority file on local filesystem (/etc/ssl/certs/ca-certificates.crt)
98 ; capath must be a correctly hashed certificate directory. (/etc/ssl/certs/)
101 ; Location of client certificate file (pem format with private key) on local filesystem
116 dangerous_actions = On
118 messagelist_actions = On
119 attachments_actions = On
124 ; Allow language selection on webmail login screen
125 allow_languages_on_login = On
126 determine_user_language = On
127 determine_user_domain = On
129 hide_submit_button = Off
130 forgot_password_link_url = ""
131 registration_link_url = ""
134 ; This option allows webmail to remember the logged in user
135 ; once they closed the browser window.
138 ; "DefaultOff" - can be used, disabled by default;
139 ; "DefaultOn" - can be used, enabled by default;
140 ; "Unused" - cannot be used
141 sign_me_auto = "DefaultOff"
144 ; Enable plugin support
147 ; List of enabled plugins
151 ; Editor mode used by default (Plain, Html, HtmlForced or PlainForced)
152 view_editor_type = "Html"
154 ; layout: 0 - no preview, 1 - side preview, 2 - bottom preview
156 view_use_checkboxes = On
159 contacts_autosave = On
160 mail_use_threads = Off
161 allow_draft_autosave = On
162 mail_reply_same_folder = Off
168 ; Logs entire request only if error occured (php requred)
169 write_on_error_only = Off
171 ; Logs entire request only if php error occured
172 write_on_php_error_only = Off
174 ; Logs entire request only if request timeout (in seconds) occured.
175 write_on_timeout_only = 0
177 ; Required for development purposes only.
178 ; Disabling this option is not recommended.
185 ; For security reasons, some characters are removed from filename.
186 ; Allows for pattern-based folder creation (see examples below).
189 ; {date:Y-m-d} - Replaced by pattern-based date
190 ; Detailed info: http://www.php.net/manual/en/function.date.php
191 ; {user:email} - Replaced by user's email address
192 ; If user is not logged in, value is set to "unknown"
193 ; {user:login} - Replaced by user's login (the user part of an email)
194 ; If user is not logged in, value is set to "unknown"
195 ; {user:domain} - Replaced by user's domain name (the domain part of an email)
196 ; If user is not logged in, value is set to "unknown"
197 ; {user:uid} - Replaced by user's UID regardless of account currently used
200 ; {request:ip} - Replaced by user's IP address
203 ; {imap:login} {imap:host} {imap:port}
204 ; {smtp:login} {smtp:host} {smtp:port}
207 ; filename = "log-{date:Y-m-d}.txt"
208 ; filename = "{date:Y-m-d}/{user:domain}/{user:email}_{user:uid}.log"
209 ; filename = "{user:email}-{date:Y-m-d}.txt"
210 filename = "log-{date:Y-m-d}.txt"
212 ; Enable auth logging in a separate file (for fail2ban)
214 auth_logging_filename = "fail2ban/auth-{date:Y-m-d}.txt"
215 auth_logging_format = "[{date:Y-m-d H:i:s}] Auth failed: ip={request:ip} user={imap:login} host={imap:host} port={imap:port}"
218 ; Special option required for development purposes
224 google_enable_auth = Off
225 google_enable_auth_gmail = Off
226 google_enable_drive = Off
227 google_enable_preview = Off
228 google_client_id = ""
229 google_client_secret = ""
239 twitter_consumer_key = ""
240 twitter_consumer_secret = ""
247 ; The section controls caching of the entire application.
249 ; Enables caching in the system
252 ; Additional caching key. If changed, cache is purged
255 ; Can be: files, APC, memcache, redis (beta)
256 fast_cache_driver = "files"
258 ; Additional caching key. If changed, fast cache is purged
259 fast_cache_index = "v1"
261 ; Browser-level cache. If enabled, caching is maintainted without using files
264 ; Browser-level cache time (seconds, Expires header)
267 ; Caching message UIDs when searching and sorting (threading)
271 ; Experimental settings. Handle with care.
273 allow_mobile_version = On
274 ignore_folders_subscription = Off
275 check_new_password_strength = On
276 update_channel = "stable"
279 allow_smart_html_links = On
280 cache_system_data = On
281 date_from_headers = On
282 autocreate_system_folders = On
283 allow_message_append = Off
284 disable_iconv_if_mbstring_supported = Off
285 login_fault_delay = 1
286 log_ajax_response_write_limit = 300
287 allow_html_editor_source_button = Off
288 allow_html_editor_biti_buttons = Off
289 allow_ctrl_enter_on_compose = On
290 try_to_detect_hidden_images = Off
291 hide_dangerous_actions = Off
292 use_app_debug_js = Off
293 use_mobile_version_for_tablets = Off
294 use_app_debug_css = Off
296 use_imap_force_selection = Off
297 use_imap_list_subscribe = On
300 use_imap_expunge_all_on_delete = Off
301 imap_forwarded_flag = "$Forwarded"
302 imap_read_receipt_flag = "$ReadReceipt"
303 imap_body_text_limit = 555000
304 imap_message_list_fast_simple_search = On
305 imap_message_list_count_limit_trigger = 0
306 imap_message_list_date_filter = 0
307 imap_message_list_permanent_filter = ""
308 imap_message_all_headers = Off
309 imap_large_thread_limit = 50
310 imap_folder_list_limit = 200
311 imap_show_login_alert = On
312 imap_use_auth_plain = On
313 imap_use_auth_cram_md5 = Off
314 smtp_show_server_errors = Off
315 smtp_use_auth_plain = On
316 smtp_use_auth_cram_md5 = Off
317 sieve_allow_raw_script = Off
318 sieve_utf8_folder_name = On
319 sieve_auth_plain_initial = On
320 sieve_allow_fileinto_inbox = Off
324 domain_list_limit = 99
325 mail_func_clear_headers = On
326 mail_func_additional_parameters = Off
328 folders_spec_limit = 50
329 owncloud_save_folder = "Attachments"
330 owncloud_suggestions = On
335 custom_login_link = ""
336 custom_logout_link = ""
337 allow_external_login = Off
338 allow_external_sso = Off
339 external_sso_key = ""
340 http_client_ip_check_proxy = Off
341 fast_cache_memcache_host = "127.0.0.1"
342 fast_cache_memcache_port = 11211
343 fast_cache_redis_host = "127.0.0.1"
344 fast_cache_redis_port = 6379
345 use_local_proxy_for_external_images = Off
346 detect_image_exif_orientation = On
347 cookie_default_path = ""
348 cookie_default_secure = Off
349 check_new_messages = On
350 replace_env_in_configuration = ""
352 strict_html_parser = Off
359 saved = "Thu, 08 Aug 2024 15:37:51 +0000"