File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ source $HESTIA/func/domain.sh
1919source $HESTIA /func/rebuild.sh
2020source $HESTIA /conf/hestia.conf
2121
22+ # Define mail user
23+ if [ " $MAIL_SYSTEM " = ' exim4' ]; then
24+ MAIL_USER=Debian-exim
25+ else
26+ MAIL_USER=exim
27+ fi
2228
2329# ----------------------------------------------------------#
2430# Verifications #
Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ source $HESTIA/func/domain.sh
1818source $HESTIA /func/rebuild.sh
1919source $HESTIA /conf/hestia.conf
2020
21+ # Define mail user
22+ if [ " $MAIL_SYSTEM " = ' exim4' ]; then
23+ MAIL_USER=Debian-exim
24+ else
25+ MAIL_USER=exim
26+ fi
2127
2228# ----------------------------------------------------------#
2329# Verifications #
You can’t perform that action at this time.
0 commit comments