Centos6
CentOS - 找不到 sendmail 配置文件
我正在執行 CentOS,但找不到 sendmail 配置文件。
根據這些說明,Common Sendmail Configuration Changes,配置文件應該在
/etc/mail/sendfile.cf
.我沒有郵件文件夾
/etc
。我做了一個
whereis sendmail
並在/usr/sbin/sendmail
. 搜尋/usr/sbin/
無法找到該文件sedmail.cf
,也找不到該sendmail.mc
文件。如何創建配置文件?
順便說一句,sendmail 有效,因為我可以通過 PHP 函式發送電子郵件
mail()
。
您可能沒有安裝 sendmail,而是安裝了 postfix。您可以通過執行來驗證這一點
rpm -qfi /usr/sbin/sendmail
。正如 c4f4t0r 評論的那樣,postfix 是 CentOS 6 中的預設郵件程序。Sendmail 可用但預設情況下未安裝。