Exim error - exim dead but subsys locked

Error:

The following error might occur when we check the status of the Exim mail server. Even if we try to restart Exim, it will give the same error.

----------
#/etc/init.d/exim status
exim dead but subsys locked
----------

Fix for this issue:

1. There will be a configuration file for the server in the below given path:

----
/etc/eximdisable
----

2. We have to backup this file as "/etc/eximdisable-bak" .

----
cp -p /etc/eximdisable /etc/eximdisable-bak
----

3. Restart exim using the command given below and this will fix the mail issue.

-------
/etc/init.d/exim restart
-------
  • 6 Users Found This Useful
Was this answer helpful?

Related Articles

Adding secondary IPs to Cpanel

  To access the IP Functions Menu, click on IP Functions, on the main screen...

Suspended page / Internal Server Error

If domain is showing "Internal Server Error" except suspention page after suspending the domain...

CPanel Log file locations

CPanel stores it’s log files in the /usr/local/cpanel/logs directory. Below is a list of the...

How do convert a dedicated ip to a shared ip on cPanel/WHM

In root SSH, copy the /etc/domainips file and then remove the IP from it: Code: cp...

Install RKHunter

You can install RKHunter on Linux Server by using following steps.1 Login to your server as...