Android, Java, PHP, Linux, Databases and other funny things.
I'm doing, I'm learning, I post it here.
Monday, March 25, 2013
Delete empty mails from maildrop
I don't know why I have a bunch of empty mails on maildrop folder of postfix, but ... find /var/spool/postfix/maildrop/ -size 0 -name '*' -exec rm {} +
No comments:
Post a Comment