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

Re: [cobalt-developers] copy emails




on 9/2/02 3:00 PM, cobalt-developers-request@xxxxxxxxxxxxxxx at
cobalt-developers-request@xxxxxxxxxxxxxxx wrote:

> Sir,
> 
> I am new in Cobalt, and I would like to know if it is possible to make a
> copy of all the emails reveived in a user email account and have them stored
> and able to be read in other user email account.


Easy, just type this in to the terminal, SSH (not telnet, but same
function).  

 cd /var/spool/mail/
 mv thenameoftheuser thenewnameoftheuser

Once you have changed accounts, just reverse the procedure ie

 mv thenewnameoftheuser thenameoftheuser

That's it, it will all read in like normal.

Good luck,
Grant