diff options
| author | Arun Isaac | 2026-05-03 19:42:54 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-05-03 19:42:54 +0100 |
| commit | 0b19d5a62febfd594c4d15f4e967f2378cd39f2c (patch) | |
| tree | ae38e99d53ed8a2a05704931a00aee78ca0c7c9d | |
| parent | 6e07f127abe11ab672050383fcc7d774289da722 (diff) | |
| download | machines-0b19d5a62febfd594c4d15f4e967f2378cd39f2c.tar.gz machines-0b19d5a62febfd594c4d15f4e967f2378cd39f2c.tar.lz machines-0b19d5a62febfd594c4d15f4e967f2378cd39f2c.zip | |
Allow imaps through mugam firewall.
| -rw-r--r-- | mugam-nftables-rules.conf | 2 |
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; |
