Alexanderonline
Verified User
Hi all,
Each user in Da gets an default mailbox (emailadres: username) in /var/spool/mail/username. A lot of cronmail are dropped by the system in that box, and for some customers this gets big (~200mb). I can't empty the box in DA, how can i do it with ssh?
Can i do:
?
I think it is not the best way, beceause a customer of us gets the folowing error (it was fixed a few hours later automatically i think):
What's the solution?
Thanks a lot,
Alexander
Each user in Da gets an default mailbox (emailadres: username) in /var/spool/mail/username. A lot of cronmail are dropped by the system in that box, and for some customers this gets big (~200mb). I can't empty the box in DA, how can i do it with ssh?
Can i do:
Code:
echo "" > /var/spool/mail/username
I think it is not the best way, beceause a customer of us gets the folowing error (it was fixed a few hours later automatically i think):
Code:
ERROR: Could not complete request.
Query: SELECT "INBOX"
Reason Given: SELECT failed: Can't open INBOX (file /var/spool/mail/psycho): not in valid mailbox format
What's the solution?
Thanks a lot,
Alexander