Skip to main content

Email accounts error migrating from plesk

Comments

2 comments

  • cPanelMichael
    Hello Juan, This can happen if the Plesk server is configured with a non-standard mailname path. You can verify this by running the following command:
    grep mailnames /etc/psa/psa.conf
    The standard path is:
    /var/qmail/mailnames
    Alternate paths such as "/opt/qmail/mailnames" will prevent email data from copying over during the transfer. The workaround is to setup a bind mount on the Plesk server from the custom path to the standard one with a command such as:
    mount --bind /opt/qmail/mailnames /var/qmail/mailnames
    You can then re-transfer the account to ensure the email data is copied over. Note that internal case CPANEL-12428 is open ensure this type of configuration is detected before initiating the transfer. Additionally, feel free to open a support ticket using the link in my signature if you need any help with this migration. Thank you.
    0
  • Juan Lopez
    Thanks. I opened a support ticket and they solved the problem. It was a problem with path and symlinks Thanks
    0

Please sign in to leave a comment.