[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] copy emails
- Subject: Re: [cobalt-developers] copy emails
- From: Grant <grantstern@xxxxxxx>
- Date: Tue Sep 3 00:43:01 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
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