We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281ae1f commit 9e83422Copy full SHA for 9e83422
install/hst-install-debian.sh
@@ -992,6 +992,7 @@ fi
992
# Mail stack
993
if [ "$exim" = 'yes' ]; then
994
echo "MAIL_SYSTEM='exim4'" >> $HESTIA/conf/hestia.conf
995
+ echo "WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
996
if [ "$clamd" = 'yes' ]; then
997
echo "ANTIVIRUS_SYSTEM='clamav-daemon'" >> $HESTIA/conf/hestia.conf
998
fi
install/hst-install-ubuntu.sh
@@ -955,6 +955,7 @@ fi
955
956
957
958
959
960
961
0 commit comments