diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2025-11-16 01:53:22 +0000 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2025-11-16 01:53:22 +0000 |
| commit | f245d02a62168df5d6696d665bfe3d86463dc6f9 (patch) | |
| tree | fac2ae838ff0e7e958435048b42193707c5a1691 | |
| parent | 59aa2720be314bbe72ea779df6dc622d8042fff9 (diff) | |
I only connect to imapsca
| -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 e0bd8685..0f1aceeb 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -35,7 +35,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 |
