cancel
Showing results for 
Search instead for 
Did you mean: 

SMTP - Inbound message for different clients

Former Member
0 Kudos

Dear All,

As per sap note 455140 - Configuration of e-mail, fax, paging or SMS using SMTP we have configured multiple

virtual hosts to receive emails in each client.

is/SMTP/virt_host_1 = *:25001

is/SMTP/virt_host_2 = *:25000

and mailing routes as per below in exchange server.

srmqas.domain.com <HOST-IP>:25001

srmuat.domain.com <HOST-IP>:25001

We have also created 2 SMTP servers under SICF node.

one with hostdata 1 and second with hostdata2

Profile Parameter No.   1

Profile Parameter No.   2

And provided different client users , which have different email address.

1st client batch@srmqas.domain.com and 2nd client batch@srmuat.domain.com

Now , when we send email to these emails, email is receiving in only one client.

is there any other modifications required ?

Kindly comment/suggest if any changes.

Regards,

Bond

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Dear All thank for update.

Issue was due to exchange server side. They have activated/ or routed port 25000 , and issue is now resolved.

We will update , exact solution about this.

Answers (1)

Answers (1)

ACE-SAP
Active Contributor
0 Kudos

Hi James,

You might also need to create two outgoing ports, at least this is what I did when having to configure a system with two incoming email ports for two different clients


icm/server_port_2 = PROT=SMTP,PORT=25000,TIMEOUT=180
icm/server_port_3 = PROT=SMTP,PORT=25001,TIMEOUT=180
is/SMTP/virt_host_0 = *:25000;
is/SMTP/virt_host_1 = *:25001;

Regards


Former Member
0 Kudos

Dear Yves,

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

icm/server_port_3 = PROT=SMTP,PORT=25001,TIMEOUT=180


parameters are present.


When I am trying without any hostdata , I can receive email in both clients.


Former Member
0 Kudos

Dear Yves,

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

icm/server_port_3 = PROT=SMTP,PORT=25001,TIMEOUT=180


parameters are present.


When I am trying without any hostdata , I can receive email in both clients.


Regards,


ACE-SAP
Active Contributor
0 Kudos

The exchange rule you provide seems wrong

You provide

srmqas.domain.com <HOST-IP>:25001

srmuat.domain.com <HOST-IP>:25001

but it should be

srmqas.domain.com <HOST-IP>:25001

srmuat.domain.com <HOST-IP>:25000

But maybe this is just a typo error in the message and not in the config...

Regards

Former Member
0 Kudos

You are correct to notice,  both were 25001 ,

srmqas.domain.com <HOST-IP>:25001

srmuat.domain.com <HOST-IP>:25001

I checked respective configuration

srmqas.domain.com <HOST-IP>:25000

srmuat.domain.com <HOST-IP>:25001



Still its is not picking up the at the client if i send email to srqas.domain.com this is a subdomain.


I even tried changing value to 25000 to 25010 , still the same , it does not pickup in client.


seems confusing...


When we check Trace file of the mail received it shows below log



06.06.201418:27:090059 IF_SMTP_EXTENSION~HANDLE_REGMessage received by 330/MAILADMUAT/E on host


this should be clinet 310 for srmqas.


Any idea ?