Mercurial > syslog2iptables
diff syslog2iptables.conf.top @ 69:0e736950a117 stable-1-0-16
fix post uninstall script; allow config bucket count zero to disable a pattern
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 21 Dec 2015 07:56:18 -0800 |
parents | d179292293eb |
children | ae5e6bcc5017 |
line wrap: on
line diff
--- a/syslog2iptables.conf.top Sat Dec 19 12:57:42 2015 -0800 +++ b/syslog2iptables.conf.top Mon Dec 21 07:56:18 2015 -0800 @@ -80,11 +80,11 @@ bucket 100; message "sendmail authentication attack"; }; - pattern "rejecting commands from.* \[(.*)\] due to pre-greeting traffic" { - index 1; // zero based - bucket 0; // disable - iphone setup trips this; bucket 1800; - message "sendmail pre-greeting"; - }; + #pattern "rejecting commands from.* \[(.*)\] due to pre-greeting traffic" { + # index 1; // zero based + # bucket 0; // disable - iphone setup trips this; bucket 1800; + # message "sendmail pre-greeting"; + #}; pattern "authentication failure: checkpass failed, .*\[(.*)\]" { index 1; // zero based bucket 100;