After an upgrade of Ubuntu version, which wanted some things removed from apt.
I can send emails to other email providers, but I cannot receive any emails.
I have checked MXToolbox, and that’s all green if there is anything that needs installing which may have been missed or a configuration issue any help to try and fix it will be a great help.
Exim4 is “failed” on the hestia server settings however on the server itself its running when I check it with systemctl status exim4.
@logicflamedev
I may be out of line here however, IMHO the linked notes for upgrade need to be a little more complete for those who do not work with exim4 configurations all the time…
Just in case you missed it:
# ---------------------------------------------------------------------------------------------
# AS recommended in the upgrade notes:
# NOTE: rm -f is technically NOT required IF using cp -f
# (cp -f WILL clobber)
# ---------------------------------------------------------------------------------------------
rm -f /etc/exim4/exim4.conf.template
cp -f /usr/local/hestia/install/deb/exim/exim4.conf.4.94.template /etc/exim4/exim4.conf.template
# OR
cp -f /usr/local/hestia/install/deb/exim/exim4.conf.4.95.template /etc/exim4/exim4.conf.template
# ---------------------------------------------------------------------------------------------
# AND THEN DO NOT FORGET
# - generate the new configuration from the copied (new) TEMPLATE
# - RESTART exim4 to USE the new configuration...
# ---------------------------------------------------------------------------------------------
update-exim4.conf
systemctl restart exim4