Hello,
I’m running DirectAdmin on AlmaLinux with LiteSpeed and Imunify360.
I have stopped and disabled Exim, Dovecot, and LFD, since I use external mail (Namecheap):
I also edited the file:
and set the following values:
However, after every DirectAdmin update, Exim and Dovecot become active again and start running automatically —
even though they are disabled in both systemd and `services.status`.
Only LFD stays stopped as expected.
It seems that during updates, the DirectAdmin update script or service monitor automatically re-enables these services.
Is there any way to prevent Exim and Dovecot from being restarted or re-enabled after a DirectAdmin update?
Thank you,
Can
I’m running DirectAdmin on AlmaLinux with LiteSpeed and Imunify360.
I have stopped and disabled Exim, Dovecot, and LFD, since I use external mail (Namecheap):
Code:
systemctl stop exim dovecot lfd
systemctl disable exim dovecot lfd
I also edited the file:
/usr/local/directadmin/data/admin/services.statusand set the following values:
Code:
exim=OFF
dovecot=OFF
lfd=OFF
However, after every DirectAdmin update, Exim and Dovecot become active again and start running automatically —
even though they are disabled in both systemd and `services.status`.
Only LFD stays stopped as expected.
It seems that during updates, the DirectAdmin update script or service monitor automatically re-enables these services.
Is there any way to prevent Exim and Dovecot from being restarted or re-enabled after a DirectAdmin update?
Thank you,
Can