Add imap and imaps to firewall.

This commit is contained in:
Julien Palard 2020-11-30 09:16:12 +01:00
parent 4515f7831f
commit e9f6473161

View File

@ -20,7 +20,7 @@
type filter hook input priority 0;
iif lo accept
ct state established,related accept
tcp dport { ssh, http, https, smtp } ct state new accept
tcp dport { ssh, http, https, smtp, imap2, imaps} ct state new accept
counter drop
}
}