1.先刪除maildrop目錄下的通知郵件文件html
命令:find /var/spool/postfix/maildrop/ -type f |xargs rm -rfpost
2.中止當前用戶繼續向maildrop目錄中發送郵件ui
解決方案:spa
在cron的第一行加入 MAILTO=""即可,這樣執行當前用戶的Cron時,不會發送郵件。.net
Please add the MAILTO="" in the head of cron , please see the blow sample.unix
[root@mw1 postfix]# crontab -ehtm
MAILTO=""blog
*/5 * * * * /opt/OCMonitor/bin//ocSysMonitor -top -sar –netfmtcrontab
命令:crontab -e 解釋:編輯當前用戶的cron服務get