diff --git a/roles/mail/templates/dovecot/local.conf.j2 b/roles/mail/templates/dovecot/local.conf.j2 index fba2255..f2948c0 100644 --- a/roles/mail/templates/dovecot/local.conf.j2 +++ b/roles/mail/templates/dovecot/local.conf.j2 @@ -1,9 +1,9 @@ auth_mechanisms = plain login -auth_verbose = yes -auth_debug = yes +auth_verbose = no +auth_debug = no disable_plaintext_auth = yes -mail_debug = yes +mail_debug = no log_path = /var/log/dovecot/errors.log info_log_path = /var/log/dovecot/info.log #log_timestamp = "%Y-%m-%d %H:%M:%S "