From c0534c44c7a66ef868acbea979e199ad7f421291 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sun, 10 Nov 2024 17:55:50 -0800 Subject: [PATCH] dovecot: shrink diff --- provision/dovecot.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/provision/dovecot.sh b/provision/dovecot.sh index 95a05dff..3676c6a2 100755 --- a/provision/dovecot.sh +++ b/provision/dovecot.sh @@ -532,15 +532,15 @@ $(get_jail_ip6 dovecot) EO_PF_INSECURE store_config "$_pf_etc/rdr.conf" < port { 993 995 } -> \$dovecot_lo4 -rdr inet6 proto tcp from any to port { 993 995 } -> \$dovecot_lo6 +rdr inet proto tcp from any to port { 993 995 } -> \$int_ip4 +rdr inet6 proto tcp from any to port { 993 995 } -> \$int_ip6 # to permit legacy users to access insecure POP3 & IMAP, add their IPs/masks -rdr inet proto tcp from to port { 110 143 } -> \$dovecot_lo4 -rdr inet6 proto tcp from to port { 110 143 } -> \$dovecot_lo6 +rdr inet proto tcp from to port { 110 143 } -> \$int_ip4 +rdr inet6 proto tcp from to port { 110 143 } -> \$int_ip6 EO_PF_RDR store_config "$_pf_etc/filter.conf" <