Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> 電腦軟件教程 >> 服務器技術 >> 關於服務器 >> Sendmail 554 錯誤的解決

Sendmail 554 錯誤的解決

日期:2017/2/8 10:32:22      編輯:關於服務器

  Sendmail 是在 Unix/Linux 環境下十分流行媛的郵件發送服務程序。但是其配置十分繁瑣,問題也很多。本文解決了不能發信的一個問題。

  問題:

  每次發送的郵件都報告:

  ----- Transcript of session follows -----
  554 5.0.0 MX list for example.com. points
  back to example.com.
  554 5.3.5 ... Local
  configuration error

  解決的辦法是:

  在 /etc/mail/sendmail.cf 中

  把 Cwlocalhost 修改為 Cwexample.com 。

  然後重新啟動 sendmail

  /etc/init.d/sendmail stop, 然後 start (Solaris 8)
  /etc/rc.d/init.d/sendmail restart (Linux )

Copyright © Windows教程網 All Rights Reserved