Setting Inbound/Outbound SMTP Configuration in SAP

As in the title, this is the procedure to configure SMTP Inbound and Outbound in SAP.

Setting Profile Parameter below:

icm/plugin_<*> = PROT=SMTP,PLG=<prog>, ex : icm/plugin_2 = PROT=SMTP,PLG=./smtpplugin.so
icm/server_port_<*> = PROT=SMTP,PORT=<port>, ex : icm/server_port_2 = PROT=SMTP,PORT=25000,TIMEOUT=180
is/SMTP/virt_host_<*> = :<host>:<port>,<port>,…;, ex : is/SMTP/virt_host_0 = *:25000;

Create a user with type system (Tx code: SU01 ) and assign S_A.SCON to it. for [...]