/var/spool/postfix/maildrop occupies a large space in Linux

Source: Internet
Author: User

Found/var/spool/postfix/maildrop This directory occupies more than 10G of space, the Internet to find the same problem, the reason is:

Since Linux executes cron, the output and warning information in cron execution scripts will be sent to the Cron owner in the form of a message, and the mail is not sent successfully because SendMail and postfix in the customer's environment are not working properly. All the small files accumulate under the Maildrop directory, and there is no mechanism to automatically clean up the conversion, so a year-long time, this directory has accumulated a large number of files. View the man cron information and know it will be sent to cron owner.

Then try to delete the contents of this directory, but the execution rm -rf ./* unexpectedly prompted the parameter list is too long, then use the following command to delete:

1 ls | Xargs RM -F

Removed by a pipeline.

/var/spool/postfix/maildrop occupies a large space in Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.