Skip to content

Commit 5576990

Browse files
authored
Merge branch 'main' into fix/1913-ssl-rainloop
2 parents 6e9af86 + 3bc3000 commit 5576990

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

bin/v-change-user-php-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.

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)