New Exchange Server 2007 Distribution Groups created using the Exchange shell or console do not receive internet mail (i.e. mail from unauthenticated senders) by default. Thanks to Exchange MVP Devin Ganger for pointing this out.

Figure 1: By default, new Distribution Groups created in Exchange Server 2007 are configured to receive mail only from authenticated senders.
To allow internet mail to a Distribution Group:

Figure 1: By default, new Distribution Groups created in Exchange Server 2007 are configured to receive mail only from authenticated senders.
To allow internet mail to a Distribution Group:
Set-DistributionGroup "Group Name" -RequireSenderAuthenticationEnabled $false
When creating a new Distribution Group using the console, the option for authentication is not exposed. However, when creating one using the shell using the New-DistributionGroup command, the above optional parameter -RequireSenderAuthenticationEnabled can be set to false.Labels: Administration, Exchange Server 2007, Exchange Shell

Exchangepedia Blog is read by visitors from all 50 US States and 150 countries world-wide

1 Comments:
Well, you have posted how to enable it for all the DG's. It will be beneficial it you can also mention how one can do it for a group of users lets 200 out of 400.
Thanks
Post a Comment
Links to this post:
Create a Link
<< Home