AIX Delete all mbox content

Hi,
How to Delete all mbox content in AIX?

Thanks.

Incoming mail I presume as opposed to emptying the outgoing queue? This seems a bit harsh, but on AIX I think you could search down /var/spool/mail and /usr/spool/mail for a file named for the user you want to purge the mail for. Just delete the file.

I hope that this helps,
Robin

That's what I always do on Ubuntu:

rm <my_mailbox>

well, maybe sometimes I am kinder with:

truncate -s 0 <my_mailbox>