Re: External DL



correction.. the first one should appear as:

(&(&(objectClass=group)(mail=*))(!authOrig=*)(!unauthOrig=*))

the second one should be:
(&(&(objectClass=group)(mail=*))(!authOrig=*)(!unauthOrig=*))(!msExchRequireAuthToSend=TRUE))

--
Bharat Suneja
MCSE, MCT
www.zenprise.com
blog: www.suneja.com/blog
-----------------------------------------


"Bharat Suneja" <bharatsuneja@xxxxxxxxxxx> wrote in message
news:e0SxjYt%23FHA.504@xxxxxxxxxxxxxxxxxxxxxxx
> (&(&(objectClass=group)(mail=*))(!authOrig=*)(!unauthOrig=TRUE))
>
> The above should get you a list of all groups where accept from everyone
> is checked.
>
> However, this does not necessarily mean they'll be able to get mail from
> internet senders. The other part of the equation is - is "from
> authenticated users only" checked? If it is, only internal/authenticated
> users can send to that address/group.
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;827616
>
> So to exclude any groups out of the above where "from authenticated users
> only" is checked, use:
>
> (&(&(objectClass=group)(mail=*))(!authOrig=*)(!unauthOrig=TRUE))(!msExchRequireAuthToSend=TRUE))
>
> --
> Bharat Suneja
> MCSE, MCT
> www.zenprise.com
> blog: www.suneja.com/blog
> -----------------------------------------
>
>
> "Rajnish" <Rajnish@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:9D9E358B-C80B-4E72-A10E-C86BDB12A629@xxxxxxxxxxxxxxxx
>> hi
>> sorry to bother u again but didn't wkd this time also my requirement :
>> Get a list of all DL where accept from everyone is checked.seems some
>> thing
>> in the sctipt is missing...
>>
>> Thanks for ur patience...
>>
>> Regards
>> Rajnish
>>
>> "Bharat Suneja" wrote:
>>
>>> - For accepting messages from everyone, you would have to have "accept
>>> messages from everyone" checked. So we exclude all groups that have
>>> "from
>>> authenticated users only" checked.
>>> - To exclude groups that only receive from certain recipients (in
>>> additions
>>> to group that accept messages only form authenticated users... ):
>>>
>>> (&(&(objectClass=group)(mail=*))(!authOrig=*)(!msExchRequireAuthToSend=TRUE))
>>>
>>> --
>>> Bharat Suneja
>>> MCSE, MCT
>>> www.zenprise.com
>>> blog: www.suneja.com/blog
>>> -----------------------------------------
>>>
>>>
>>> "Rajnish" <Rajnish@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>>> news:75E4B1F8-BCC7-4D12-9D18-0E484407820B@xxxxxxxxxxxxxxxx
>>> > Hi
>>> > Able to run this query but the output it gave was not correct infact
>>> > all
>>> > the
>>> > DL came in one which was having accept messages from everyone and
>>> > second
>>> > where the dl can accept messages from two internal DL's it will be a
>>> > hectic
>>> > task to check each DL and then make a report Is there any way where we
>>> > can
>>> > get only DL's which can accept messages from everyone...
>>> > Thanks for the help
>>> > Regards
>>> > Rajnish
>>> >
>>> > "Bharat Suneja" wrote:
>>> >
>>> >> OK... I had the query do the opposite - setting the attribute to TRUE
>>> >> would
>>> >> actually stop it from receiving mail from internet senders.
>>> >>
>>> >> Try: (&(objectClass=group)(mail=*)(!msExchRequireAuthToSendTo=TRUE))
>>> >>
>>> >> That should get you a list of mail-enabled groups that can receive
>>> >> mail
>>> >> from
>>> >> internet senders.
>>> >> --
>>> >> Bharat Suneja
>>> >> MCSE, MCT
>>> >> www.zenprise.com
>>> >> blog: www.suneja.com/blog
>>> >> -----------------------------------------
>>> >>
>>> >>
>>> >> "Rajnish" <Rajnish@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>>> >> news:7B801B57-66BE-4060-A00D-CB9D41825C8D@xxxxxxxxxxxxxxxx
>>> >> > able to run the query no results...Can u pl guide me on this
>>> >> >
>>> >> > "Bharat Suneja" wrote:
>>> >> >
>>> >> >> All DL's have external access enabled by default - unless you
>>> >> >> check
>>> >> >> "From
>>> >> >> Authenticated Users Only" or somehow drop messages for that
>>> >> >> recipient
>>> >> >> at
>>> >> >> the
>>> >> >> gateway.
>>> >> >>
>>> >> >> Run a query:
>>> >> >> (&(objectClass=group)(mail=*)(msExchRequireAuthToSendTo=TRUE))
>>> >> >>
>>> >> >> --
>>> >> >> Bharat Suneja
>>> >> >> MCSE, MCT
>>> >> >> www.zenprise.com
>>> >> >> blog: www.suneja.com/blog
>>> >> >> -----------------------------------------
>>> >> >>
>>> >> >>
>>> >> >> "Rajnish" <Rajnish@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>>> >> >> news:9C75993C-346D-400E-A35F-C31A04628D6B@xxxxxxxxxxxxxxxx
>>> >> >> > Hi
>>> >> >> > Wanted to know all the DL that have external access
>>> >> >> > enabled..wanted
>>> >> >> > to
>>> >> >> > get
>>> >> >> > a
>>> >> >> > report on this can it be possible...
>>> >> >> >
>>> >> >> > Regards
>>> >> >> > Rajnish
>>> >> >> >
>>> >> >>
>>> >> >>
>>> >> >>
>>> >>
>>> >>
>>> >>
>>>
>>>
>>>
>
>


.



Relevant Pages

  • Re: ALWAYS receive undeliverable message which recipient is unknown
    ... You also have to enable it on your SMTP virtual server. ... >> Bharat Suneja ... >> MCSE, MCT ...
    (microsoft.public.exchange.admin)
  • Re: External DL
    ... Add to that a filter to exclude DLs where only authenticated users can send, ... >> Bharat Suneja ... >> MCSE, MCT ...
    (microsoft.public.exchange.admin)
  • Re: Autoreply when using a distribution list in Exchange
    ... Inbound message to DL is from a sender... ... >> Bharat Suneja ... >> MCSE, MCT ...
    (microsoft.public.exchange.admin)
  • Re: Share GAL?
    ... You'd have to script it, ... >>> Bharat Suneja ... >>> MCSE, MCT ...
    (microsoft.public.exchange.admin)
  • Re: External DL
    ... Any thanks for the cooperation and support if u could suggest something else ... "Bharat Suneja" wrote: ... >> So to exclude any groups out of the above where "from authenticated users ... >> MCSE, MCT ...
    (microsoft.public.exchange.admin)

Loading