Linux – CentOS – Mail — Delete alll mail in centos using mail
3 Comments Published November 4th, 2008 in LinuxJust run the following command from the command line:
echo 'd *' | mail -N
Just run the following command from the command line:
echo 'd *' | mail -N
thanks for this I was getting VERY annoyed because I couldn’t even delete a mail hah…The linux book I was reading provided instructions that simply do not work.
hm.. funny
Thanks from me, too. I had arpwatch running and had about 10,000 messages! Don’t run arpwatch on a big network unless you like emails!