Re: External DL
- From: "Bharat Suneja" <bharat@xxxxxxxxxx>
- Date: Wed, 7 Dec 2005 07:33:21 -0800
Not sure why it doesn't work for you... tested it at my end again this
morning and it does!
The only way to uncheck "From Everyone" is to check "Only From" or "From
Everyone Except" and populate the box with at least one recipient. If you
look for all DLs where these 2 attributes are empty, it means the DL can
receive from everyone.
Add to that a filter to exclude DLs where only authenticated users can send,
and you get the list of all DLs that can receive from internet without any
restrictions, imo.
--
Bharat Suneja
MCSE, MCT
www.zenprise.com
blog: www.suneja.com/blog
-----------------------------------
"Rajnish" <Rajnish@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CA9D402E-AB42-43E9-9481-48B5F75DEE99@xxxxxxxxxxxxxxxx
> Hi
> Thanks for ur support but it didn't worked if you got to DL properties and
> click on exchange general and under message restrictions there are four
> tabs
> 1 Authenticated Users
> 2 From everyone
> 3 Only From
> 4. Fro Everyone except
> If from everyone is checked it means mail can come from any where whether
> from internal domain or external i was infact looking \to get a report
> where
> from everyone is checked ..
> Any thanks for the cooperation and support if u could suggest something
> else
> to get this done pl suggest or else i've to scan each DL for the same
> .....
>
> Thanks
> Rajnish
>
>
> "Bharat Suneja" wrote:
>
>> 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
>> >>> >> 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
>> >>> >> >> >
>> >>> >> >>
>> >>> >> >>
>> >>> >> >>
>> >>> >>
>> >>> >>
>> >>> >>
>> >>>
>> >>>
>> >>>
>> >
>> >
>>
>>
>>
.
- References:
- Re: External DL
- From: Bharat Suneja
- Re: External DL
- From: Bharat Suneja
- Re: External DL
- From: Bharat Suneja
- Re: External DL
- From: Rajnish
- Re: External DL
- From: Bharat Suneja
- Re: External DL
- From: Bharat Suneja
- Re: External DL
- From: Rajnish
- Re: External DL
- Prev by Date: Re: Public Folder Permissions
- Next by Date: Re: Mail addressed to one user going to another - child domains
- Previous by thread: Re: External DL
- Next by thread: Re: External DL
- Index(es):
Relevant Pages
|
Loading