mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Fix for Debian/Ubuntu. MAIL_USER is now defined localy
This commit is contained in:
parent
e0826b60e7
commit
f50c068ecf
5 changed files with 28 additions and 7 deletions
|
@ -27,13 +27,6 @@ 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