Installing Exim 4.71 on Centos5
April 27th, 2010 | Posted by in DevOpsOne of my main gripes with Centos/Redhat is the insistence to use sendmail as the default MTA when something as beautiful as Exim exists and provides far greater flexibility.
Thanks to the folks at atrpms, it is possible to install Exim 4.71 on Centos 5 with the following steps:
1) Create /etc/yum.repos.d/atrpms.repo with the following content:
[atrpms-stable]
name=Centos $releasever – $basearch – ATrpms
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1
enabled=1
includepkgs=libspf2* libsrs*[atrpms-testing]
name=Centos $releasever – $basearch – ATrpms
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/testing
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1
enabled=1
includepkgs=exim*
2) Install exim
yum install exim
3) Relax…
You can also install MySQL support for Exim from these repos by typing:
yum install exim-mysql
<bait type=’flame,troll’>So we’re getting close to making Centos work with the same versions of software as Debian and Ubuntu…</bait>
You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.

You should compare CentOS to LTS and Fedora to Ubuntu/Debian :)
LTS runs 4.69 and CentOS comes out the box with 4.63 so its not *that* bad :)
Pingback: Tweets that mention Installing Exim 4.71 on Centos5 | Three Drunken SysAds -- Topsy.com
Pingback: New User Interface for Exim and Courier E-mail Servers | Webhosting and Web Design For Small Business