summaryrefslogtreecommitdiff
path: root/etc/nftables.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/nftables.conf')
-rw-r--r--etc/nftables.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf
index ebf4a082..6aed40f0 100644
--- a/etc/nftables.conf
+++ b/etc/nftables.conf
@@ -32,12 +32,12 @@ table inet my_table {
tcp dport http accept
# email related ports
tcp dport smtp accept
- tcp dport pop3 accept
- tcp dport imap accept
+ #tcp dport pop3 accept
+ #tcp dport imap accept
tcp dport submissions accept
tcp dport submission accept
tcp dport imaps accept
- tcp dport pop3s accept
+ #tcp dport pop3s accept
pkttype host limit rate 5/second counter reject with icmpx type admin-prohibited
counter comment "count any other traffic"