Просмотр исходного кода

Merge pull request #1919 from jaapmarcus/fix/install-helo

Fix issue with ip.conf not found
Jaap Marcus 4 лет назад
Родитель
Сommit
3bc30005a0
3 измененных файлов с 4 добавлено и 3 удалено
  1. 2 1
      CHANGELOG.md
  2. 1 1
      install/hst-install-debian.sh
  3. 1 1
      install/hst-install-ubuntu.sh

+ 2 - 1
CHANGELOG.md

@@ -24,7 +24,8 @@ All notable changes to this project will be documented in this file.
 - Fixed XSS vulnerability in login page and a few other locations @briansemrau / @numanturle
 - Delete old session after after session_regenerate_id() @briansemrau
 - Improve error message when domain all ready exists on different account.
-- Fixed an issue where phpmyadmin did not update when Postgresql was availble.
+- Fixed an issue where phpmyadmin did not update when Postgresql was available.
+- Fixed an issue where HELO message was not set / error was created on NAT IP
 
 ## [1.4.2] - Service release
 

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

@@ -1757,7 +1757,7 @@ fi
 
 if [ "$exim" = 'yes' ]; then
 # 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
 
 # Configuring libapache2-mod-remoteip

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

@@ -1789,7 +1789,7 @@ fi
 
 if [ "$exim" = 'yes' ]; then
 # 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
 
 # Configuring libapache2-mod-remoteip