Operating System - HP-UX
1835226 Members
1902 Online
110078 Solutions
New Discussion

Re: building and configuring sendmail on hp ux 11i

 
mohammed arafat_2
Frequent Advisor

building and configuring sendmail on hp ux 11i

Dears
good day
can you help me step-by-step how to configure sendmail on my hp-ux server
the os level is hp-ux 11i
Arafat
2 REPLIES 2
Andres Stickar
Frequent Advisor

Re: building and configuring sendmail on hp ux 11i

Using a existing relay host:

If you have a just installed machine, then copy the /etc/nsswitch.files to /etc/nsswitch.conf
This is intended to resolv the names and addresses internally in the machine.
Add the relay host you want to use for external mail in the /etc/hosts file.

add in the /etc/mail/sendmail.cf the relay name in the DS variable.

if the relay machine name is mailhost

you must have the following line in the sendmail.cf file

DSsmtp:mailhost

restart the sendmail process


Sending mail directly to the internet:

only set up the /etc/nsswitch.conf and the /etc/resolv.conf files in your UX.
No changes will be necesary in the /etc/mail/sendmail.cf
Fabrice Meynard
Frequent Advisor