summaryrefslogtreecommitdiff
path: root/security/py-fail2ban/files/patch-bsd-sendmail.conf
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-12-14 10:52:47 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-12-14 10:52:47 +0000
commit8d288bf5dbbdbe2877f243fbd88d4418349dfa5f (patch)
treee0b3426e0234095a200bd90b397ed9514becd6be /security/py-fail2ban/files/patch-bsd-sendmail.conf
parentFix MASTER_SITES, should have been part of the update. (diff)
security/py-fail2ban: Modernize and cleanup
- Use autoplist, update pkg-plist accordingly, deprecate py3kplist - Remove unnecessary PYDISTUTILS_PKGVERSION and --install-purelib args - Cleanup a REINPLACE to be more explicit - Add do-test target - Regenerate patches (makepatch compatible) - Add NO_ARCH - Sort and group USE{S,_*} entries PR: 204373 Approved by: maintainer <theis gmx at>
Diffstat (limited to 'security/py-fail2ban/files/patch-bsd-sendmail.conf')
-rw-r--r--security/py-fail2ban/files/patch-bsd-sendmail.conf38
1 files changed, 0 insertions, 38 deletions
diff --git a/security/py-fail2ban/files/patch-bsd-sendmail.conf b/security/py-fail2ban/files/patch-bsd-sendmail.conf
deleted file mode 100644
index 9380b379fc9c..000000000000
--- a/security/py-fail2ban/files/patch-bsd-sendmail.conf
+++ /dev/null
@@ -1,38 +0,0 @@
---- /dev/null 2012-11-27 18:33:00.000000000 +0100
-+++ config/filter.d/bsd-sendmail.conf 2012-11-27 18:32:47.000000000 +0100
-@@ -0,0 +1,35 @@
-+# Fail2Ban configuration file
-+#
-+# Source: http://www.the-art-of-web.com/system/fail2ban-sendmail
-+# Contributors: Gutza, the SASL regex
-+#
-+# $Revision$
-+
-+[INCLUDES]
-+
-+# Read common prefixes. If any customizations available -- read them from
-+# common.local
-+before = common.conf
-+
-+[Definition]
-+
-+# Option: failregex
-+# Notes.: regex to match the password failures messages in the logfile.
-+# The host must be matched by a group named "host".
-+# The tag "<HOST>" can be used for standard IP/hostname matching
-+# and is only an alias for (':::f{4,6}:)?(?P<host>\S+)
-+# Values: TEXT
-+
-+failregex = \[<HOST>\] .*to MTA
-+# \[<HOST>\] \(may be forged\)
-+ \[<HOST>\], reject.*\.\.\. Relaying denied
-+ (User unknown)\n* \[<HOST>\]
-+ badlogin: .* \[<HOST>\] plaintext .* SASL
-+ \[<HOST>\]: possible SMTP attack:
-+
-+# Option: ignoreregex
-+# Notes.: regex to ignore. If this regex matces, the line is ignored.
-+# Values: TEXT
-+
-+ignoreregex =
-+