sendmail 的問題 - BBS

Table of Contents

我想安裝 sendmail

可是發現我的系統好像已經有在跑 sendmail 了

>ps -aux | grep sendmail

root 411 0.0 1.3 3416 2944 ?? Ss 8:53上午 0:00.06 sendmail:
accepting connections (sendmail)
smmsp 415 0.0 1.2 3296 2696 ?? Is 8:53上午 0:00.00 sendmail:
Queue runner@00:30:00 for /var/spool/c

我的問題是 .. 我的 /etc/rc.conf 檔中並沒有啟動 sendmail 啊

我的 rc.conf 檔內容如下 :
============================================================================
usbd_enable="YES"

# -- sysinstall generated deltas -- # Wed Nov 23 18:07:15 2005
sshd_enable="YES"

# -- network setup
network_interfaces="auto"
ifconfig_sis0="inet 10.0.0.1 netmask 255.0.0.0 -arp up"
ppp_enable="YES"
ppp_mode="ddial"
ppp_profile="pppoe"
defaultrouter="10.0.0.1"
gateway_enable="YES"
#end of network setup
============================================================================

請教如何將現有的 sendmail 移出呢 ? ...

如何查詢 sendmail 的版本呢 ?

謝謝 ...

--

All Comments