當我們使用 sendmail 郵件伺服器時會一些寄不出去的信常我停留在 mail queue 中,雖然 sendmail 在嘗試寄出一段時日依然失敗後會自動刪除,但是我們有時會想要自行去刪除它。此時我們可以在 linux 的文字模式或「終端機」依照順序輸入下列指令去刪除 sendmail 的mail queue中信件。

sendmail stop

cd /var/spool/mqueue

rm -f *

sendmail start

輸入下列指令去查看mail queue中信件是否已經被清除完畢了。

mailq

若是在 sendmail 的日誌檔(/var/log/maillog)中出現下列記錄,則不必擔心它們,只要再依上列方法再次刪除 sendmail 的mail queue中的檔案後,這些訊息就不會再出現了。

Oct 22 00:56:42 aaa sendmail[3067]: NOQUEUE: SYSERR(root): readqf: cannot open ./dfl9LE7jJs005105: No such file or directory
Oct 22 00:56:46 aaa sendmail[3067]: NOQUEUE: SYSERR(root): readqf: cannot open ./dfl9LCqM1V003117: No such file or directory
Oct 22 00:57:03 aaa sendmail[3067]: NOQUEUE: SYSERR(root): readqf: cannot open ./dfl9LFnWeb008165: No such file or directory
Oct 22 00:57:10 aaa sendmail[3067]: NOQUEUE: SYSERR(root): readqf: cannot open ./dfl9LEn8MW006330: No such file or directory

Logo

更多推荐