> I have cumulated 3500 emails on my admin account, for different > reasons. > 1 - where are stored all these emails ? > 2 - how can I delete them without risking to screw up my system ?
SSH/Telnet into your box. su cd /home/spool/mail ls -l -- look for an account that is 0 bytes (i.e. someuser) cat someuser > admin That'll take care of it. Brian