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

@@ -46,8 +46,8 @@ if [ "$IMAP_SYSTEM" == "dovecot" ]; then
systemctl disable --now dovecot
fi
if [ "$MAIL_SYSTEM" == "exim4" ]; then
echo Removing Exim4
if [ "$MAIL_SYSTEM" == "exim" ]; then
echo Removing Exim
sed -i "/^MAIL_SYSTEM/d" $HESTIA/conf/hestia.conf
systemctl disable --now exim4
systemctl disable --now exim
fi