diff options
Diffstat (limited to 'roles/common/files')
| -rw-r--r-- | roles/common/files/etc/fail2ban/filter.d/roundcube.conf | 16 | ||||
| -rw-r--r-- | roles/common/files/etc/postfix/master.cf | 1 | 
2 files changed, 17 insertions, 0 deletions
| diff --git a/roles/common/files/etc/fail2ban/filter.d/roundcube.conf b/roles/common/files/etc/fail2ban/filter.d/roundcube.conf new file mode 100644 index 0000000..c8cb5d3 --- /dev/null +++ b/roles/common/files/etc/fail2ban/filter.d/roundcube.conf @@ -0,0 +1,16 @@ +[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>[\w\-.^_]+) +# Values:  TEXT +# +failregex = IMAP Error: Login failed for \S+ from <HOST>\. AUTHENTICATE \S+: Authentication failed\. + +# Option:  ignoreregex +# Notes.:  regex to ignore. If this regex matches, the line is ignored. +# Values:  TEXT +# +ignoreregex = diff --git a/roles/common/files/etc/postfix/master.cf b/roles/common/files/etc/postfix/master.cf index 3540e32..38b2ecb 100644 --- a/roles/common/files/etc/postfix/master.cf +++ b/roles/common/files/etc/postfix/master.cf @@ -11,6 +11,7 @@  smtp      inet  n       -       -       -       -       smtpd  16132     inet  n       -       -       -       -       smtpd  2526      inet  n       -       -       -       -       smtpd +2580      inet  n       -       -       -       -       smtpd  submission inet n       -       -       -       -       smtpd  pickup    fifo  n       -       -       60      1       pickup  cleanup   unix  n       -       -       -       0       cleanup | 
