Centos
安裝 MailScanner 後,Mail 已停止在 Centos 上執行
我有一個租用的 VPS,它執行 Centos 6。VPS 安裝了 ZPanel,用於託管一些網站和電子郵件。
我剛剛安裝了 Mailscanner,現在,我注意到電子郵件似乎無法正常工作。我查看了我的郵件隊列,發現他們的電子郵件只是卡在隊列中。
我檢查了 MailScanner 是否正在執行,這就是我發現的:
傳入的sendmail:head:無法打開’/var/run/sendmail.in.pid
我該怎麼做才能讓它工作?
僅供參考:這是我嘗試安裝 MailScanner 的教程的連結:
http://xmodulo.com/mailscanner-clam-antivirus-spamassassin-centos.html
MailScanner 支持多個 MTA,在這種情況下,聽起來配置文件 (MailScanner.conf) 被配置為使用 sendmail 而不是 postfix。
根據您引用的先前指南,它應該具有以下內容:
%org-name% = test CentOS Mail Server %org-long-name% = ORGFULLNAME %web-site% = ORG WEBSITE Run As User = postfix Run As Group = postfix MTA = postfix
您能否驗證參數
MTA = postfix
是否存在?也許它是sendmail
偶然設置的?