Hi, My scenario is, I want to receive all emails on Exchange server in this format abc@xyz.testdomain.com cdr@sdf.testdomain.com dkei@testdomain.com There will be no user created in AD nor any mailbox in Exchange. I want to do processing on these type of emails. Is it possible to forward these type of emails to a specific user of exchange and then using sync dll I can do my processing? How to configure wild card (*)@*.testdomain.com email in Exchange server? Thanks,
Sounds like you want to look at using a Catchall Event sink have a look at http://support.microsoft.com/default.aspx?scid=kb;en-us;324021 Cheers Glen "Irfan" wrote in message news:7C1377E7-4B5E-4AB7-B221-65520489D56B@microsoft.com... > Hi, > > My scenario is, I want to receive all emails on Exchange server in this > format > > abc@xyz.testdomain.com > cdr@sdf.testdomain.com > dkei@testdomain.com > > There will be no user created in AD nor any mailbox in Exchange. I want to > do processing on these type of emails. > Is it possible to forward these type of emails to a specific user of > exchange and then using sync dll I can do my processing? > How to configure wild card (*)@*.testdomain.com email in Exchange server? > > Thanks, >
Thanks, This article helps in managing the anyuser@domain.com. But how to manage anyuser@anysubdomains.domain.com My domain can resolve subdomains.domain.com and mail A record is also set. The mails are coming on the server and are bouced back with NDR status. How can I redirect them to a perticular email account? Thanks, -Irfan "Glen Scales [MVP]" wrote: > Sounds like you want to look at using a Catchall Event sink have a look at > http://support.microsoft.com/default.aspx?scid=kb;en-us;324021 > > Cheers > Glen > > "Irfan" wrote in message > news:7C1377E7-4B5E-4AB7-B221-65520489D56B@microsoft.com... > > Hi, > > > > My scenario is, I want to receive all emails on Exchange server in this > > format > > > > abc@xyz.testdomain.com > > cdr@sdf.testdomain.com > > dkei@testdomain.com > > > > There will be no user created in AD nor any mailbox in Exchange. I want to > > do processing on these type of emails. > > Is it possible to forward these type of emails to a specific user of > > exchange and then using sync dll I can do my processing? > > How to configure wild card (*)@*.testdomain.com email in Exchange server? > > > > Thanks, > > > > >
For Exchange to accept emails for a domain there has be a recipient policy with that SMTP domain listed and the "This Exchange Organization is responsible for all mail delivery to this address" needs to be ticked for that address. See http://support.microsoft.com/?kbid=319201 for more details. Then bind your sink to only look at address's *@anysubdomains.domain.com Cheers Glen "Irfan" wrote in message news:3B12BB27-9617-426B-89FA-AA1AEC95E0F8@microsoft.com... > Thanks, > > This article helps in managing the anyuser@domain.com. > > But how to manage anyuser@anysubdomains.domain.com > > My domain can resolve subdomains.domain.com and mail A record is also set. > The mails are coming on the server and are bouced back with NDR status. > How > can I redirect them to a perticular email account? > > Thanks, > -Irfan > > "Glen Scales [MVP]" wrote: > >> Sounds like you want to look at using a Catchall Event sink have a look >> at >> http://support.microsoft.com/default.aspx?scid=kb;en-us;324021 >> >> Cheers >> Glen >> >> "Irfan" wrote in message >> news:7C1377E7-4B5E-4AB7-B221-65520489D56B@microsoft.com... >> > Hi, >> > >> > My scenario is, I want to receive all emails on Exchange server in this >> > format >> > >> > abc@xyz.testdomain.com >> > cdr@sdf.testdomain.com >> > dkei@testdomain.com >> > >> > There will be no user created in AD nor any mailbox in Exchange. I want >> > to >> > do processing on these type of emails. >> > Is it possible to forward these type of emails to a specific user of >> > exchange and then using sync dll I can do my processing? >> > How to configure wild card (*)@*.testdomain.com email in Exchange >> > server? >> > >> > Thanks, >> > >> >> >>