mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
define exim user
This commit is contained in:
parent
45ba56d310
commit
e2d9c4be2b
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,13 @@ WEBTPL=$VESTA/data/templates/web
|
|||
DNSTPL=$VESTA/data/templates/dns
|
||||
RRD=$VESTA/web/rrd
|
||||
|
||||
if [ "$MAIL_SYSTEM" = 'exim4' ]; then
|
||||
MAIL_USER=Debian-exim
|
||||
else
|
||||
MAIL_USER=exim
|
||||
fi
|
||||
|
||||
|
||||
# Return codes
|
||||
OK=0
|
||||
E_ARGS=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue