This is requried to update any REDNAT rules.
Signed-off-by: Michael Tremer <[email protected]>
---
html/cgi-bin/aliases.cgi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/html/cgi-bin/aliases.cgi b/html/cgi-bin/aliases.cgi
index def03ff9b..aa1ea4cb6 100644
--- a/html/cgi-bin/aliases.cgi
+++ b/html/cgi-bin/aliases.cgi
@@ -615,6 +615,9 @@ sub SortDataFile
sub BuildConfiguration {
# Restart service associated with this
&General::system('/usr/local/bin/setaliases');
+
+ # Reload the firewall for REDNAT rules
+ &General::firewall_reload();
}
#
--
2.39.5