Skip to content

Commit 9e83422

Browse files
committed
[Installer] Add default webmail alias in hestia config
1 parent 281ae1f commit 9e83422

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,7 @@ fi
992992
# Mail stack
993993
if [ "$exim" = 'yes' ]; then
994994
echo "MAIL_SYSTEM='exim4'" >> $HESTIA/conf/hestia.conf
995+
echo "WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
995996
if [ "$clamd" = 'yes' ]; then
996997
echo "ANTIVIRUS_SYSTEM='clamav-daemon'" >> $HESTIA/conf/hestia.conf
997998
fi

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@ fi
955955
# Mail stack
956956
if [ "$exim" = 'yes' ]; then
957957
echo "MAIL_SYSTEM='exim4'" >> $HESTIA/conf/hestia.conf
958+
echo "WEBMAIL_ALIAS='webmail'" >> $HESTIA/conf/hestia.conf
958959
if [ "$clamd" = 'yes' ]; then
959960
echo "ANTIVIRUS_SYSTEM='clamav-daemon'" >> $HESTIA/conf/hestia.conf
960961
fi

0 commit comments

Comments
 (0)