• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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