Creating A Scoped Receive Connector - F-SECURE ANTI-VIRUS FOR MICROSOFT EXCHANGE 7.10 Administrator's Manual

Table of Contents

Advertisement

D.2.1

Creating a Scoped Receive Connector

The connector can be created from the Exchange management shell.
Run the following command to create a scoped receive connector on the
local server:
New-ReceiveConnector -Name <connector_name> -Bindings
<listen_ip_port> -RemoteIPRanges <accepted_hosts>
-AuthMechanism Tls -PermissionGroups "AnonymousUsers"
-RequireEHLODomain $false -RequireTLS $false
where:
<connector_name> is the name for the connector,
<listen_ip_port> is the IP address and port number
(separated by a colon) that the receive connector listens for
inbound messages, and
<accepted_hosts> is the IP address or IP address range from
which inbound connections are accepted.
The IP address or IP address range can be entered in one of the
following formats:
IP address: 192.168.1.1
IP address range: 192.168.1.10-192.168.1.20
IP address with subnet 192.168.1.0 (255.255.255.0)
IP address by using Classless Interdomain Routing (CIDR)
notation: 192.168.1.0/24
For example, to create a new connector that listens on all configured local
IP addresses and accepts connections from the local host only, run the
following command in the Exchange management shell:
New-ReceiveConnector -Name "F-Secure alerts and reports"
-Bindings 0.0.0.0:25 -RemoteIPRanges 127.0.0.1 -AuthMechanism
Tls -PermissionGroups "AnonymousUsers" -RequireEHLODomain
$false -RequireTLS $false
APPENDIX D
Sending E-mail Alerts And Reports
295

Advertisement

Table of Contents
loading

This manual is also suitable for:

F-secure anti-virus for microsoft exchange

Table of Contents