mirror of https://github.com/fail2ban/fail2ban
Added dovecot section to Debian's jail.conf. Thanks to Laurent Léonard (Closes: #655182)
parent
088aa67381
commit
b25dddff31
|
@ -1,3 +1,10 @@
|
||||||
|
fail2ban (0.8.6-3) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Added dovecot section to Debian's jail.conf. Thanks to Laurent
|
||||||
|
Léonard (Closes: #655182)
|
||||||
|
|
||||||
|
-- Yaroslav Halchenko <debian@onerussian.com> Sun, 08 Jan 2012 21:46:24 -0500
|
||||||
|
|
||||||
fail2ban (0.8.6-2) unstable; urgency=low
|
fail2ban (0.8.6-2) unstable; urgency=low
|
||||||
|
|
||||||
* Added pure-ftpd section to Debian's jail.conf. Thanks to Laurent
|
* Added pure-ftpd section to Debian's jail.conf. Thanks to Laurent
|
||||||
|
|
|
@ -263,6 +263,12 @@ filter = sasl
|
||||||
# "warn" level but overall at the smaller filesize.
|
# "warn" level but overall at the smaller filesize.
|
||||||
logpath = /var/log/mail.log
|
logpath = /var/log/mail.log
|
||||||
|
|
||||||
|
[dovecot]
|
||||||
|
|
||||||
|
enabled = false
|
||||||
|
port = smtp,ssmtp,imap2,imap3,imaps,pop3,pop3s
|
||||||
|
filter = dovecot
|
||||||
|
logpath = /var/log/mail.log
|
||||||
|
|
||||||
# DNS Servers
|
# DNS Servers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue