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