1755268 Members
5029 Online
108831 Solutions
New Discussion

sendmail for HPUX 11.23

 
SOLVED
Go to solution
Michael Tully
Honored Contributor

Re: sendmail for HPUX 11.23

That depends on exactly what you wish to do seeing sendmail is a bit of a monster.

basic:

DSmyexchange

(is setting your exchange server name)

After making changes:
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start

Make sure that DNS is set correctly (see /etc/resolv.conf and /etc/nsswitch.conf)
Also set up aliases in /etc/mail aliases to email out to persons or groups.
Make sure you run 'newaliases' after completion.
Anyone for a Mutiny ?
Mary Ann Lipa
Valued Contributor

Re: sendmail for HPUX 11.23

Thanks y'all!
ann
Which is worse, smoking or picking your nose in a public place?
Muthukumar_5
Honored Contributor

Re: sendmail for HPUX 11.23

Hai,

We have to configure the sendmail setup with /etc/mail/sendmail.cf file.
Where we have to fill,
Dj tag for official domain name or Fully Qualified Domain Name.
DS for smtp domain.
DM for Masquerade domain.

We have to the FQDN entry in /etc/hosts and appropriate resolvation setup on /etc/nsswitch.conf file

We can create aliases with /etc/mail/alias file. Then execute the newaliases to do it.

Start the sendmail deamon. The running sendmail PID and it's comman line information will be in /etc/mail/sendmail.pid file

More comments will be in all /etc/mail/* files. Refer sendmail man page more.

Regards,
Muthukumar.
Easy to suggest when don't know about the problem!