File tree Expand file tree Collapse file tree 5 files changed +28
-7
lines changed
Expand file tree Collapse file tree 5 files changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,13 @@ source $VESTA/func/main.sh
2222source $VESTA /func/domain.sh
2323source $VESTA /conf/vesta.conf
2424
25+ # Define mail user
26+ if [ " $MAIL_SYSTEM " = ' exim4' ]; then
27+ MAIL_USER=Debian-exim
28+ else
29+ MAIL_USER=exim
30+ fi
31+
2532
2633# ----------------------------------------------------------#
2734# Verifications #
Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ source $VESTA/func/main.sh
2121source $VESTA /func/domain.sh
2222source $VESTA /conf/vesta.conf
2323
24+ # Define mail user
25+ if [ " $MAIL_SYSTEM " = ' exim4' ]; then
26+ MAIL_USER=Debian-exim
27+ else
28+ MAIL_USER=exim
29+ fi
30+
2431
2532# ----------------------------------------------------------#
2633# Verifications #
Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ source $VESTA/func/main.sh
2525source $VESTA /func/domain.sh
2626source $VESTA /conf/vesta.conf
2727
28+ # Define mail user
29+ if [ " $MAIL_SYSTEM " = ' exim4' ]; then
30+ MAIL_USER=Debian-exim
31+ else
32+ MAIL_USER=exim
33+ fi
34+
2835
2936# ----------------------------------------------------------#
3037# Verifications #
Original file line number Diff line number Diff line change @@ -21,6 +21,13 @@ source $VESTA/func/main.sh
2121source $VESTA /func/domain.sh
2222source $VESTA /conf/vesta.conf
2323
24+ # Define mail user
25+ if [ " $MAIL_SYSTEM " = ' exim4' ]; then
26+ MAIL_USER=Debian-exim
27+ else
28+ MAIL_USER=exim
29+ fi
30+
2431
2532# ----------------------------------------------------------#
2633# Verifications #
Original file line number Diff line number Diff line change @@ -27,13 +27,6 @@ WEBTPL=$VESTA/data/templates/web
2727DNSTPL=$VESTA /data/templates/dns
2828RRD=$VESTA /web/rrd
2929
30- if [ " $MAIL_SYSTEM " = ' exim4' ]; then
31- MAIL_USER=Debian-exim
32- else
33- MAIL_USER=exim
34- fi
35-
36-
3730# Return codes
3831OK=0
3932E_ARGS=1
You can’t perform that action at this time.
0 commit comments