File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 17571757
17581758if [ " $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
17611761fi
17621762
17631763# Configuring libapache2-mod-remoteip
Original file line number Diff line number Diff line change 17891789
17901790if [ " $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
17931793fi
17941794
17951795# Configuring libapache2-mod-remoteip
You can’t perform that action at this time.
0 commit comments