Fixes for exim and divecot work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user