PDA

View Full Version : Exim 4.24


jasonyates
11-23-2003, 12:26 PM
Hi,

I want to install Mail Scanner on my server, but the only tutorial i can find here is for Exim 4.24.

DA says my server is running Exim 3.36.

Can i update exim? if so how?

Jason

existenz
11-23-2003, 01:31 PM
Login as admin and lick "License / Updates" and on the bottom of that page click "Update DirectAdmin". You should have version v1.20.2 as of this writing?

This should update exim if not you can ssh into your box, as root

#cd /usr/local/directadmin/scripts/
Checking you have the latest exim.sh file if you see the second line you are all set
# grep da_exim-4.24-1.tgz exim.sh
/usr/sbin/pkg_add -f da_exim-4.24-1.tgz
#./exim.sh

DirectAdmin Support
11-23-2003, 09:50 PM
Hello,

DirectAdmin does *not* update services when DA gets updated. This must be done by the admin.

An exim 4.24 upgrade tutorial can be found here:

http://www.directadmin.com/forum/showthread.php?s=&threadid=897

(the tgz and pkg_add stuff is for FreeBSD which didn't have exim 3.36, so I'll assume he's using RedHat)

John

jasonyates
11-24-2003, 12:56 PM
Hi,

Yes i am using RH.

Thanks alot ppl.

Jason