summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-11-13 02:07:48 +0000
committerXiao Pan <xyz@flylightning.xyz>2025-11-13 02:07:48 +0000
commit59aa2720be314bbe72ea779df6dc622d8042fff9 (patch)
treebd078522fec6a3021fb254ceb6d057974be027cf /etc
parent5e3df3953d34b3d94232d2c9f8efb9227e1d9169 (diff)
I do not enable pop3 in dovecot nowca
Diffstat (limited to 'etc')
-rw-r--r--etc/nftables.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf
index 28188bb2..e0bd8685 100644
--- a/etc/nftables.conf
+++ b/etc/nftables.conf
@@ -34,12 +34,12 @@ table inet my_table {
udp dport https accept
# email related ports
tcp dport smtp accept
- tcp dport pop3 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"