Tuesday, May 24, 2011

sendmail

//** Follow the instruction **// :--

Can't execute command '/usr/local/cpanel/bin/sendmail_cpanel -i -t -f in squirrelmail


***Solution  Quite a hard one to track down this one :-
--------------
First SSH into your server and run :--

/scripts/fixeverything
/scripts/upcp --force
/scripts/eximup --force

if that does not fix the issue run the following commands :--

cd /usr/sbin
mv sendmail sendmail.157979
ln -s /usr/sbin/exim /usr/sbin/sendmail
mv /etc/eximmailtrap /etc/eximmailtrap.157979

All sorted, it should be

****************

No comments:

Post a Comment