Linux 中/var/spool/postfix/maildrop目錄下堆積大量小文件 如何刪除


 

Linux 中/var/spool/postfix/maildrop目錄下堆積大量小文件 如何刪除

1.先刪除maildrop目錄下的通知郵件文件

命令:find /var/spool/postfix/maildrop/ -type f |xargs rm -rf

 

2.停止當前用戶繼續向maildrop目錄中發送郵件

解決方案:

在cron的第一行加入 MAILTO=""便可,這樣執行當前用戶的Cron時,不會發送郵件。

Please add the MAILTO="" in the head of cron , please see the blow sample.

[root@mw1 postfix]# crontab -e

MAILTO=""

*/5 * * * * /opt/OCMonitor/bin//ocSysMonitor -top -sar –netfmt

 

命令:crontab -e 解釋:編輯當前用戶的cron服務

 

參考鏈接:http://blog.chinaunix.net/uid-26364035-id-3163574.html


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM