Operating System - HP-UX
1753528 Members
5225 Online
108795 Solutions
New Discussion юеВ

SAP R/3 and Sendmail / Exchange

 
Hermann Merz_1
Advisor

SAP R/3 and Sendmail / Exchange

Hello,
is there anybody who have configured SAP R/3 for sending mails via sendmail to the World ?

Is it Possible to get some Plus/Minus of such installations and perhaps one example of a running sendmail.cf ?

best regards
Update the world
3 REPLIES 3
Douglas Cromby_1
Valued Contributor

Re: SAP R/3 and Sendmail / Exchange

I have not used sendmail with SAP before, but I have used sendmail to send messages from HPUX to an Exchange server.

The key change to make to the sendmail.cf file is to set up a smart relay host. All you need to do is append the exchange server host name to DS in this file. This is what it can look like:

# "Smart" relay host (may be null)
DShostname

This has the effect of forwarding all sendmail derived messages to Exchange, where it should pick up the hostname and deliver to the correct mail user or possibly through it's internet mail gateway to the internet.


Rick Garland
Honored Contributor

Re: SAP R/3 and Sendmail / Exchange

Use of the Smart Host macro in the sendmail.cf file will mail the files from HP to an Exchange server. From there, the mail is directed to wherever it needs to go.
Michael F. Steele
New Member

Re: SAP R/3 and Sendmail / Exchange

From Local Configuration in sendmail.cf
This Line 1.

Msap, P=/usr/sap/DEV/SYS/exe/run/mlsomail, F=DFPlsL, L=990, S=10, R=20
,

This Line 2, your paths will be diff.
A=/usr/sap/DEV/SYS/exe/run/mlsomail /home/devadm/DEV_mailconfig
$u
Every Tekkie Wants to Be Right