Exim - /etc/localdomains empty on FC4

C

cPanelBilly

Guest
We have located an issue on FC4 systems wgere 'yum update' is updating exim to a non cPanel version causing issues. We have added code to prevent this in the future by having exim* added to the /etc/yum.conf For those of you that are affected by this issue currently the following will fix it:

1) Log into your server via SSH as root
2) Edit /etc/yum.conf
3) At the end of the exclude line add in: exim*
IF YOU DO NOT HAVE AN EXCLUDE LINE IN /etc/yum.conf THEN ADD THIS IN under [main]
Code:
exclude=mod_ssl* httpd* perl mysql* php* spamassassin* kernel* exim*
4) Run /scripts/eximup --force

If you are still having trouble with this after doing the above steps then please enter a ticket with your license provider.