Hi,
there is one contact and one mailbox with the same email address in different tenants (organizations). The contact is to forward emails from one company to another. When I try to modify the mailbox settings in the solidcp panel I get the following error
This operation requires unique source objects, but multiple objects have been found for one of the SourceMailboxes.
Please use either the LegacyExchangeDN or the Guid since they should be unique.
I have enabled Verbose logging and the powershell command is: New-MailboxSearch -Name 'aytac@---s.com' -InPlaceHoldEnabled $False -SourceMailboxes 'aytac@---s.com' -DomainController 'adsrv1.kkkkkkk.net'
this command finds both the contact and mailbox and raises the error I think. I've changed the contact's smtp address temporarily the issue resolves.
But the admin in one company cannot do that since he only has access to just one tenant (org.)
How can this be resolved?
Thanks
Hello,
This is a known issue and limitation of the way SolidCP Segregates.
The problem is exchange only allows unique SMTP addresses to be added (no matter which organization etc).
It is related to the github report logged here: https://github.com/FuseCP/SolidCP/issues/5
There is at this point not yet a solution for it, as in essence it would mean that SolidCP does not segregate organizations from eachother but "share" contacts behind the scenes (as the exchange limitation of unique smtp addresses can not be changed).
Regards,
Marco