MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: Dipak Bhoi on February 02, 2015, 03:34:06 PM

Title: How to restart the service Spamd in cPanel server?
Post by: Dipak Bhoi on February 02, 2015, 03:34:06 PM
Hello Guys,

You wish to restart the spamd service and you don't find this service in /etc/init.d/ directroy then don't worry.
In a cPanel server, there is a script /scripts/restartsrv_spamd to manage the Spamd service. 

To check the status of service run below command:

Quote#/scripts/restartsrv_spamd --status

To restart spamd service run below commad:

Quote#/scripts/restartsrv_spamd

You also need to restart the exim service.

Quote#/etc/init/d/exim restart

That's it. Enjoy :) !!