diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2025-11-13 02:07:21 +0000 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2025-11-13 02:07:21 +0000 |
| commit | 3f49bce1b5f705355699edadd61cc308aa91d9f9 (patch) | |
| tree | 73b20fbf004904d1cb5f5e268b030a92f3215542 /etc/nftables.conf | |
| parent | fb184f110829a9add9a41dab43585e91f5e3b519 (diff) | |
I do not enable pop3 in dovecot nowib
Diffstat (limited to 'etc/nftables.conf')
| -rw-r--r-- | etc/nftables.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index ebf4a082..df34983b 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 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" |
