Can I move emails to another account?
Posted: Tue Jun 09, 2009 12:39 pm
I have a Linux server with Plesk 8.6 running and ASL.
I run my local rugby club communications, and that has masses of emails. Each age-group has an administrator e.g. u7admin@domain.com; u8admin@domain.com etc.
We are at the end of one season, and the administrators will all change up an age-group. So the U7 administrator who was u7admin@domain.com will be the U8 administrator and will then be u8admin@domain.com. The majority have been using Horde to get their emails, and want to keep the emails that are in their mailbox, and want to transfer their contacts.
The contacts is the easy bit as I notice there is an export function.
But can I do anything about the emails? The easy solution is to tell them all to set it up as a POP3 email, download the emails, and then they can all switch. If there was a way I could copy the emails from one mailbox to the other, I would love to do that. Can I? The key directory, I think is the /var/qmail/mailnames/domain.com/xxadmin where there are some sub-directories.
I tried all the following, but none of those worked:
Can anyone tell me whether/how I could do this, or what I have done wrong above?
Many thanks in advance.
I run my local rugby club communications, and that has masses of emails. Each age-group has an administrator e.g. u7admin@domain.com; u8admin@domain.com etc.
We are at the end of one season, and the administrators will all change up an age-group. So the U7 administrator who was u7admin@domain.com will be the U8 administrator and will then be u8admin@domain.com. The majority have been using Horde to get their emails, and want to keep the emails that are in their mailbox, and want to transfer their contacts.
The contacts is the easy bit as I notice there is an export function.
But can I do anything about the emails? The easy solution is to tell them all to set it up as a POP3 email, download the emails, and then they can all switch. If there was a way I could copy the emails from one mailbox to the other, I would love to do that. Can I? The key directory, I think is the /var/qmail/mailnames/domain.com/xxadmin where there are some sub-directories.
I tried all the following, but none of those worked:
Code: Select all
cp -R /var/qmail/mailnames/domain.com/email-1 /var/qmail/mailnames/domain.com/testadmin
cp -R /var/qmail/mailnames/domain.com/email-1/ /var/qmail/mailnames/domain.com/testadmin/
cp -a /var/qmail/mailnames/domain.com/email-1 /var/qmail/mailnames/domain.com/testadmin
cp -a /var/qmail/mailnames/domain.com/email-1/ /var/qmail/mailnames/domain.com/testadmin/
Many thanks in advance.