mirror of https://github.com/fail2ban/fail2ban
DOC: filter.d/solid-pop3d - document lack of PAM support. Thanks to Jacques for the log messages
parent
0eea0a35db
commit
1ea68b2d0c
|
@ -1,7 +1,7 @@
|
|||
# Fail2Ban filter for unsuccesful solid-pop3 authentication attempts
|
||||
#
|
||||
# Doesn't currently provide PAM support. Please contribute sample logs
|
||||
# to http://github.com/fail2ban/fail2ban/issues.
|
||||
# Doesn't currently provide PAM support as PAM log messages don't include rhost as
|
||||
# remote IP.
|
||||
#
|
||||
[INCLUDES]
|
||||
|
||||
|
@ -25,5 +25,8 @@ ignoreregex =
|
|||
#
|
||||
# solid-pop3d-0.15/src/main.c contains all authentication errors
|
||||
# except for PAM authentication messages ( src/authenticate.c )
|
||||
#
|
||||
# A pam authentication failure message (note no IP for rhost).
|
||||
# Nov 17 23:17:50 emf1pt2-2-35-70 solid-pop3d[17176]: pam_unix(solid-pop3d:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=jacques
|
||||
#
|
||||
# Authors: Daniel Black
|
||||
|
|
|
@ -20,3 +20,6 @@ Nov 15 00:34:53 rmc1pt2-2-35-70 solid-pop3d[3822]: can't find APOP secret for us
|
|||
# failJSON: { "time": "2004-11-15T00:34:53", "match": true , "host": "123.33.44.45" }
|
||||
Nov 15 00:34:53 rmc1pt2-2-35-70 solid-pop3d[3822]: APOP authentication failed for user adrian - 123.33.44.45
|
||||
|
||||
# Real log messages again:
|
||||
# failJSON: { "time": "2004-11-17T23:10:03", "match": true , "host": "190.16.165.230" }
|
||||
Nov 17 23:10:03 emf1pt2-2-35-70 solid-pop3d[16993]: authentication failed for user jacques - 190.16.165.230
|
||||
|
|
Loading…
Reference in New Issue