From 0b19d5a62febfd594c4d15f4e967f2378cd39f2c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 3 May 2026 19:42:54 +0100 Subject: Allow imaps through mugam firewall. --- mugam-nftables-rules.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mugam-nftables-rules.conf b/mugam-nftables-rules.conf index 0f18d46..cb37c6e 100644 --- a/mugam-nftables-rules.conf +++ b/mugam-nftables-rules.conf @@ -22,7 +22,7 @@ table ip nat { chain prerouting { type nat hook prerouting priority dstnat; # Forward ports to various services. - iifname eth0 tcp dport {smtp, smtps, submission, pop3s, xmpp-client, xmpp-server} dnat to $hrrol + iifname eth0 tcp dport {smtp, smtps, submission, pop3s, imaps, xmpp-client, xmpp-server} dnat to $hrrol } chain postrouting { type nat hook postrouting priority srcnat; -- cgit 1.4.1