I did a install of Cpanel on a fresh install of Trustix, how ever EXIM did not seem to get installed. Any idea a easy way to add it? how to install and get it up?
Thanks
-Lee
zipcon![]()
I did a install of Cpanel on a fresh install of Trustix, how ever EXIM did not seem to get installed. Any idea a easy way to add it? how to install and get it up?
Thanks
-Lee
zipcon![]()
The following should get it in:
/scripts/updatenow
/scripts/eximup --force
If it starts bitching and moaning about directories missing in /var/spool/exim do the following:
mkdir /var/spool/exim/input
mkdir /var/spool/exim/db
mkdir /var/spool/exim/msglog
chown -R mailnull:mail /var/spool/exim
Then run this again to be sure it goes through cleanly:
/scripts/eximup --force
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Thanks for the help, that worked out for me. now I have another small issue, it says eximstats failed , any ideas?
-Lee
tryOriginally Posted by zipcon
/scripts/restartsrv_eximstats
-
Aby![]()
thanks got it working :-)