Jun 17
Can’t execute command ‘/usr/local/cpanel/bin/sendmail_cpanel -i -t -f in squirrelmail
Webmails Add commentsFirst 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.
IF NOT, then follow these,
#vi /usr/local/cpanel/base/3rdparty/squirrelmail/config/config.php
$useSendmail = false;
to:
$useSendmail = true;
restart cpanel and exim service.
Recent Comments