From 549f64e86c92f38569cb08d74861e560585db23f Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Tue, 7 Jan 2014 10:25:29 +1100 Subject: [PATCH] BF: remove imap2 - not an IANA and probably not used --- config/jail.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/jail.conf b/config/jail.conf index abc9a196..d2bc04ff 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -614,13 +614,13 @@ logpath = /var/log/exim/mainlog [courier-auth] -port = smtp,465,submission,imap2,imap3,imaps,pop3,pop3s +port = smtp,465,submission,imap3,imaps,pop3,pop3s logpath = /var/log/mail.log [postfix-sasl] -port = smtp,465,submission,imap2,imap3,imaps,pop3,pop3s +port = smtp,465,submission,imap3,imaps,pop3,pop3s # You might consider monitoring /var/log/mail.warn instead if you are # running postfix since it would provide the same log lines at the # "warn" level but overall at the smaller filesize. @@ -629,7 +629,7 @@ logpath = /var/log/mail.log [perdition] -port = imap2,imap3,imaps,pop3,pop3s +port = imap3,imaps,pop3,pop3s logpath = /var/log/maillog