Disabling Exim don't work?
So I disable exim in Service Manager Exim Mail Server
Testing exim with /etc/init.d/exim status
exim (pid 63048) is running...
I thought it was supposed to be off? Does anyone know how to turn exim off permanently? Thanks.
-
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 -
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 -
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.
Comments
3 comments