Fixes for exim and divecot work

This commit is contained in:
Alexey Berezhok
2026-08-10 21:41:37 +03:00
parent b31dce3817
commit 5914f54e64
229 changed files with 104 additions and 17842 deletions

View File

@@ -32,11 +32,8 @@ source $HESTIA/func/syshealth.sh
source_conf "$HESTIA/conf/hestia.conf"
# Define mail user
if [ "$MAIL_SYSTEM" = 'exim4' ]; then
export MAIL_USER="Debian-exim"
else
export MAIL_USER="exim"
fi
export MAIL_USER="exim"
#----------------------------------------------------------#
# Verifications #