Exchange 07 SMPT

por | 13 mayo, 2007

 

By default an Exchange Server 2007 Hub Transport server only allows secure authenticated connections, so if you don’t have an Edge server in front of the Hub Transport server, you need to allow anonymous connections directly to the server.

 

You cannot set this authentication setting via the GUI (only when creating new connectors!), so you’ll need to open the Exchange Management Shell and type:

 

set-ReceiveConnector «Default <Servername>» -permissiongroups:»ExchangeUsers,ExchangeServers,ExchangeLegacyServers,AnonymousUsers»

 

Pegado de <http://forums.msexchange.org/m_1800412705/mpage_1/key_/tm.htm#1800436633>

 

Reply to another address

 

PowerShell One-Liner examples:

Get-Mailbox < mailbox ID> | Set-Mailbox –EmailAddressPolicyEnabled:$false

Get-Mailbox –Server SRV1 | Set-Mailbox –EmailAddressPolicyEnabled:$false

 

Pegado de <http://msexchangeteam.com/archive/2007/01/05/432086.aspx>