My last exim_mainlog shows:
My exim status:
Starting exim results the following error:
Restarting on the WHM also failed.
Upon checking /usr/sbin/exim, I got the following permissions:
And doing a chmod results in an operation not permitted.
To add also, this server was reported to be attacking other sites using WP exactly on the same date on exim's last logs. I'm not sure if the two are related.
How can I get my exim up and running again?
Code:
[email][email protected][/email] [~]# tail /var/log/exim_mainlog -f
2014-06-24 20:13:40 1Wvu1Z-0008Lo-U9 re-exec of exim (/usr/sbin/exim) with -Mc failed: Permission denied
Code:
[email][email protected][/email] [~]# service exim status
exim dead but subsys locked
Code:
[email][email protected][/email] [~]# service exim start
Starting exim: /bin/bash: /usr/sbin/exim: Permission denied
[FAILED]
0 processes (antirelayd) sent signal 9
Upon checking /usr/sbin/exim, I got the following permissions:
Code:
[email][email protected][/email][/email] [~]# ll /usr/sbin/exim
---------- 1 root root 1.2M Feb 6 22:42 /usr/sbin/exim
To add also, this server was reported to be attacking other sites using WP exactly on the same date on exim's last logs. I'm not sure if the two are related.
How can I get my exim up and running again?