diff options
| -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 |
