~ubuntu-branches/ubuntu/vivid/fail2ban/vivid

« back to all changes in this revision

Viewing changes to config/action.d/mail-whois-lines.conf

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2013-05-13 11:58:56 UTC
  • mfrom: (1.2.6) (11.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20130513115856-r1wwsd58ajx2ub5o
Tags: 0.8.9-1
* New upstream release
  - significant improvements in documentation (Closes: #400416)
  - roundcube auth filter (Closes: #699442)
  - enforces C locale for dates (Closes: #686341)
  - provides bash_completion.d/fail2ban
* debian/jail.conf:
  - added findtime and documentation on those basic options from jail.conf
    (Closes: #704568)
  - added new sample jails definitions for ssh-route, ssh-iptables-ipset{4,6},
    roundcube-auth, sogo-auth, mysqld-auth
* debian/control:
  - suggest system-log-daemon (Closes: #691001)
  - boost policy compliance to 3.9.4
* debian/rules:
  - run fail2ban's unittests at build time but ignore the failures
    (there are still some known issues to fix up to guarantee robust testing
    in clean chroots etc).
    Only pyinotify was added to build-depends since gamin might still be
    buggy on older releases and get stuck, which would complicate
    backporting

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# Author: Cyril Jaquier
4
4
# Modified-By: Yaroslav Halchenko to include grepping on IP over log files
5
 
# $Revision$
6
5
#
7
6
 
8
7
[Definition]
34
33
# Option:  actionban
35
34
# Notes.:  command executed when banning an IP. Take care that the
36
35
#          command is executed with Fail2Ban user rights.
37
 
# Tags:    <ip>  IP address
38
 
#          <failures>  number of failures
39
 
#          <failtime>  unix timestamp of the last failure
40
 
#          <bantime>  unix timestamp of the ban time
 
36
# Tags:    See jail.conf(5) man page
41
37
# Values:  CMD
42
38
#
43
39
actionban = printf %%b "Hi,\n
53
49
# Option:  actionunban
54
50
# Notes.:  command executed when unbanning an IP. Take care that the
55
51
#          command is executed with Fail2Ban user rights.
56
 
# Tags:    <ip>  IP address
57
 
#          <bantime>  unix timestamp of the ban time
58
 
#          <unbantime>  unix timestamp of the unban time
 
52
# Tags:    See jail.conf(5) man page
59
53
# Values:  CMD
60
54
#
61
55
actionunban = 
62
56
 
63
57
[Init]
64
58
 
65
 
# Defaut name of the chain
 
59
# Default name of the chain
66
60
#
67
61
name = default
68
62