Fix minor bug in writing configuration file.
This commit is contained in:
@ -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?
|
||||
# -
|
||||
|
Reference in New Issue
Block a user