Hi Guys,
Suppose you want to delete all emails of a particular account. Deleting it from webmail is a time consuming task.
There is an easy way.
Login to server via SSH.
Execute the command given below.
echo -n > /home/youraccount/mail/inbox
That will do the trick.
Thank you for stopping by!