I am trying to use a property pattern to prevent email forwarding to accounts in other domains managed by Adaxes.
Here is my regex: ^([^,]+,)+(DC=domain,DC=local)$
The altRecipient (Forward To) property is supposed to be a distinguished name, and that is reflected in ADSI, however, I cannot get this regex to match anything. I select a user to forward to, and the DN for that user is:
CN=Tech Gal,OU=Tech Users,DC=domain,DC=local
Does anyone have any insight as to why this isn't working? Is Adaxes using some other value before resolving the DN?
Thanks in advance!
Leah