Changes static logfile string to variable

Since we don't want to re-declare a log file name we already
have a varialbe for, use the existing variable to set dovecot_log.
pull/2339/head
Cool Fire 2019-02-13 10:10:24 +01:00
parent b31a018e7c
commit 27526e431b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ apache_error_log = /var/log/apache2/*error.log
apache_access_log = /var/log/apache2/*access.log
dovecot_log = /var/log/mail.log
dovecot_log = %(syslog_mail)s
# was in debian squeezy but not in wheezy
# /etc/proftpd/proftpd.conf (SystemLog)