I have submitted this to bug reports a few days ago but no answer as yet.
When migrating domains with mixed upper and lower case names we have problems migrating the emails for that domain.
The migration manager logs show things such as the following:
When I run these commands on the command line (via SSH) myself they work IF I change all the upper case chars in the string to be lowercase:
/usr/local/psa/admin/plib/api-cli/mail.php --create example@domainname.co.uk -passwd '' -mailbox true
...for example.
The other commands causing this error are:
/usr/local/psa/admin/plib/api-cli/domain_pref.php
/usr/local/psa/admin/plib/api-cli/maillist.php
As I cannot edit the PHP environment myself I am unsure if there is a fix to this that does not involve parallels changing some code. For now the only option seems to be more us to migrate as much as possible and then add the emails ourselves..
When migrating domains with mixed upper and lower case names we have problems migrating the emails for that domain.
The migration manager logs show things such as the following:
Execution of /usr/local/psa/admin/plib/api-cli/mail.php --create example@DomainName.co.uk -passwd '' -mailbox true failed with return code 4.
Stderr is
Object not found: Domain DomainName.co.uk
When I run these commands on the command line (via SSH) myself they work IF I change all the upper case chars in the string to be lowercase:
/usr/local/psa/admin/plib/api-cli/mail.php --create example@domainname.co.uk -passwd '' -mailbox true
...for example.
The other commands causing this error are:
/usr/local/psa/admin/plib/api-cli/domain_pref.php
/usr/local/psa/admin/plib/api-cli/maillist.php
As I cannot edit the PHP environment myself I am unsure if there is a fix to this that does not involve parallels changing some code. For now the only option seems to be more us to migrate as much as possible and then add the emails ourselves..