1833016 Members
2313 Online
110048 Solutions
New Discussion

Configuring SMTP

 
Matt D'Souza
Occasional Contributor

Configuring SMTP

Hi Everybody
I need your help.We have the SMTP server and I want to configure the SMTP services on my HP server.Can you pls let me know how can I configure those services on my HP server.Pls reply urgently.Thanks
4 REPLIES 4
melvyn burnard
Honored Contributor

Re: Configuring SMTP

posted in the wrong forum, What OS is this?
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Matt D'Souza
Occasional Contributor

Re: Configuring SMTP

We are using HP-UX 11.11 version.
melvyn burnard
Honored Contributor

Re: Configuring SMTP

moved to more appropriate forum
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Keith Johnson
Valued Contributor

Re: Configuring SMTP

Edit the /etc/mail/sendmail.cf file to:

1. Set the Dj$ variable to the server's domain name.
2. Set the DS variable to the mail relay to which you want to point.

Edit the /etc/nsswitch.conf file to specify how to do DNS resolution.

stop and start the Sendmail daemon.
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
No matter where you go...there you are.