Skip to main content

Disabling Exim don't work?

Comments

3 comments

  • Eminds
    Login to your server with root and use the below command to stop the exim /etc/init.d/exim stop or service exim stop and to make sure no exim process running use command killall exim
    0
  • SysSachin
    Hello, Go to "Service Manager" in WHM, uncheck exim. Save your changes. Log onto SSH and stop exim using below command service exim stop Once you have disabled in Service Manager, chkservd won't restart it
    0
  • cPanelMichael
    Hello, I'm unable to reproduce the issue you have described on a test system. I disabled Exim via "WHM >> Service Manager" and confirmed it was no longer running:
    # /scripts/restartsrv_exim --status (XID afy6hq) The "exim" service is disabled. # ps aux|grep exim root 24568 0.0 0.1 112656 2256 pts/0 S+ 09:44 0:00 grep --color=auto exim
    You can kill the Exim process with the "kill -9 PID" command if the process is hanging. Thank you.
    0

Please sign in to leave a comment.