cancel
Showing results for 
Search instead for 
Did you mean: 

no delivery , invalid recipient address

former_member196171
Participant
0 Kudos

I have configured SCOT with ECC system and trying to send  email from SAP system to my outlook via exchange relay

No delivery to al.mamun@mydomian.ca, invalid recipient address

Message no. XS806

Diagnosis

The SAP system has processed the message correctly. However, a subsequent system has classified the recipient address al.mamun@mydomain.ca as invalid or unknown and has not delivered the message to this recipient.

Information from External System

501 5.5.4 Invalid Address

Procedure

Check the recipient address

Please help if you have any clue

Al Mamun

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi Al Mamum,

Check the following

1) Domain is maintained correctly under SCOT configurations

2) Email ID is maintained for the userid in SAP

3) SMTP relaying is configured for SAP server IP address.

Regards,

Deepak Kori

Answers (1)

Answers (1)

Ranjith418
Contributor
0 Kudos

Hi Al Mamum,

Please maintain the email address in the address area as below.

Thanks,
Ranjith

wanjiru
Participant
0 Kudos

use below settings for setting up SMTP relaying is configured for SAP server IP address

External SMTP Relay with Exchange Server 2016 Using Anonymous Connections

When authenticated SMTP is not an option you can create a new receive connector on the Exchange 2016 server that will allow anonymous SMTP relay from a specific list of IP addresses or IP ranges.

In the Exchange Admin Center navigate to mail flow and then receive connectors. Select the server that you want to create the new receive connector on, and click the “+” button to start the wizard.

exchange-2016-smtp-relay-02

Give the new connector a name. I like to keep the name consistent with the other default connectors. Set the Role to “Frontend Transport”, and the Type to “Custom”.

exchange-2016-smtp-relay-03

The default Network adapter bindings are fine. This represents the IP and port that the server will be listening on for connections. Multiple receive connectors on the Frontend Transport service can listen on the same port of TCP 25.

exchange-2016-smtp-relay-04

Remove the default IP range from the Remote network settings, and then add in the specific IP addresses or IP ranges that you want to allow anonymous SMTP relay from. I do not recommend adding entire IP subnets that contain other Exchange servers as this can cause issues with server to server communications.

exchange-2016-smtp-relay-05

Click Finish to complete the wizard, then there is some additional configuration still required.

In the Exchange Management Shell run the following two commands.

To open the Exchange Management Shell in Windows Server 2016 or Windows 10

Click Start > Microsoft Exchange Server 2016 > Exchange Management Shell.


[PS]C:\>Set-ReceiveConnector "EXSERVER\Anon Relay EXSERVER" -PermissionGroups AnonymousUsers

[PS]C:\>Get-ReceiveConnector "EXSERVER\Anon Relay EXSERVER" | Add-ADPermission-User 'NT AUTHORITY\Anonymous Logon' -ExtendedRights MS-Exch-SMTP-Accept-Any-Recipient

We can now test the connector using Telnet from the IP address that was added to the remote network settings of the receive connector. In my test environment that IP address will now be allowed to send email from any email address (whether it is a valid internal address or not) to any external address.