cancel
Showing results for 
Search instead for 
Did you mean: 

SCOT Configuration

Former Member
0 Kudos

Dears,

I want to configure SCOT in our SAP server.Please tell me the steps that needs to be done for it.

Please suggest.

Shivam Mittal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

check following note

Note 455140 - Configuration of e-mail, fax, paging or SMS using SMTP

regards,

kaushal

Former Member
0 Kudos

Hi Kaushal,

Thanks for the information.

Everything got clear to me except the parameters icm/server_port_<> ,is/SMTP/virt_host_<> setting.

As I understood parameter icm/server_port_<>* is used for communication between mail server and sap system so I want to know how many ports should we define for it and is this parameter also depand on clients means if in two clients i want to configure i should use icm/server_port_0 and icm/server_port_1.

And if icm/server_port_<> should be for every client then the port entry in icm/server_port_<> and is/SMTP/virt_host_<*> should be same or different.

Shivam

Former Member
0 Kudos

HI,


if icm/server_port_<*> should be for every client then the port entry in icm/server_port_<*> and is/SMTP/virt_host_<*> should be same or different.

if you have more than one client using for SCOT

then check following example for two client settings

icm/server_port_0 = PROT=HTTP,PORT=80$$ -> for http

icm/server_port_1 = PROT=HTTPS,PORT=1443 -> for https

icm/server_port_2 = PROT=SMTP,PORT=25000,TIMEOUT=180 -> for first client

icm/server_port_3 = PROT=SMTP,PORT=25001,TIMEOUT=180 -> for second client

is/SMTP/virt_host_0 = *:25000; -> for first client

is/SMTP/virt_host_1 = *:25001; -> for second client

Following is for single client configuration.

icm/server_port_0 = PROT=HTTP,PORT=80$$

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

is/SMTP/virt_host_0 -> *:25000;

regards,

kaushal

Answers (0)