File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ All notable changes to this project will be documented in this file.
2727- Fixed an issue where phpmyadmin did not update when Postgresql was available.
2828- Webmail clients set to rainloop where not able to create a SSL certificate via LE #1913
2929- Fixed an issue where plugin-hestia-change-pasword did not change the port on v-change-sys-port (Rainloop) #1895
30+ - Fixed an issue where HELO message was not set / error was created on NAT IP
3031
3132## [ 1.4.2] - Service release
3233
Original file line number Diff line number Diff line change 33# options: USER VERSION
44# labels: hestia
55#
6- # example: v-change-user-php-cli user php7 .4
6+ # example: v-change-user-php-cli user 7 .4
77#
88# add line to .bash_aliases to set default php command line
99# version when multi-php is enabled.
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