Operating System - HP-UX
1826325 Members
3500 Online
109692 Solutions
New Discussion

Setting the exchange mail server on UNIX

 
Jeff Hagstrom
Regular Advisor

Setting the exchange mail server on UNIX

Where does the exchange server entries go in UNIX? HPUX 11.i on an RP7410.
5 REPLIES 5
Ivan Krastev
Honored Contributor

Re: Setting the exchange mail server on UNIX

Can you specify what are exact requirements?
What you want to do - setup mail server, use echange as mail relay ?

You can find more info here - http://docs.hp.com/en/5991-6611/index.html

regards,
ivan
Hasan  Atasoy
Honored Contributor

Re: Setting the exchange mail server on UNIX


hi jeff;

sendmail configuration cookbook is attached.


Hasan.
Tim Nelson
Honored Contributor

Re: Setting the exchange mail server on UNIX

If you are simply looking to relay all email through another mail server then set "DS" in /etc/mail/sendmail.cf

i.e.

DS mymailserver.com

Geoff Wild
Honored Contributor

Re: Setting the exchange mail server on UNIX

Set the DS macro in /etc/mail/sendmail.cf

DSyourexchangeserver.yourdomain.net


Also, you may want to set masquerading:

DMyourdomain.net


Rgds...Geoff

Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Sp4admin
Trusted Contributor

Re: Setting the exchange mail server on UNIX

Hi Jeff,

The file is located in /etc/mail/sendmail.cf thi is the file where you will need to modify. Check out the cook book from Hasan.

sp,