banner



How To Find Server For Exchange Email

How to Configure Commutation Server 2016 SMTP Relay while upgrading your electronic mail services.

In most organizations, there are several devices or applications that need to apply an SMTP service to send email messages. An Substitution can provide that service for yous, however, the configuration required on the server depends on the SMTP relay requirements of your scenario.

In my scenario, i am upgrading our customer's commutation server 2013 to exchange 2016. Now today we are moving application relay workload to new commutation 2016 server.

Few things y'all demand to follow.

  1. Export all details of the current connector.
  2. Share the IP details with the responsible team for confirmation.
  3. Once you go the confirmation create new connector on new exchange server with beneath followings steps.

1:-Export Current Connector Information:-

You can employ below cmds on Ems.

$list=(Get-ReceiveConnector "servername\external Relay").RemoteIPRanges > c:\relayIPs.txt

Become-ReceiveConnector "servername\nameofconnector"| select -ExpandProperty remoteipranges|consign-csv c:\filename.csv

Now in given path you will run across a csv or txt file as per you cmds option.

ii:- Verify the configuration.

You lot should cheque the existing configuration of the connector. I suggest you ,  To document the configuration for reference.

Get-ReceiveConnector "CPLEXCH03\GC APP-FFRAPP-2013" | fl > c:\relayIPs.txt

3:- Create New Connector on Exchange 2016

New-ReceiveConnector -Name "AppRelay" -Server servername -Usage custom -Bindings 0.0.0.0:25 -RemoteIPRanges 10.10.12.thirteen -MaxMessageSize 30MB -TransportRole frontendtransport

4:- How to Add Remote IP Addresses to new  Receive Connectors (Y'all can use same cmds to add together on IPs on existing connector)
$RecvConn = Get-ReceiveConnector "Connectorname"

Place IP accost in text file  and salvage in c:printer.txt

Get-Content .\printer.txt | foreach {$RecvConn.RemoteIPRanges += "$_"}

Set up-ReceiveConnector "AppRelay" -RemoteIPRanges $RecvConn.RemoteIPRanges

5:- Add Permission on connector

Get-ReceiveConnector "apprealy" | Add-ADPermission -User "NT Authorisation\Anonymous LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-Recipient"

Set-ReceiveConnector "servername\apprealy" -PermissionGroups AnonymousUsers

Method 2.

Y'all can utilize below scripts to copy the receive connector on multiple servers.

Copy a receive connector from one Exchange Server to multiple Commutation Servers

Clone Exchange 2016/2013 SMTP Receive connectors

Source: https://exchange365in.wordpress.com/2016/10/20/import-and-export-receive-connector-exchange-20132016/

Posted by: francisoffined.blogspot.com

0 Response to "How To Find Server For Exchange Email"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel