You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/upgrade/versions/1.4.0.sh
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ if [ "$MAIL_SYSTEM" == "exim4" ]; then
64
64
echo' If you want to use the Hestia smtp relay feature,'
65
65
echo' please review the /etc/exim4/exim4.conf.template'
66
66
echo' file and resolve any conflicts.'
67
+
$HESTIA/bin/v-add-user-notification admin 'Manual intervention required to enable SMTP Relay''ERROR: Manual intervention required to enable SMTP Relay: <br />Exim only supports one plaintext authenticator. If you want to use the Hestia smtp relay feature, please review the /etc/exim4/exim4.conf.template file and resolve any conflicts.'
67
68
else
68
69
disable_smtp_relay=false
69
70
fi
@@ -178,6 +179,12 @@ if [ -d "$HESTIA/web/images/webapps/" ]; then
$HESTIA/bin/v-add-user-notification admin 'ClamAV config has been overwritten''Warning: If you have manualy changed /etc/clamav/clamd.conf and any changes you made will be lost an backup has been created in the /root/hst_backups folder with the original config. If you have not changed the config file you can ignore this message'
186
+
fi
187
+
181
188
if [ -f"$HESTIA/data/firewall/ipset/blacklist.sh" ];then
182
189
sed -i '/BruteForceBlocker/d'$HESTIA/data/firewall/ipset/blacklist.sh
0 commit comments