I need to copy emails from an existing address into a newly created address for one of my users.
I login to my VPS via PuTTY and am using the following command, inserting the proper info where needed:
The files copy into the directory, however when I login via webmail, the emails are shown as "Unknown Sender" and "Unknown Receipent" in SquirrelMail or simply error out in Mail2Web.com.
Do I need to rebuild a mail database to have the copied emails display correctly? If so, how do I do that? Or is there a better way to do what I am trying to do? I appreciate any advice from those with more Linux knowledge than myself (which isn't much).
Thanks.
I login to my VPS via PuTTY and am using the following command, inserting the proper info where needed:
Code:
cp /home/USER/mail/ACCOUNT/EMAIL1/cur /home/USER/mail/ACCOUNT/EMAIL2/new
Do I need to rebuild a mail database to have the copied emails display correctly? If so, how do I do that? Or is there a better way to do what I am trying to do? I appreciate any advice from those with more Linux knowledge than myself (which isn't much).
Thanks.