linux下關閉sendmail
每次啟動作業系統出現等待sendmail是不是很苦惱啊,不用了就關了,免得看著揪心;
方法一:
1.service命令
檢視當前sendmail狀態,如下:
[root@dayong ~]# service sendmail status
sendmail (pid 3517) is running...
批註:這種方式關閉sendmail也是開機不啟動sendmail
方法三:
3.使用圖形介面設定setup
[root@dayong ~]# export LANG=C --首先設定環境變數
[root@dayong ~]# setup
選擇System services這一項:
下面這個介面是很熟悉的了,動一下手指頭就可以關掉你
方法一:
1.service命令
檢視當前sendmail狀態,如下:
[root@dayong ~]# service sendmail status
sendmail (pid 3517) is running...
[root@dayong ~]# service sendmail stop
Shutting down sm-client: [ OK ]
Shutting down sendmail: [ OK ]
[root@dayong ~]# service sendmail status
sendmail is stopped
Shutting down sm-client: [ OK ]
Shutting down sendmail: [ OK ]
[root@dayong ~]# service sendmail status
sendmail is stopped
批註:這種方法關閉sendmail服務,下次啟動時sendmail仍會啟動;
[root@dayong ~]# chkconfig --list sendmail --檢視各個啟動級別下sendmail的狀態
sendmail 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@dayong ~]# chkconfig --list sendmail --檢視各個啟動級別下sendmail的狀態
sendmail 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@dayong ~]# chkconfig --level 2345 sendmail off
[root@dayong ~]# chkconfig --list sendmail
sendmail 0:off 1:off 2:off 3:off 4:off 5:off 6:off
2.使用圖形介面設定ntsysv
進入圖形介面找到sendmail服務,然後果斷關閉它;
[root@dayong ~]# chkconfig --list sendmail
sendmail 0:off 1:off 2:off 3:off 4:off 5:off 6:off
批註:將2,3,4,5 level都關閉後,下次啟動系統sendmail服務將不會自動啟動。
方法二:2.使用圖形介面設定ntsysv
批註:這種方式關閉sendmail也是開機不啟動sendmail
方法三:
3.使用圖形介面設定setup
[root@dayong ~]# export LANG=C --首先設定環境變數
[root@dayong ~]# setup
選擇System services這一項:
下面這個介面是很熟悉的了,動一下手指頭就可以關掉你
批註:設定完成之後,下次開機是不啟動sendmail的,沒什麼可說的。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29634949/viewspace-1183133/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux 下redis關閉LinuxRedis
- linux安全設定(升級SSH,關閉telnet,停止FTP,停止sendmail等)LinuxFTPAI
- Linux下的sendmail簡介(轉)LinuxAI
- Linux下停止SendMail程式[Linux基礎]LinuxAI
- LInux下檢視和關閉程式Linux
- Linux下關閉和開啟防火牆Linux防火牆
- Linux下的MongoDB安裝&啟動&關閉LinuxMongoDB
- [Linux] mutt+msmtp sendmailLinuxAI
- linux下sendmail郵件系統安裝操作記錄LinuxAI
- Linux系統下Oracle服務關閉問題LinuxOracle
- Linux下命令列開啟關閉觸控板Linux命令列
- Linux下啟動/關閉LINUX環境下ORACLE資料庫的OEMLinuxOracle資料庫
- Linux關閉watchdogLinux
- linux 關閉防火牆Linux防火牆
- 關閉 linux下的umask( )函式、setsid( )函式Linux函式
- Linux下檢視、關閉及開啟防火牆命令Linux防火牆
- nginx windows下 快速關閉NginxWindows
- linux關閉防火牆命令 linux防火牆關閉和開啟命令Linux防火牆
- Linux下鍵盤燈開啟和關閉的指令碼Linux指令碼
- 在Linux平臺下啟動和關閉MySQL服務LinuxMySql
- 在linux下使用dbstart和dbshut啟動和關閉db!Linux
- Linux 下 Oracle隨系統自動啟動和關閉LinuxOracle
- Linux中關閉防火牆Linux防火牆
- linux cp 關閉互動Linux
- linux關閉防火牆命令是什麼 linux永久關閉防火牆命令分享Linux防火牆
- Linux 7關閉防火牆方法Linux防火牆
- linux svn啟動和關閉Linux
- 【OS】Linux如何關閉防火牆Linux防火牆
- linux關閉雙顯示卡的方法Linux
- Linux下串列埠通訊詳解(下)讀寫串列埠及關閉串列埠Linux串列埠
- ubuntu下如何關閉某個埠?Ubuntu
- MySQL Windows下關閉和啟動MySqlWindows
- debian下關閉ipv6
- sendmail配置AI
- Linux下的GoldenGate的啟動關閉Shell指令碼(獨立)LinuxGo指令碼
- Linux基礎命令---sendmail傳送郵件LinuxAI
- CentOS下使用MSMTP代替Sendmail傳送郵件CentOSAI
- Linux伺服器---關閉selinuxLinux伺服器