cancel
Showing results for 
Search instead for 
Did you mean: 

icm/server_port_1 = PROT=SMTP,PORT= <> 0 e.g.:25000

Former Member
0 Kudos

Ok, I have no idea what they want me to set this to..... Doing the initial config and I have to set this Parm, Performance Assistant gives the example :

icm/server_port_1 = PROT=SMTP,PORT= <> 0 e.g.:25000

BUt what value am I supposed to use here ??

thanks !!

Lloyd Campbell

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

A typical value input can be like..

icm/server_port_1

PROT=SMTP,PORT=25,TIMEOUT=180

depends on other factors that you have to check before setting the value parameters and the port number as well.

The Parameter settings provide the belwo information...

<i>Valid Input, Formats, Areas:</i>

PROT=<Protocol name>, PORT=<Port or service name> [,

TIMEOUT=<keep alive timeout>, EXTBIND=1, HOST=<host name>,

VCLIENT=<SSL client verification>]

for example PROT=HTTP, PORT=8080, TIMEOUT=15

or PROT=HTTP, PORT=80, TIMEOUT=30, EXTBIND=1, HOST=prd.sap.de

or PROT=HTTPS, PORT=443, TIMEOUT=15, PROCTIMEOUT=45, VCLIENT=0

Also can refer this link.

http://help.sap.com/saphelp_nw04s/helpdata/en/56/2e453cabf4ef6fe10000000a114084/content.htm

Hope it Helps.

Br,

Sri

Award points for helpful answers

Former Member
0 Kudos

My question is, how do I know what port number to use here, I understand setting the parameter value, I just do not know what port number they are looking for or how to determine it...

Former Member
0 Kudos

Lloyd

Give the Tcode --> SMICM

From this, use menu and choose

Goto --> Parameters --> Display

You can see the ICM Parameter

Under Services --> icm/server_port_0 --> PORT =xxxx

If you want to user icm/server_port_1 also ..

Use this xxxx value , normally this is set to 8000 unless you have

specific reason to change..

Hope this helps

Cheers

Senthil

Message was edited by:

Senthil Murugan Muthuvelu

Former Member
0 Kudos

Hi Lloyd,

Use this port which is the below

icm/server_port_1 -> PROT=SMTP,PORT=25$$0

Replace the $$ with your instance number, it should be fine.

Regards,

Kumar.

Ps: Award points for helpful answers.

Former Member
0 Kudos

Hello Kumar,

Suppose my instance no is 04

then for smtp my instance profile parameter should look like

icm/server_port_1 -> PROT=SMTP,PORT=25040 rt?

Also what about the parameter

is/SMTP/virt_host_<*> = ?

I want the mails to reach just 300 client ? so what should I set for the above instance parameter?

Former Member
0 Kudos

Hi Shahad,

If the emails are to be recieved only by cliet 300, then there is no need to set the parameter is/SMTP/virt_host_<*> = :

this is the default value it will take..