Category Archives: Exchange 2003

Exchange 2010 – SMTP address is generated in the format of username2@domain.com

Symptom:
When a new user is created, in some cases an SMTP address is generated in the format of username2@domain.com instead of username@domain.com although there is no such existing address on the network
Cause
:
Issue is possibly due to the x400 configuration on the e-mail address policy:

When the email address is stamped, x400 finds the 2nd user as duplicated as the user’s First Name and Last Name are same.
So it adds 2 in the X400.

As the X400 found it as duplicate and added 2 , SMTP also follows the same and adds 2 to address.

Solution/Accepted workaround:

Remove x400 configuration from e-mail address policy and restarted the Exchange services.

*Please note that X.400 address function is not necessarily required in pure Exchange 2007/2010 environments.

Move Mailbox failed – Mailbox size exceeds target quota

Open ADSIEDIT.MSC

 

Find the user and change the value  ‘mBDUseDefaults’  to True wait a few minutes and try again.

 

Good Luck סמיילי

Exchange 2003 – SMTP error 550 5.7.1 Unable to relay for user@domain.com

One of my customer got this error after adding a new SMTP domain to mailboxes.
In his case he add the email address directly from the AD to some mailboxes and then got this error when trying to send them an email to the new address.

The solution for his problem was to create a new recipient policy and add to it the new external domain.

Create a new Recipient policy:

GO to Exchange system manager –> first organization –> recipients –> Recipients policies

you can add the domain to the default policy if you need to add it to all mailboxes or you can set a new policy for specific mailboxes.

In this case I created a policy for specific mailbox filtered by OU

1. right click on Recipient policy –> New recipient policy

image

2. Choose – Email address

image\

3. Modify –>find –> Organization units

image

4. Select the OU

image

5. New SMTP Address

image

6. Write @Yourdomain

image

image

Good luck!