0 votes

Hello,

I have a problem when I created a new user with a mailbox with the first or last name has an accent. only Internal users of the company have a delivery failure :

IMCEAEX-_O=PSYA+20ORGANIZATION_OU=EXCHANGE+20ADMINISTRATIVE+20GROUP+20+28FYDIBOHF23SPDLT+29_CN=RECIPIENTS_CN=St+3Fphanie2+20test2@psya.fr
#550 5.1.1 RESOLVER.ADR.ExRecipNotFound; not found ##

If I create the same user without accent, everything works.

by (360 points)
0

Hello,

What version of Exchange do you use?
What happens if you create a mailbox using native Exchange tools?
Did you configure any E-mail Address Policies?
Please have a look at this article: Swedish characters in Email Address Policies.

0

version of my Exchange server : 2010 rollup5
yes I have a E-mail Address Policies : alias@domain.com
When I create the mailbox with the Exchange console, everything works perfectly.

I think the problem come from the variable : legacyExchangeDN

0

We can't reproduce the issue in our environment.
Could you please provide step-by-step instructions on how to reproduce the problem.

0

Create user with Adaxes console :

0

Create same user with Exchange Console :

1 Answer

0 votes
by (18.0k points)

Hello,

Our QA team have managed to reproduce the issue in our environment. I'll update this topic as soon as we fix the issue.

For now, to create Exchange mailboxes automatically, you can use the following PowerShell script:

Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin
$database = "Mail01\Database01"
Enable-Mailbox -Identity "%distinguishedName%" -Alias "%username%" -Database $database
0

My Exchange server is not in the same domain.
can you send a command powershell on another domain (no approval inter domain) ?

0

Sorry for such the delay.
We managed to fix the issue. We'll upload an update as soon as our QA guys confirms it.

0

Hello,

We've uploaded an update that contains a fix for the Exchange mailbox issue.
You can download the update at http://adaxes.com/download_direct.htm
Upgrade instructions

We are VERY sorry for the inconveniences caused.

Please let us know whether the issue is fixed.

Related questions

0 votes
1 answer

Hello, I have an LDAP filter on a home page action : (& (objectClass = organizationalUnit) (name = * Users)) But nothing appears When I do the search from the console with my filter, it works: the OU Users * did not directly at the domain root

asked Dec 14, 2011 by mmichard (360 points)
0 votes
1 answer

We are trying to mass change user photos through a scripted method. We are using a modified version of the Import User Photo and Optimize User Photo scripts. ... { $newJpegPicture.Dispose() } if ($newThumbnailPicture) { $newThumbnailPicture.Dispose() } }

asked Mar 10, 2019 by polley (1.2k points)
0 votes
1 answer

I am trying to create a report, that searches the extension attribute40 of all users for a username. I tried the report with "Active Directory search (param-Username)" and script. I would be glad about a tip

asked Dec 8, 2022 by boris (470 points)
0 votes
0 answers

Hello, I want to automate the creation of a contact based on an existing AD Users. For example, the code in my custom command contains something like: new-mailcontact - ... a parameter after he run the Custom Command from the Web interface? Thanks in advance.

asked Apr 20, 2016 by tentaal (1.1k points)
0 votes
1 answer

Hello, I'm trying to automate a workflow to create service accounts, however I'm struggling to find a way to accomplish this. My goal is to create a user that has ... with a custom command instead of the create user action to no avail. Any advice appreciated!

asked Mar 23, 2023 by GronTron (270 points)
3,346 questions
3,047 answers
7,782 comments
544,986 users