[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] How do I clear a users e-mail out?



> I would like to just empty the account,
> but there is no way that I have found it the Cobalt
> stuff.  Some one please tell me what to do.

Telnet onto the server as admin. then switch user to
root (same password as admin) by typing

     su

Afterwards, overwrite the users mail spool file with
this command:

      cp /dev/null /var/spool/mail/<username goes here>

Best regards!
Oliver Hasprich