Fix minor bug in writing configuration file.

This commit is contained in:
2017-10-30 03:55:15 +01:00
parent 1e3bcd35ef
commit f8084d731b
2 changed files with 19 additions and 4 deletions

View File

@ -161,8 +161,12 @@ APACHE_SERVER_KEY=""
# - - you'll need at least dovecot 2.1 for salted passwords ('doveadm pw' 2.0.x doesn't support the '-t' option)
# - - dovecot 2.0.0 - 2.0.7 is not supported
# -
ENCRYPTION_METHOD="cleartext"
#ENCRYPTION_METHOD="dovecot:CRAM-MD5"
# - Example:
# -
# - ENCRYPTION_METHOD="cleartext"
# - ENCRYPTION_METHOD="dovecot:CRAM-MD5"
# -
ENCRYPTION_METHOD=""
# - If you use the dovecot encryption method: where is the dovecotpw binary located?
# -