mirror of https://github.com/fail2ban/fail2ban
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
parent
b31a018e7c
commit
27526e431b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue