請問 postfix 的安裝問題 - BBS

Table of Contents

※ 引述《ms06j (吉翁公國萬歲)》之銘言:
: 剛學 freebsd 在安裝 postfix 我用的是 freebsd 6.3
: 網路文章都說 要把 sendmail_enable="YES"
: 可是當我用 ports 安裝完 postfix 時出現設定成
: sendmail_enable="NO"
: sendmail_submit_enable="NO"
: sendmail_outbound_enable="NO"
: sendmail_msp_queue_enable="NO"
: 我應該設 YES 還是 NO呢?
: 謝謝


請問你是看哪一篇文章?

安裝完之後寫的很清楚吧

If you not need sendmail anymore, please add in your rc.conf:

sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"

And you can disable some sendmail specific daily maintenance routines in your
/etc/periodic.conf file:

daily_clean_hoststat_enable="NO"
daily_status_mail_rejects_enable="NO"
daily_status_include_submit_mailq="NO"
daily_submit_queuerun="NO"

以上節錄 postfix 安裝好的說明

--
********************************************************
* Appleboy Blog *
* http://blog.Wu-Boy.com/ *
* Appleboy Life *
* http://life.wu-boy.com/ *
********************************************************

--

All Comments