• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

e-mail redirects in PSA8 doesn't get migrated

gijsbert

Basic Pleskian
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
 
Back
Top