1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-08 17:51:57 +00:00

dovecot: Remove "experimental" qualifiers

dovecot support has been around for a release, has decent testing and
seems stable enough to remove the "experimental" qualifier.
This commit is contained in:
Alberto Bertogli
2018-06-04 23:45:18 +01:00
parent cf81fbee74
commit 17b7bbe9c6
7 changed files with 40 additions and 14 deletions

View File

@@ -71,3 +71,16 @@
# If "<syslog>", log using the syslog (at MAIL|INFO priority).
# Default: <syslog>
#mail_log_path: "<syslog>"
# Enable dovecot authentication.
# If set to true, users not found in chasquid's user databases will be
# authenticated via dovecot.
# Default: false
#dovecot_auth: false
# Dovecot userdb and client socket paths.
# Most of the time this is not needed, as chasquid will auto-detect their
# location by searching standard paths.
# Default: "" (autodetect)
#dovecot_userdb_path: ""
#dovecot_client_path: ""