cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound SMTP EMail Config for SAP Inbox

Former Member
0 Kudos

Hello All,

I have one quick question regarding setting up the inbound emails into SAP system inbox.

1) In my system, I have made the following settings:

rdisp/start_icman = true

icm/server_port_0 = PROT=HTTP,PORT=8000

icm/host_name_full = tybl102061.tyb.kpmgbsc.net

icm/server_port_1 = PROT=SMTP,PORT=25000,TIMEOUT=180

is/SMTP/virt_host_1 = *:25000

2) Create a user names SAPMAIL as a system user with the S_A.SCON profile

3) I have added my email id in under my SAP user account

4) I have activated & configured the SAPConnect under SICF transaction code, and entered the SAPMAIL user credentials in it.

5) Under SCOT transaction, I have create domain and activated the SMTP node and entered all the necessary information

6) Created Address area

7) Submitted SendMail batch job

😎 Tested the trace route for outbound and it is successful

9) I am able to send mail to external id from SAP system.

Here my question is, how can I receive emails from the external clients into SAP inbox? Do I need to setup anything in SAP Exchange Server?

Please let me know what exactly am I missing here?

I would really appreciate your response to this matter.

Thank you,

Nikee

Accepted Solutions (0)

Answers (2)

Answers (2)

athavanraja
Active Contributor
0 Kudos

check out this weblog.

/people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher

Regards

Raja

Former Member
0 Kudos

Hi,

Please take a look at SAP Note 455140 and 546147. The first one says:

++++++++++++++

1. Settings on the mail server (SAP-external configuration)

To be able to receive mails in the SAP System, you need to set your mail server in a way that certain mail addresses are forwarded to one or several SAP Systems or clients. For this purpose, you need to define routing rules that assign a mail host and/or port to address areas (generic address parts, usually the domain), for example:

*@crm-prod.company.com --> mySAPWASHost:25000

*@crm-test.company.com --> mySAPWASHost:25001

For the exact setting procedure please refer to the mail server documentation. Note 546147 describes where the documentation can be found for the Microsoft Exchange 2000 Server and what to do if your mail server does not allow routing to other ports than port 25.

++++++++++++++

Regards