Copy All Mail from One or Several E-mail Accounts to Another
I want to "Copy All Mail from One or Several E-mail Accounts to Another".
Is there a safe way of doing this?
-
Hello :) There are no automated tools that will complete this for you. You will need to manually copy the email data from one email account's mail directory to the other. If they are under the same account, a simple "cp" command should work. EX: cp -a /home/username/mail/domain.com/email-account1/cur/* /home/username/mail/domain.com/email-account2/cur/
Thank you.0
Please sign in to leave a comment.
Comments
1 comment