How can I delete emails from an individual email account? e.g. how can I empty userxyz@mydomain.com?
I know the following:
/var/spool/mail/mydomain
/var/mail/mydomain
I have many inboxes some of them contain important email I don’t want to delete.
I tried delete all data in user mail cur/
and new/
in the following folder but when checked user quota still was the same.
/home/mydomain/mail/username/
Just to let you know I'm using CentOS.
mail
command can be scripted to operate against your various inboxes. – slm Oct 01 '14 at 11:47mutt -f <file>
against all of them? You'll need to do this to reduce the size of these files. – slm Oct 02 '14 at 16:49