kill $(pgrep cron)
BTW f.e.
kill $(pgrep php)
works as well
Android, Java, PHP, Linux, Databases and other funny things.
I'm doing, I'm learning, I post it here.
Thursday, November 28, 2013
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 {} +
find /var/spool/postfix/maildrop/ -size 0 -name '*' -exec rm {} +
Postfix. Delete some mails from the queue
Change "123@example" to something you need ...
Subscribe to:
Posts (Atom)