Memorise

Archive for September 5th, 2013

Creating Exchange 2010 Relay for Anonymous

This example uses the New-ReceiveConnector cmdlet to create the Receive connector Anonymous Relay that listens on local IP address 192.168.10.1 on port 25 from a source server at IP address 192.100.2.30 New-ReceiveConnector -Name “Relay Mail” -Usage Custom -PermissionGroups AnonymousUsers -Bindings 192.168.10.1:25 -RemoteIpRanges 192.100.2.30 Use the Shell to grant relay permission to anonymous connections on the new Receive […]