http://openwebmail.org/openweb
http://openwebmail.org/openweb
http://openwebmail.org/openweb
http://openwebmail.org/openweb
------------------------------
2.因postfix和sasl套件在redhat9
先停掉原先預設的sendmail
]#/etc/rc.d/init.d/sendmail stop
將postfix加入啟動的服務
]#chkconfig --add postfix
啟動ntsysv,將sendmail換成postfix
sendmail
]#ntsysv
再來設定 Postfix,編輯 /etc/postfix 目錄下的 main.cf 此設定檔。
請先使用文字編輯器開啟 /etc/postfix/main.cf 設定檔,在檔尾的部份開始新增
設定,將以下加入main.cf
#SMTP sasl Auth
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated