Fxi jail.conf to use more syslog macros

pull/780/head
Orion Poplawski 10 years ago
parent d8c7cc2832
commit 6b554fbe98

@ -376,7 +376,7 @@ logpath = /var/log/monit
[webmin-auth] [webmin-auth]
port = 10000 port = 10000
logpath = /var/log/auth.log logpath = %(syslog_authpriv)s
# #
@ -429,7 +429,7 @@ maxretry = 6
[vsftpd] [vsftpd]
# or overwrite it in jails.local to be # or overwrite it in jails.local to be
# logpath = /var/log/auth.log # logpath = %(syslog_authpriv)s
# if you want to rely on PAM failed login attempts # if you want to rely on PAM failed login attempts
# vsftpd's failregex should match both of those formats # vsftpd's failregex should match both of those formats
port = ftp,ftp-data,ftps,ftps-data port = ftp,ftp-data,ftps,ftps-data
@ -539,7 +539,7 @@ logpath = %(postfix_log)s
[perdition] [perdition]
port = imap3,imaps,pop3,pop3s port = imap3,imaps,pop3,pop3s
logpath = /var/log/maillog logpath = %(syslog_mail)s
[squirrelmail] [squirrelmail]
@ -663,13 +663,13 @@ maxretry = 5
[pam-generic] [pam-generic]
# pam-generic filter can be customized to monitor specific subset of 'tty's # pam-generic filter can be customized to monitor specific subset of 'tty's
banaction = iptables-allports banaction = iptables-allports
logpath = /var/log/auth.log logpath = %(syslog_authpriv)s
[xinetd-fail] [xinetd-fail]
banaction = iptables-multiport-log banaction = iptables-multiport-log
logpath = /var/log/daemon.log logpath = %(syslog_daemon)s
maxretry = 2 maxretry = 2
@ -699,7 +699,7 @@ action = %(banaction)s[name=%(__name__)s-tcp, port="%(tcpport)s", protocol="tcp
[nagios] [nagios]
enabled = false enabled = false
logpath = /var/log/messages ; nrpe.cfg may define a different log_facility logpath = %(syslog_daemon)s ; nrpe.cfg may define a different log_facility
maxretry = 1 maxretry = 1

Loading…
Cancel
Save