Well hopefully someone can help me!

That means /usr/lib/exim4/exim4 doesn’t exist or is not executable.

ls -l /usr/lib/exim4/exim4
ls -l /usr/sbin/exim4

Wait a moment, you removed exim, I didn’t see it before:

root@na7:/var/log/exim4# dpkg -l | grep -i exim
rc  exim4                                            4.96-15+deb12u2                               all          metapackage to ease Exim MTA (v4) installation
rc  exim4-base                                       4.96-15+deb12u2                               amd64        support files for all Exim MTA (v4) packages
rc  exim4-config                                     4.96-15+deb12u2                               all          configuration for the Exim MTA (v4)
rc  exim4-daemon-heavy                               4.96-15+deb12u2                               amd64        Exim MTA (v4) daemon with extended features, including exiscan-acl
root@na7:/var/log/exim4#

rc means: r removed and c config files still there.

How that happened?

I am using debian 12.4 and after HestiaCP auto Upgrade that happend I didn’t remove anything I simply solved that by doing those two commands o.0

apt remove --purge exim4 exim4-config

and reinstalling it:

apt install exim4

That’s really weird.

Check again that you have the right packages installed:

dpkg -l | grep -i exim

Also, don’t know whether the new install overrided your exim4 conf files…

ii  exim4                                            4.96-15+deb12u3                               all          metapackage to ease Exim MTA (v4) installation
ii  exim4-base                                       4.96-15+deb12u3                               amd64        support files for all Exim MTA (v4) packages
ii  exim4-config                                     4.96-15+deb12u3                               all          configuration for the Exim MTA (v4)
rc  exim4-daemon-heavy                               4.96-15+deb12u2                               amd64        Exim MTA (v4) daemon with extended features, including exiscan-acl
ii  exim4-daemon-light                               4.96-15+deb12u3                               amd64        lightweight Exim MTA (v4) daemon

This is the output !

You must remove exim4-daemon-light and install exim4-daemon-heavy

Oh Thanks :slight_smile: everything seems to work fine now ! thank you for you’re time and the help well appreciated thank you from :heart:

1 Like

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