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: Tue, 4 Mar 2008 22:50:41 -0500,    group: microsoft.public.exchange.connectivity        back       


How to allow relay from internal SMTP device in Exchange 2007?   
I am now using Exchange 2007. I need to allow a scanner to relay like I used 
to in Exchange 2003.

You must allow the LAN IP of the machine to relay off your Exchange server 
to email outside your domain. The instructions on how I used to do it with 
Exchange 2003 are below...how do I do it in Exchange 2007???

Old stops in Exchange 2003



·         Exchange system manager

o   Administrative Groups

§  First Administrative Group

·         Servers

o   "server name"

§  Protocols

·         SMTP

o   Default SMTP Virtual Server

o   Right click

o   Properties

o   Click on "Access" tab

o   Select "Relay"

o   Check "Only the list below"

o   Select "Add."

o   You can add "Single computer" IP or "Group of computers"

§  I have mine set to allow all LAN IP's to relay

§  Ex: "Group of computers" - Subnet address = 192.168.1.0 / Subnet mask = 
255.255.255.0

o   You can also/or check "Allow all computers which successfully 
authenticate to relay, regardless of the list above"

§  With this setting enabled got to Access control on the same tab and click 
the "Authentication." button

§  Ensure that you only have checked "Anonymous access" and "Integrated 
Windows Authentication"
date: Tue, 4 Mar 2008 22:50:41 -0500   author:   Arch Willingham

RE: How to allow relay from internal SMTP device in Exchange 2007?   
Hi 
there are several ways to do so:

1)
create an externally secured connector
- new receive connector with "Exchange Servers" permission group and 
"Externally secured" Authentication. I suggest you limit the IP addresses to 
the scanner IP

2)
Grant relay permissions to anonymous users
Get-ReceiveConnector -id "yourConnectr" | Add-ADPermission -User "NT 
AUTHORITY\ANONYMOUS LOGON" -ExtendedRights 
"ms-Exch-SMTP-Accept-Any-Recipient". As with the first choice, limit the IP 
addresses of the remote hosts to the scanner machine

Henry
- 

"Arch Willingham" wrote:

> I am now using Exchange 2007. I need to allow a scanner to relay like I used 
> to in Exchange 2003.
> 
> You must allow the LAN IP of the machine to relay off your Exchange server 
> to email outside your domain. The instructions on how I used to do it with 
> Exchange 2003 are below...how do I do it in Exchange 2007???
> 
> Old stops in Exchange 2003
> 
> 
> 
> ·         Exchange system manager
> 
> o   Administrative Groups
> 
> §  First Administrative Group
> 
> ·         Servers
> 
> o   "server name"
> 
> §  Protocols
> 
> ·         SMTP
> 
> o   Default SMTP Virtual Server
> 
> o   Right click
> 
> o   Properties
> 
> o   Click on "Access" tab
> 
> o   Select "Relay"
> 
> o   Check "Only the list below"
> 
> o   Select "Add."
> 
> o   You can add "Single computer" IP or "Group of computers"
> 
> §  I have mine set to allow all LAN IP's to relay
> 
> §  Ex: "Group of computers" - Subnet address = 192.168.1.0 / Subnet mask = 
> 255.255.255.0
> 
> o   You can also/or check "Allow all computers which successfully 
> authenticate to relay, regardless of the list above"
> 
> §  With this setting enabled got to Access control on the same tab and click 
> the "Authentication." button
> 
> §  Ensure that you only have checked "Anonymous access" and "Integrated 
> Windows Authentication"
> 
> 
> 
> 
>
date: Wed, 5 Mar 2008 08:45:02 -0800   author:   Henry

Re: How to allow relay from internal SMTP device in Exchange 2007?   
Thanks so much!

Arch

"Henry"  wrote in message 
news:11739F57-8604-4BD6-9037-5C9C98AC64CF@microsoft.com...
> Hi
> there are several ways to do so:
>
> 1)
> create an externally secured connector
> - new receive connector with "Exchange Servers" permission group and
> "Externally secured" Authentication. I suggest you limit the IP addresses 
> to
> the scanner IP
>
> 2)
> Grant relay permissions to anonymous users
> Get-ReceiveConnector -id "yourConnectr" | Add-ADPermission -User "NT
> AUTHORITY\ANONYMOUS LOGON" -ExtendedRights
> "ms-Exch-SMTP-Accept-Any-Recipient". As with the first choice, limit the 
> IP
> addresses of the remote hosts to the scanner machine
>
> Henry
> -
>
> "Arch Willingham" wrote:
>
>> I am now using Exchange 2007. I need to allow a scanner to relay like I 
>> used
>> to in Exchange 2003.
>>
>> You must allow the LAN IP of the machine to relay off your Exchange 
>> server
>> to email outside your domain. The instructions on how I used to do it 
>> with
>> Exchange 2003 are below...how do I do it in Exchange 2007???
>>
>> Old stops in Exchange 2003
>>
>>
>>
>> ·         Exchange system manager
>>
>> o   Administrative Groups
>>
>> §  First Administrative Group
>>
>> ·         Servers
>>
>> o   "server name"
>>
>> §  Protocols
>>
>> ·         SMTP
>>
>> o   Default SMTP Virtual Server
>>
>> o   Right click
>>
>> o   Properties
>>
>> o   Click on "Access" tab
>>
>> o   Select "Relay"
>>
>> o   Check "Only the list below"
>>
>> o   Select "Add."
>>
>> o   You can add "Single computer" IP or "Group of computers"
>>
>> §  I have mine set to allow all LAN IP's to relay
>>
>> §  Ex: "Group of computers" - Subnet address = 192.168.1.0 / Subnet mask 
>> =
>> 255.255.255.0
>>
>> o   You can also/or check "Allow all computers which successfully
>> authenticate to relay, regardless of the list above"
>>
>> §  With this setting enabled got to Access control on the same tab and 
>> click
>> the "Authentication." button
>>
>> §  Ensure that you only have checked "Anonymous access" and "Integrated
>> Windows Authentication"
>>
>>
>>
>>
>>
date: Wed, 5 Mar 2008 17:23:21 -0500   author:   Arch Willingham

RE: How to allow relay from internal SMTP device in Exchange 2007?   
Thank you for posting steps in exchange 2003.  I've been trying to figure out 
how to do this for a day and a half and all I could come up with are 
instructions for 2007  :)   I needed to allow our new CRM server to relay out 
:)   Thankks again for posting how you used to do it!

Aaron W.

"Arch Willingham" wrote:

> I am now using Exchange 2007. I need to allow a scanner to relay like I used 
> to in Exchange 2003.
> 
> You must allow the LAN IP of the machine to relay off your Exchange server 
> to email outside your domain. The instructions on how I used to do it with 
> Exchange 2003 are below...how do I do it in Exchange 2007???
> 
> Old stops in Exchange 2003
> 
> 
> 
> ·         Exchange system manager
> 
> o   Administrative Groups
> 
> §  First Administrative Group
> 
> ·         Servers
> 
> o   "server name"
> 
> §  Protocols
> 
> ·         SMTP
> 
> o   Default SMTP Virtual Server
> 
> o   Right click
> 
> o   Properties
> 
> o   Click on "Access" tab
> 
> o   Select "Relay"
> 
> o   Check "Only the list below"
> 
> o   Select "Add."
> 
> o   You can add "Single computer" IP or "Group of computers"
> 
> §  I have mine set to allow all LAN IP's to relay
> 
> §  Ex: "Group of computers" - Subnet address = 192.168.1.0 / Subnet mask = 
> 255.255.255.0
> 
> o   You can also/or check "Allow all computers which successfully 
> authenticate to relay, regardless of the list above"
> 
> §  With this setting enabled got to Access control on the same tab and click 
> the "Authentication." button
> 
> §  Ensure that you only have checked "Anonymous access" and "Integrated 
> Windows Authentication"
> 
> 
> 
> 
>
date: Fri, 16 May 2008 08:42:01 -0700   author:   forrestmage

Re: How to allow relay from internal SMTP device in Exchange 2007?   
On 16 mayo, 17:42, forrestmage 
wrote:
> Thank you for posting steps in exchange 2003.  I've been trying to figure out
> how to do this for a day and a half and all I could come up with are
> instructions for 2007  :)   I needed to allow our new CRM server to relay out
> :)   Thankks again for posting how you used to do it!
>
> Aaron W.
>
>
>
> "Arch Willingham" wrote:
> > I am now using Exchange 2007. I need to allow a scanner to relay like I used
> > to in Exchange 2003.
>
> > You must allow the LAN IP of the machine to relay off your Exchange server
> > to email outside your domain. The instructions on how I used to do it with
> > Exchange 2003 are below...how do I do it in Exchange 2007???
>
> > Old stops in Exchange 2003
>
> > ·         Exchange system manager
>
> > o   Administrative Groups
>
> > §  First Administrative Group
>
> > ·         Servers
>
> > o   "server name"
>
> > §  Protocols
>
> > ·         SMTP
>
> > o   Default SMTP Virtual Server
>
> > o   Right click
>
> > o   Properties
>
> > o   Click on "Access" tab
>
> > o   Select "Relay"
>
> > o   Check "Only the list below"
>
> > o   Select "Add."
>
> > o   You can add "Single computer" IP or "Group of computers"
>
> > §  I have mine set to allow all LAN IP's to relay
>
> > §  Ex: "Group of computers" - Subnet address = 192.168.1.0 / Subnet mask =
> > 255.255.255.0
>
> > o   You can also/or check "Allow all computers which successfully
> > authenticate to relay, regardless of the list above"
>
> > §  With this setting enabled got to Access control on the same tab and click
> > the "Authentication." button
>
> > §  Ensure that you only have checked "Anonymous access" and "Integrated
> > Windows Authentication"- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

Henry! You are the real Boss, THX
date: Wed, 21 May 2008 13:35:58 -0700 (PDT)   author:   unknown

Google
 
Web ureader.com


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