1752295 Members
4828 Online
108786 Solutions
New Discussion юеВ

Send Mail Configuration

 
sai.prashant
Occasional Advisor

Send Mail Configuration

Can anyone give me the steps to configure Sendmail on HP-UX11.0
3 REPLIES 3
George_Dodds
Honored Contributor

Re: Send Mail Configuration

1. make sure that /etc/mail/sendmail.cw have following entry
hostname
hostname : actual name of host.

2. modify /etc/mail.sendmail.cf file as
follows ( modify two entries)

Dj$w:domain name
DS(Exchange server ip)

e.g. for primustel.com domain
Dj$w:yourdomain.com
DS11.0.0.2

3.modify /etc/nsswitch.conf files to have following two lines:
hosts: files
aliases: files

4. after all these corrections run following programm:
newaliases

5. now stop and start sendmail:
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail stop

6. test for sending mail:
e.g.
sendmail -v youremail@yourdomain.com < /etc/group

Cheers

George
Geoff Wild
Honored Contributor

Re: Send Mail Configuration

Depends on what you want to do - out of the box sendmail works....

http://docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html

Has a section on sendmail.

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.
Steve Steel
Honored Contributor

Re: Send Mail Configuration

Hi


George gave you a great list there

Look at

www.sendmail.org for more info sinc ehP is also based on the same thing


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)