open relay to specific IP address
error 421 4.3.2 Service not available, closing transmiss
configure new ip address for relay
192.168.10.250
on local server test no firewall issue.
john
August 5th, 2011 7:10pm
anything wrong?
Thanks.john
Free Windows Admin Tool Kit Click here and download it now
August 5th, 2011 7:11pm
Hi Johntseung,
As I understand, you want to create an receive connector to allow the backup application relay to Exchange server.
The Exchange server with the IP address of 192.168.10.250/32
And the backup application with the IP address of 192.168.10.1/32
If I misunderstand you, please let me know.
Please don’t change the local IP address to receive email.
See below links.
Allowing
application servers to relay off Exchange Server 2007
How
to setup a Receive Connector
August 9th, 2011 8:24am
I change the name to allowrelay and run the shell, not work.
[PS] C:\Windows\system32>Get-ReceiveConnector "AllowRelay" | Add-ADPermission -
ser "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "ms-Exch-SMTP-Accept-Any-Rec
pient"
Get-ReceiveConnector : The operation could not be performed because object 'All
owRelay' could not be found on domain controller 'XXXg.local'.
At line:1 char:21
+ Get-ReceiveConnector <<<< "AllowRelay" | Add-ADPermission -User "NT AUTHORIT
Y\ANONYMOUS LOGON" -ExtendedRights "ms-Exch-SMTP-Accept-Any-Recipient"
+ CategoryInfo : InvalidData: (:) [Get-ReceiveConnector], Managem
entObjectNotFoundException
+ FullyQualifiedErrorId : FC0E971D,Microsoft.Exchange.Management.SystemCon
figurationTasks.GetReceiveConnector
Hi Johntseung,
As I understand, you want to create an receive connector to allow the backup application relay to Exchange server.
The Exchange server with the IP address of 192.168.10.250/32
And the backup application with the IP address of 192.168.10.1/32
If I misunderstand you, please let me know.
Please don’t change the local IP address to receive email.
See below links.
Allowing
application servers to relay off Exchange Server 2007
How to setup
a Receive Connector
john
Free Windows Admin Tool Kit Click here and download it now
August 10th, 2011 6:26pm
Hi John,
As per my expierence abour email relay, you shoud be avoide to put range of IP address which come under same range of Exchange server IP's. you should mentioned only very restrictive range for IP which needed.
Try to use only oen IP address in allow list and then test it.
If you want ro relay mail to internet recepients also then you must have to create one new receive connector and allow "anonymous access" on it. Follow below URL to do it.
How To Allow Relaying in Exchange 2010 and Exchange 2007:
http://exchangepedia.com/2007/01/exchange-server-2007-how-to-allow-relaying.html
Anil MCC 2011,ITIL V3,MCSA 2003,MCTS 2010, My Blog : http://messagingschool.wordpress.com
August 10th, 2011 6:51pm