1834415 Members
1829 Online
110067 Solutions
New Discussion

hpux sendmail config

 
lVl_1
Super Advisor

hpux sendmail config

Hello all

I am taking an hpux box over someone else and want to reconfigure the mail server. When I use the mail cmd I get IP1 as the IP for the system whereas the current IP is different, let's say IP2. In /etc/mail/sendmail.cf I have found no line that defines the system IP. Where does sendmail look up for this info?
5 REPLIES 5
lVl_1
Super Advisor

Re: hpux sendmail config

Also, does sendmail require a domain name be configured? Some tips about it would b very welcomed.
Court Campbell
Honored Contributor

Re: hpux sendmail config

http://docs.hp.com/en/5991-6611/ch02.html
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
lVl_1
Super Advisor

Re: hpux sendmail config

Thank you. I am going to check it.
:-)
Steven E. Protter
Exalted Contributor

Re: hpux sendmail config

Shalom,

No, sendmail will pick up the domain from DNS no problem at all.

Modern sendmail by default only listens on localhost. HP's implementation may be different, but system IP address is defined in /etc/rc.config.d/netconf, not the sendmail.cf file.

If sendmail has been configured to listen it will have a statement in sendmail.cf

sendmail does not require the daemon to be run to send outbound mail, only to accept mail.

Need a lot more details to help you on this.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
lVl_1
Super Advisor

Re: hpux sendmail config

Thanks. Does senmail work from unix (hp ux mail server)to XP (mail client)?