APPENDIX D
295
Sending E-mail Alerts And Reports
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
Summary of Contents for ANTI-VIRUS FOR MICROSOFT EXCHANGE 7.10 -
Page 1: ...F Secure Anti Virus for Microsoft Exchange Administrator s Guide...
Page 9: ...9 ABOUT THIS GUIDE How This Guide Is Organized 10 Conventions Used in F Secure Guides 13...
Page 23: ...23 2 DEPLOYMENT Installation Modes 24 Network Requirements 25 Deployment Scenarios 26...
Page 270: ...270 A APPENDIX Variables in Warning Messages List of Variables 271...
Page 273: ...273 B APPENDIX Services and Processes List of Services and Processes 274...
Page 293: ...293 D APPENDIX Sending E mail Alerts And Reports Overview 294 Solution 294...