1752374 Members
6461 Online
108787 Solutions
New Discussion юеВ

email

 
SOLVED
Go to solution
larry becessar
New Member

email

how do i set up an hp9000 hp-ux 11i server as a client to an MS Exchange email server
3 REPLIES 3
Uday_S_Ankolekar
Honored Contributor
Solution

Re: email

If you want send all the unresolved mail to exchange server then you need to modify /etc/mail/sendmail.cf file

vi /etc/mail/sendmail.cf

look for DS flag by /^DS
then put your exchange server name inform of this
DSyourexchange server

save and quit sendmail.cf file
restart sendmail file
/sbin/init.d/sendmail stop ; /sbin/init.d/sendmail start

Check the log file for any errors or status in /var/adm/syslog/mail.log file

Goodluck
-USA..
Good Luck..
Jordan Bean
Honored Contributor

Re: email

Run a search through the forums and manuals for "sendmail exchange" and you find several threads that will help you.

Basically, two things:

1. Assing the exchange hostname to the SENDMAIL_SERVER_NAME in /etc/rc.config.d/mailservs.

2. Assign it to the DS macro in /etc/mail/sendmail.cf.

You may also concider assigning it to the DH and DR macros as well.

Take a look at these threads:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x94c40bce6f33d6118fff0090279cd0f9,00.html

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1ca572234586d5118ff00090279cd0f9,00.html

Jordan Bean
Honored Contributor

Re: email

I meant either option 1 OR 2, not both.