Notes on how to turn off sendmail permanently

Posted by Jiltin     4 November, 2008    567 views   

Use the following steps to turn off sendmail permanently

chkconfig –help

chkconfig version 1.3.8 – Copyright (C) 1997-2000 Red Hat, Inc.
This may be freely redistributed under the terms of the GNU Public License.

usage:   chkconfig –list [name]
chkconfig –add <name>
chkconfig –del <name>
chkconfig [--level <levels>] <name> <on’off’reset>)

chkconfig –list sendmail

sendmail        0:off   1:off   2:on    3:on    4:on    5:on    6:off

chkconfig –level 2345 sendmail off

chkconfig –list sendmail

sendmail        0:off   1:off   2:off    3:off    4:off    5:off    6:off

service sendmail stop

Post to Twitter  Post to Delicious  Post to Digg    Post to StumbleUpon

Categories : Scripts Unix, Web & Scripts, Web Mysql Tags : ,

Comments

No comments yet.


Leave a comment

(required)

(required)