Archive Old post. Originally published 27 June 2014 on the WordPress version of this site. Preserved here for the search engines and the curious. Old me had opinions.
Developer 2 min read

How to fix "exim dead but subsys locked" issue

cPanel is annoying, but sometimes we still have to use it. If you come across the issue “exim dead but subsys locked”. Have a go at the following:

root@server [/]# /etc/init.d/exim status
exim dead but subsys locked

If you see this error check for a file named eximdisable in /etc/

If you found the file then do the following steps and you are all done.

root@server [/]# mv eximdisable eximdisable.bak
root@server [/]# /etc/init.d/exim restart

Filed under Developer. No comments, on purpose.