Disable Postfix in Linux

1. Navigate to this folder:

# cd /etc/rc.d/rc5.d

2. Type this command to stop the postfile:

# ./S15postfix stop

3. Type this command to rename Postfix to keep it from restarting when the server is restarted:

# mv S15postfix K15postfix

4. Restart the server.

# reboot

You May Also Like

Leave a Reply?