Fully removing the exim4

Hi guys, may anyone suggest what I have to do to stop the auto restart for exim4?
Briefly, I had set up smtp mail from smtp2go and removed the exim4, but still receiving the messages to my admin email with the notification:

Error: ERROR: Restart of exim4 failed.
– Journal begins at Mon 2023-01-02 15:43:27 UTC, ends at Mon 2023-03-20 06:43:13 UTC. –
– No entries –

Thank you in advance

apt remove exim4 will remove it completely

Also you need to modify:
/usr/local/hestia/conf/hestia.conf

And change:
MAIL_SYSTEM=‘exim4’

to
MAIL_SYSTEM=‘’

2 Likes

thank you, kind sir :upside_down_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.