Exim configuration error in line 590 of /etc/exim.conf: failed to open included configuration file /etc/exim.clamav.conf

Same problem here...
@smtalk unfortunately solution isn't solving the problem for me.

Did find something odd and found a solution which solved it for me;
there was a directory called /usr/sbin/sendmail which contained the linked exim binary and a directory called rspamd (somehow).

By renaming /usr/sbin/sendmail to /usr/sbin/sendmail.bak and linking it with 'ln -sf /usr/sbin/exim /usr/sbin/sendmail' the issue was resolved.
 
Last edited:
@smtalk
I had symlinked sendmail to exim but after changing symlink to
Code:
/etc/alternatives/mta
it works.
 
As mentioned before, did you try:
Code:
wget -O /usr/local/directadmin/custombuild/build http://files1.directadmin.com/services/custombuild/2.0/custombuild/build
/usr/local/directadmin/custombuild/build update
/usr/local/directadmin/custombuild/build eximconf
ln -sfn /usr/sbin/exim /usr/sbin/sendmail

Let us know if that solves the problem.

Thank you!
Thank you so much! The problem was fixed with that last line, and also in hindsight a big thank you too @HHawk79.
 
Back
Top