Browse Source

Merge branch 'main' into fix/1913-ssl-rainloop

Jaap Marcus 4 years ago
parent
commit
5576990b16
4 changed files with 4 additions and 3 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      bin/v-change-user-php-cli
  3. 1 1
      install/hst-install-debian.sh
  4. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 0
CHANGELOG.md

@@ -27,6 +27,7 @@ All notable changes to this project will be documented in this file.
 - Fixed an issue where phpmyadmin did not update when Postgresql was available.
 - Fixed an issue where phpmyadmin did not update when Postgresql was available.
 - Webmail clients set to rainloop where not able to create a SSL certificate via LE #1913
 - Webmail clients set to rainloop where not able to create a SSL certificate via LE #1913
 - Fixed an issue where plugin-hestia-change-pasword did not change the port on v-change-sys-port (Rainloop) #1895
 - Fixed an issue where plugin-hestia-change-pasword did not change the port on v-change-sys-port (Rainloop) #1895
+- Fixed an issue where HELO message was not set / error was created on NAT IP
 
 
 ## [1.4.2] - Service release
 ## [1.4.2] - Service release
 
 

+ 1 - 1
bin/v-change-user-php-cli

@@ -3,7 +3,7 @@
 # options: USER VERSION
 # options: USER VERSION
 # labels: hestia
 # labels: hestia
 #
 #
-# example: v-change-user-php-cli user php7.4
+# example: v-change-user-php-cli user 7.4
 #
 #
 # add line to .bash_aliases to set default php command line
 # add line to .bash_aliases to set default php command line
 # version when multi-php is enabled.
 # version when multi-php is enabled.

+ 1 - 1
install/hst-install-debian.sh

@@ -1757,7 +1757,7 @@ fi
 
 
 if [ "$exim" = 'yes' ]; then
 if [ "$exim" = 'yes' ]; then
 # Set HELO for IP as it didn't set during v-change-sys-hostname
 # Set HELO for IP as it didn't set during v-change-sys-hostname
-$HESTIA/bin/v-change-sys-ip-helo $pub_ip $servername
+$HESTIA/bin/v-change-sys-ip-helo $ip $servername
 fi
 fi
 
 
 # Configuring libapache2-mod-remoteip
 # Configuring libapache2-mod-remoteip

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -1789,7 +1789,7 @@ fi
 
 
 if [ "$exim" = 'yes' ]; then
 if [ "$exim" = 'yes' ]; then
 # Set HELO for IP as it didn't set during v-change-sys-hostname
 # Set HELO for IP as it didn't set during v-change-sys-hostname
-$HESTIA/bin/v-change-sys-ip-helo $pub_ip $servername
+$HESTIA/bin/v-change-sys-ip-helo $ip $servername
 fi
 fi
 
 
 # Configuring libapache2-mod-remoteip
 # Configuring libapache2-mod-remoteip