Grant The Relay Permission On The New Scoped Connector; Specify Smtp Server For Alerts And Reports - F-SECURE ANTI-VIRUS - FOR MICROSOFT EXCHANGE Administrator's Manual

Hide thumbs Also See for ANTI-VIRUS - FOR MICROSOFT EXCHANGE:
Table of Contents

Advertisement

B.2.2
Grant the Relay Permission on the New Scoped
Connector
B.2.3

Specify SMTP Server for Alerts and Reports

To create a new connector that is bound to a single IP addresses and
accepts connections from the specified remote servers, run the following
command:
New-ReceiveConnector -Name "F-Secure alerts and reports"
-Bindings 192.168.58.128:25 -RemoteIPRanges 192.168.58.129,
192.168.58.131 -AuthMechanism Tls -PermissionGroups
"AnonymousUsers" -RequireEHLODomain $false -RequireTLS $false
The receive connector accepts anonymous SMTP submissions but
messages are not relayed. To relay messages, grant
ms-Exch-SMTP-Accept-Any-Recipient the permission to the anonymous
account. To do this, run the following command:
Get-ReceiveConnector <connector_name> | Add-ADPermission
-User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights
"ms-Exch-SMTP-Accept-Any-Recipient"
where:
<connector_name> is the name of the connector you created.
For example:
Get-ReceiveConnector "F-Secure alerts and reports" |
Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON"
-ExtendedRights "ms-Exch-SMTP-Accept-Any-Recipient"
Check that the product is properly configured and the address and port of
the SMTP server corresponds to the address and port on which the
receive connector listens for inbound messages. Remember to specify
the return address for e-mail alerts.
APPENDIX B
Sending E-mail Alerts And Reports
247

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ANTI-VIRUS - FOR MICROSOFT EXCHANGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents