When migrating domains from plesk8 to plesk 10, using the migration manager tools, the e-mail redirects configured in plesk8 does not get migrated to plesk10. The migration manager is giving no errors/warnings, but after migrating all e-mailredirects are gone.
If I'm correct the redirects in plesk8 are named 'forwards' in plesk10. I've been testing this from plesk8 (qmail) to plesk10 (qmail) as well as plesk8 (qmail) to plesk10 (postfix) migration.
Has anyone faced the same problem before and knows how to fix this. For now I have to do a query on plesk8 to see which e-mailaccounts do have redirects as follows:
select domains.displayName, mail_name,redirect,redir_addr from mail,domains where redirect='true' and domains.id=mail.dom_id order by displayName, mail_name;
Kind regards,
Gijsbert
If I'm correct the redirects in plesk8 are named 'forwards' in plesk10. I've been testing this from plesk8 (qmail) to plesk10 (qmail) as well as plesk8 (qmail) to plesk10 (postfix) migration.
Has anyone faced the same problem before and knows how to fix this. For now I have to do a query on plesk8 to see which e-mailaccounts do have redirects as follows:
select domains.displayName, mail_name,redirect,redir_addr from mail,domains where redirect='true' and domains.id=mail.dom_id order by displayName, mail_name;
Kind regards,
Gijsbert