4

I have an user with the email:

lej@domain.com

I'd like to also have him recieve his emails on:

lj@domain.com

Note that it is the SAME (1) domain I'm talking about. Another example would be:

  • ct@domain.com
  • casper.thygesen@domain.com

I've tried adding the smtp adress in Email Adresses in AD, but it doesn't work. Sending emails to lj@domain.com gives Delivery Status Notification (Failure). Error: 550 550 Invalid recipient <lj@domain.com> (#5.1.1) (state 14).

Current unsuccessful setup:

Current setup in AD

How do give an user multiple email aliases? I've googled for hours...

caspert
  • 683
  • 2
  • 11
  • 19

3 Answers3

2

Since it works internally, check if you have some sort of edge device that only allows email addresses through that you enter into the device.

Your ISP may offer a similar service, or someone like MessageLabs also provide a similar service.

Ben Pilbrow
  • 12,041
  • 5
  • 36
  • 57
  • That is actually correct. We have messagelabs. Since it is external, I don't normally think of the service. I'm a doof. Thanks – caspert Mar 23 '11 at 13:51
1

It works for me having multiple addresses added just like you did. Have you redirected other domain to your Exchange server (i presume by aliases you mean different domains)?

You also need to add it to Recipient Policies in System Manager as per http://www.petri.co.il/configure_exchange_2000_2003_to_receive_email_for_other_domains.htm

MadBoy
  • 3,725
  • 15
  • 63
  • 94
  • No. Same domain. Just different alias e.g alias@domain.com. There is only 1 domain attached to this exchange server. – caspert Mar 23 '11 at 13:37
  • Just go thru the link carefully. It has detailed steps. Should be able to help you. – MadBoy Mar 23 '11 at 13:40
0

Your configuration is correct. However, it might take a while for these changes to be propagated. Patience is key (force update can probably be done as described in kb319065).

Rob
  • 1