Skip to content

Commit 3bc3000

Browse files
authored
Merge pull request hestiacp#1919 from jaapmarcus/fix/install-helo
Fix issue with ip.conf not found
2 parents 0d49ebc + 162af6e commit 3bc3000

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ All notable changes to this project will be documented in this file.
2424
- Fixed XSS vulnerability in login page and a few other locations @briansemrau / @numanturle
2525
- Delete old session after after session_regenerate_id() @briansemrau
2626
- Improve error message when domain all ready exists on different account.
27-
- Fixed an issue where phpmyadmin did not update when Postgresql was availble.
27+
- Fixed an issue where phpmyadmin did not update when Postgresql was available.
28+
- Fixed an issue where HELO message was not set / error was created on NAT IP
2829

2930
## [1.4.2] - Service release
3031

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)