Skip to content

Commit 248e529

Browse files
committed
Use local ip instead of public / natted ip
v-update-sys-ip-helo contains correct system to use nat instead
1 parent 0d49ebc commit 248e529

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ fi
17571757

17581758
if [ "$exim" = 'yes' ]; then
17591759
# Set HELO for IP as it didn't set during v-change-sys-hostname
1760-
$HESTIA/bin/v-change-sys-ip-helo $pub_ip $servername
1760+
$HESTIA/bin/v-change-sys-ip-helo $ip $servername
17611761
fi
17621762

17631763
# Configuring libapache2-mod-remoteip

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@ fi
17891789

17901790
if [ "$exim" = 'yes' ]; then
17911791
# Set HELO for IP as it didn't set during v-change-sys-hostname
1792-
$HESTIA/bin/v-change-sys-ip-helo $pub_ip $servername
1792+
$HESTIA/bin/v-change-sys-ip-helo $ip $servername
17931793
fi
17941794

17951795
# Configuring libapache2-mod-remoteip

0 commit comments

Comments
 (0)