diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2025-11-16 01:53:39 +0000 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2025-11-16 01:53:39 +0000 |
| commit | 062244499e024996dab702ea3eedccf6503b5f78 (patch) | |
| tree | 0d0442aa9ef32351ce223f56e3c2c337d2f8abb4 | |
| parent | 3f49bce1b5f705355699edadd61cc308aa91d9f9 (diff) | |
I only connect to imapsib
| -rw-r--r-- | etc/nftables.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index df34983b..6aed40f0 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -33,7 +33,7 @@ table inet my_table { # email related ports tcp dport smtp accept #tcp dport pop3 accept - tcp dport imap accept + #tcp dport imap accept tcp dport submissions accept tcp dport submission accept tcp dport imaps accept |
