1753479 Members
4885 Online
108794 Solutions
New Discussion юеВ

email from HP Unix box

 
Dibyendu Roy
New Member

email from HP Unix box

Hello everyone,

I would like to know what all thing I will have to do to enable email facility from HP box to outside world. Currently I am able to send mail from my account to some other user's account in the same box but not able to send mail to some external address.

Any help will be greatly appreciated.
Thanks.
4 REPLIES 4
Alexander M. Ermes
Honored Contributor

Re: email from HP Unix box

Hi there.
Just try to configure the sendmail daemon
( study the man pages ).
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Robin Wakefield
Honored Contributor

Re: email from HP Unix box

Hi,

Find out the mail relay that your company uses to talk to the outside world. Then edit your sendmail.cf and set this as the smart host (look for the line DS and add your relay to this line).

Stop and start sendmail and see if this helps.

Rgds, Robin.
Steve Steel
Honored Contributor

Re: email from HP Unix box

Hi


If you do not have one

cp /usr/newconfig/etc/mail/sendmail.cf /etc/mail/sendmail.cf


The file is well commented


steve steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Sanjay_6
Honored Contributor

Re: email from HP Unix box

Hi,

If you have a mail server in the organization, you can simply relay the mails to this mail server and let it take care of sending the mails to the outside world. We use the DS macro to do this in the sendmail configuration file, /etc/mail/sendmail.cf

look for DS,

change it to,

DSmailserver.domain.com

Stop and restart sendmail,

/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start

You can also look at the link below on how to configure sendmail,

http://us-support3.external.hp.com/cki/bin/doc.pl/sid=a26d07bc06c0d25c88/screen=ckiDisplayDocument?docId=200000045145919

Hope this helps.

Regds