Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Sun, 16 Mar 2008 01:16:58 -0600,    group: microsoft.public.exchange.misc        back       


Problems with RecipientValidationEnabled   
I can't get Exchange 2007 to block or reject messages from invalid
recipients.  I don't have an Edge Transport server, and I've ran
install-antispamagents.ps1 on the hub transport server.  Under Recipient
Filtering/Blocked Recipients I enabled "Block messages sent to
recipients not in the global address list" and confirmed that
"get-recipientfilterconfig" shows "RecipientValidationEnabled : True".

 

Yet when I send mail from an outside account or from telnet, invalid
recipients are accepted and no NDR is generated. Any ideas?
date: Sun, 16 Mar 2008 01:16:58 -0600   author:   Marty List

Re: Problems with RecipientValidationEnabled   
Is the agent enabled?

-- 
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------


  "Marty List"  wrote in message news:EF1C922E5BF2421AB3AF09F0AF39D9BF@OptimumX.com...
  I can't get Exchange 2007 to block or reject messages from invalid recipients.  I don't have an Edge Transport server, and I've ran install-antispamagents.ps1 on the hub transport server.  Under Recipient Filtering/Blocked Recipients I enabled "Block messages sent to recipients not in the global address list" and confirmed that "get-recipientfilterconfig" shows "RecipientValidationEnabled : True".

   

  Yet when I send mail from an outside account or from telnet, invalid recipients are accepted and no NDR is generated. Any ideas?
date: Sun, 16 Mar 2008 13:11:47 -0700   author:   Bharat Suneja [MVP]

Re: Problems with RecipientValidationEnabled   
Yes, I think so:

 

[PS] H:\>get-transportagent "Recipient Filter Agent"|fl

 

Identity              : Recipient Filter Agent

Enabled               : True

Priority              : 5

TransportAgentFactory :
Microsoft.Exchange.Transport.Agent.ProtocolFilter.RecipientFilterAgentFa
ctory

AssemblyPath          : D:\Program Files\Microsoft\Exchange
Server\TransportRoles\agents\Hygiene\Microsoft.Exchange.Transport.Agent.
Hygiene.dll

 

 

From: Bharat Suneja [MVP] [mailto:bharat@nospam.org] 
Posted At: Sunday, March 16, 2008 2:12 PM
Posted To: microsoft.public.exchange.misc
Conversation: Problems with RecipientValidationEnabled
Subject: Re: Problems with RecipientValidationEnabled

 

Is the agent enabled?


-- 
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------

 

 

"Marty List"  wrote in message
news:EF1C922E5BF2421AB3AF09F0AF39D9BF@OptimumX.com...

I can't get Exchange 2007 to block or reject messages from invalid
recipients.  I don't have an Edge Transport server, and I've ran
install-antispamagents.ps1 on the hub transport server.  Under Recipient
Filtering/Blocked Recipients I enabled "Block messages sent to
recipients not in the global address list" and confirmed that
"get-recipientfilterconfig" shows "RecipientValidationEnabled : True".

 

Yet when I send mail from an outside account or from telnet, invalid
recipients are accepted and no NDR is generated. Any ideas?
date: Sun, 16 Mar 2008 15:07:37 -0600   author:   Marty List

Re: Problems with RecipientValidationEnabled   
Is it your only/primary Authoritative Domain? Is AddressBookEnabled set to $true for that domain?

Use:
Get-AcceptedDomain | select Name,DomainType,AddressBookEnabled

-- 
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------



  "Marty List"  wrote in message news:BA5E5B959CB6451E8DD1CB0E15A60B37@OptimumX.com...
   

  Yes, I think so:

   

  [PS] H:\>get-transportagent "Recipient Filter Agent"|fl

   

  Identity              : Recipient Filter Agent

  Enabled               : True

  Priority              : 5

  TransportAgentFactory : Microsoft.Exchange.Transport.Agent.ProtocolFilter.RecipientFilterAgentFactory

  AssemblyPath          : D:\Program Files\Microsoft\Exchange Server\TransportRoles\agents\Hygiene\Microsoft.Exchange.Transport.Agent.Hygiene.dll

   

   

  From: Bharat Suneja [MVP] [mailto:bharat@nospam.org] 
  Posted At: Sunday, March 16, 2008 2:12 PM
  Posted To: microsoft.public.exchange.misc
  Conversation: Problems with RecipientValidationEnabled
  Subject: Re: Problems with RecipientValidationEnabled

   

  Is the agent enabled?


  -- 
  Bharat Suneja
  MVP - Exchange
  www.zenprise.com
  NEW blog location:
  exchangepedia.com/blog
  ----------------------------

   

   

    "Marty List"  wrote in message news:EF1C922E5BF2421AB3AF09F0AF39D9BF@OptimumX.com...

    I can't get Exchange 2007 to block or reject messages from invalid recipients.  I don't have an Edge Transport server, and I've ran install-antispamagents.ps1 on the hub transport server.  Under Recipient Filtering/Blocked Recipients I enabled "Block messages sent to recipients not in the global address list" and confirmed that "get-recipientfilterconfig" shows "RecipientValidationEnabled : True".

     

    Yet when I send mail from an outside account or from telnet, invalid recipients are accepted and no NDR is generated. Any ideas?
date: Mon, 17 Mar 2008 20:32:13 +0100   author:   Bharat Suneja [MVP]

Re: Problems with RecipientValidationEnabled   
Hi Bharat, thanks for the help.  You might be on to something here,
AddressBookEnabled = True but this is not the only authoritative domain:

 

[PS] H:\>Get-AcceptedDomain | select Name,DomainType,AddressBookEnabled

 

Name                                       DomainType
AddressBookEnabled

----                                       ----------
------------------

OptimumX.com                            Authoritative
True

StructuredX.com                         Authoritative
True

StructuredX.net                         Authoritative
True

 

 

From: Bharat Suneja [MVP] [mailto:bharat@nospam.org] 
Posted At: Monday, March 17, 2008 1:32 PM
Posted To: microsoft.public.exchange.misc
Conversation: Problems with RecipientValidationEnabled
Subject: Re: Problems with RecipientValidationEnabled

 

Is it your only/primary Authoritative Domain? Is AddressBookEnabled set
to $true for that domain?

Use:
Get-AcceptedDomain | select Name,DomainType,AddressBookEnabled


-- 
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------

 


 

"Marty List"  wrote in message
news:BA5E5B959CB6451E8DD1CB0E15A60B37@OptimumX.com...

 

Yes, I think so:

 

[PS] H:\>get-transportagent "Recipient Filter Agent"|fl

 

Identity              : Recipient Filter Agent

Enabled               : True

Priority              : 5

TransportAgentFactory :
Microsoft.Exchange.Transport.Agent.ProtocolFilter.RecipientFilterAgentFa
ctory

AssemblyPath          : D:\Program Files\Microsoft\Exchange
Server\TransportRoles\agents\Hygiene\Microsoft.Exchange.Transport.Agent.
Hygiene.dll

 

 

From: Bharat Suneja [MVP] [mailto:bharat@nospam.org] 
Posted At: Sunday, March 16, 2008 2:12 PM
Posted To: microsoft.public.exchange.misc
Conversation: Problems with RecipientValidationEnabled
Subject: Re: Problems with RecipientValidationEnabled

 

Is the agent enabled?


-- 
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------

 

 

"Marty List"  wrote in message
news:EF1C922E5BF2421AB3AF09F0AF39D9BF@OptimumX.com...

I can't get Exchange 2007 to block or reject messages from invalid
recipients.  I don't have an Edge Transport server, and I've ran
install-antispamagents.ps1 on the hub transport server.  Under Recipient
Filtering/Blocked Recipients I enabled "Block messages sent to
recipients not in the global address list" and confirmed that
"get-recipientfilterconfig" shows "RecipientValidationEnabled : True".

 

Yet when I send mail from an outside account or from telnet, invalid
recipients are accepted and no NDR is generated. Any ideas?
date: Sun, 23 Mar 2008 12:59:48 -0600   author:   Marty List

Re: Problems with RecipientValidationEnabled   
Also, I don't know if this is relevant or not, but I also have another
server running Exchange 2003.  All incoming SMTP goes to ISA and then to
the Exchange 2007 server.

 

[PS] H:\>Get-AcceptedDomain optimumx.com|fl

 

DomainName         : OptimumX.com

DomainType         : Authoritative

AddressBookEnabled : True

Default            : True

AdminDisplayName   :

ExchangeVersion    : 0.1 (8.0.535.0)

Name               : OptimumX.com

DistinguishedName  : CN=OptimumX.com,CN=Accepted Domains,CN=Transport
Settings,

                     CN=Optimum X,CN=Microsoft
Exchange,CN=Services,CN=Configur

                     ation,DC=OptimumX,DC=com

Identity           : OptimumX.com

Guid               : f682ffff-aaaa-4f4d-94ae-c8bb5b867de1

ObjectCategory     :
OptimumX.com/Configuration/Schema/ms-Exch-Accepted-Domain

ObjectClass        : {top, msExchAcceptedDomain}

WhenChanged        : 9/12/2007 9:48:33 PM

WhenCreated        : 9/12/2007 9:48:33 PM

OriginatingServer  : exchange2003server.OptimumX.com

IsValid            : True

 

 

 

From: Marty List 
Posted At: Sunday, March 23, 2008 1:00 PM
Posted To: microsoft.public.exchange.misc
Conversation: Problems with RecipientValidationEnabled
Subject: Re: Problems with RecipientValidationEnabled

 

 

Hi Bharat, thanks for the help.  You might be on to something here,
AddressBookEnabled = True but this is not the only authoritative domain:

 

[PS] H:\>Get-AcceptedDomain | select Name,DomainType,AddressBookEnabled

 

Name                                       DomainType
AddressBookEnabled

----                                       ----------
------------------

OptimumX.com                            Authoritative
True

StructuredX.com                         Authoritative
True

StructuredX.net                         Authoritative
True

 

 

From: Bharat Suneja [MVP] [mailto:bharat@nospam.org] 
Posted At: Monday, March 17, 2008 1:32 PM
Posted To: microsoft.public.exchange.misc
Conversation: Problems with RecipientValidationEnabled
Subject: Re: Problems with RecipientValidationEnabled

 

Is it your only/primary Authoritative Domain? Is AddressBookEnabled set
to $true for that domain?

Use:
Get-AcceptedDomain | select Name,DomainType,AddressBookEnabled


-- 
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------

 


 

"Marty List"  wrote in message
news:BA5E5B959CB6451E8DD1CB0E15A60B37@OptimumX.com...

 

Yes, I think so:

 

[PS] H:\>get-transportagent "Recipient Filter Agent"|fl

 

Identity              : Recipient Filter Agent

Enabled               : True

Priority              : 5

TransportAgentFactory :
Microsoft.Exchange.Transport.Agent.ProtocolFilter.RecipientFilterAgentFa
ctory

AssemblyPath          : D:\Program Files\Microsoft\Exchange
Server\TransportRoles\agents\Hygiene\Microsoft.Exchange.Transport.Agent.
Hygiene.dll

 

 

From: Bharat Suneja [MVP] [mailto:bharat@nospam.org] 
Posted At: Sunday, March 16, 2008 2:12 PM
Posted To: microsoft.public.exchange.misc
Conversation: Problems with RecipientValidationEnabled
Subject: Re: Problems with RecipientValidationEnabled

 

Is the agent enabled?


-- 
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------

 

 

"Marty List"  wrote in message
news:EF1C922E5BF2421AB3AF09F0AF39D9BF@OptimumX.com...

I can't get Exchange 2007 to block or reject messages from invalid
recipients.  I don't have an Edge Transport server, and I've ran
install-antispamagents.ps1 on the hub transport server.  Under Recipient
Filtering/Blocked Recipients I enabled "Block messages sent to
recipients not in the global address list" and confirmed that
"get-recipientfilterconfig" shows "RecipientValidationEnabled : True".

 

Yet when I send mail from an outside account or from telnet, invalid
recipients are accepted and no NDR is generated. Any ideas?
date: Sun, 23 Mar 2008 13:15:25 -0600   author:   Marty List

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us