summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-05-03 19:42:54 +0100
committerArun Isaac2026-05-03 19:42:54 +0100
commit0b19d5a62febfd594c4d15f4e967f2378cd39f2c (patch)
treeae38e99d53ed8a2a05704931a00aee78ca0c7c9d
parent6e07f127abe11ab672050383fcc7d774289da722 (diff)
downloadmachines-0b19d5a62febfd594c4d15f4e967f2378cd39f2c.tar.gz
machines-0b19d5a62febfd594c4d15f4e967f2378cd39f2c.tar.lz
machines-0b19d5a62febfd594c4d15f4e967f2378cd39f2c.zip
Allow imaps through mugam firewall.
-rw-r--r--mugam-nftables-rules.conf2
1 files changed, 1 insertions, 1 deletions
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;