Exim 4.60

if I am right dovecot is going to be used to replace the pop/imap daemon and exim is staying in place.
 
Well, for one, it uses the mdir format which blows away the mbox format exim uses.
 
Argh....It has nothing to do with Exim!
Exim receives and filters/cleans emails for you.
Dovecot lets you get them via the pop3/imap daemons.
 
Like interfasys said exim is irrelevant here and can use maildir or mbox.
 
so , back to the original question , is DA going to make an official build for 4.60 ?
 
Code:
wget [url]http://files.directadmin.com/services/da_exim-4.60-1.src.rpm[/url]
rpm -ivh da_exim-4.60-1.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -bb exim.spec
cd /usr/src/redhat/RPMS/i386
rpm -Uvh --force --nodeps da_exim-4.60-1.i386.rpm

This should do it.
 
Back
Top