From 4a2fc8b7e85554ac819e30b48d300550a9cced10 Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Sun, 25 Jun 2017 19:05:13 -0400 Subject: [PATCH] Include imap (port 143) in courier-auth ports imap was missing from the list of ports, preventing fail2ban from blocking connections on standard IMAP port 143. --- config/jail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jail.conf b/config/jail.conf index 5a6c59e6..c9fb9475 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -622,7 +622,7 @@ logpath = /opt/kerio/mailserver/store/logs/security.log [courier-auth] -port = smtp,465,submission,imap3,imaps,pop3,pop3s +port = smtp,465,submission,imap,imap3,imaps,pop3,pop3s logpath = %(syslog_mail)s backend = %(syslog_backend)s