Monday, August 15, 2016

SAP Email configuration

Home


(refer SAP Note – 455140 – Configuration of Email, Fax, Paging or SMS using SMTP)
SMTP services is already present by default in all SAP systems
1) Execute RZ10 transaction and set these parameters for instanace profile <SID>_DVEBMGS10_R3QA
Following parameters
icm/server_port_0 –  PORT=HTTP,PORT=8000 (since it is already defined we would have to define SMTP in the parameter icm/server_port_2 & icm/server_port_3 as below)
is/SMTP/virt_host_0 – * :25000;
is/SMTP/virt_host_1 – * :25001;
icm/server_port_1  – PORT=HTTPS,PORT=1443
icm/server_port_2 – PORT=SMTP,PORT=25000,TIMEOUT=180
icm/server_port_3 – PORT=SMTP,PORT=25001,TIMEOUT=180
Rebooted the application after the changes
2) For adding SMTP service on server,
1) Login into r3qa
2) exceute transaction smicm -> choose services icon from top menu
3) Check if the http services are running under active services
4) if the services are not running add the same
5) For adding the service select goto -> service –> define –>
Under
New Service Port – 0 (0 should be kept as we would be not like to receive any mails on SAP server, zero should be set for blocking incoming mails)
Protocol – SMTP
Keep Alive (in sec) – 15 (default)
Do not choose the option “Use External Binding Program”
2) Execute transaction SCOT
Check for SMTP under INT – it should be GREEN
Double click on SMTP and set the following parameters
1) Check whether Node – is SMTP
2) Description should be Mail server
3) Node in use should be ticked
4) Under SMTP connection
Mail host – 172.31.12.5 (Exchange server IP should be mentioned)
Mail port – 25
Code Page is default 1100 SAP internal, like ISO 8859-1
5) Under Supported Address Types
Click on SET under Internet – under address area – add ‘*’ and ‘*.*’ respectively on 1st and 2nd line)
For checking the communication
Execute the transaction SBWP

No comments:

Post a Comment