summaryrefslogtreecommitdiff
path: root/templates/dovecot/dovecot.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dovecot/dovecot.conf.erb')
-rw-r--r--templates/dovecot/dovecot.conf.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/dovecot/dovecot.conf.erb b/templates/dovecot/dovecot.conf.erb
index 0da5182..bf23127 100644
--- a/templates/dovecot/dovecot.conf.erb
+++ b/templates/dovecot/dovecot.conf.erb
@@ -181,10 +181,10 @@ ssl_key_file = /etc/ssl/private/cert.pem
# Space-separated list of elements we want to log. The elements which have
# a non-empty variable value are joined together to form a comma-separated
# string.
-#login_log_format_elements = user=<%u> method=%m rip=%r lip=%l %c
+#login_log_format_elements = user=<%%u> method=%m rip=%r lip=%l %c
# Dont log user IPs
-login_log_format_elements = user=<%u> method=%m %c
+login_log_format_elements = user=<%%u> method=%m %c
# Login log format. %$ contains login_log_format_elements string, %s contains
# the data we want to log.