HPE 9000 and HPE e3000 Servers
1752627 Members
5133 Online
108788 Solutions
New Discussion юеВ

How to set up internet mail on HP-UX 11i?

 
SOLVED
Go to solution
Kelvin Yu
Advisor

How to set up internet mail on HP-UX 11i?

Hi,

Would any experts tell me how to set up internet mail on HP-UX 11i or direct me to any installation documents? Thanks so much.

Best regards,
Kelvin
5 REPLIES 5
Patrick Wallek
Honored Contributor

Re: How to set up internet mail on HP-UX 11i?

Do you want to send mail to the Internet? Or receive from the Internet?

You should take a look at /etc/sendmail.cf. That file configures the mail system for HP-UX and is fairly well documented.
Michael Steele_2
Honored Contributor
Solution

Re: How to set up internet mail on HP-UX 11i?

-Get the ip address of your mail server. Add it into /etc/hosts. Test with nslookup.

nslookup mail_server

-Stop sendmail

killsm

-Update sendmail

cd /etc/mail
vi sendmail.cf

Search for the 3rd or 4th occurrance of 'DS'. Add the mail relay into /etc/mail/sendmail.cf where it looks like this

#DS
DSmail_relay

-Save and restart the sendmail daemon.

# sendmail -bd -q30m

-Test mail

#echo 'test' | mailx -s "TEST subject" your_name@your_domain.com

-Check mail.log for errors and attach.

-tail /var/adm/syslog/mail.log
Support Fatherhood - Stop Family Law
Kelvin Yu
Advisor

Re: How to set up internet mail on HP-UX 11i?

Hi,

Finally, I fixed sendmail.cf for sending internet mail. When I tested with #sendmail -v int_address@domain.com, I got these messages
int_address@domain.com... domain.com: Name server timeout
int_address@domain.com... Transient parse error -- message queued for future delivery

Did I miss configuring anything in the Exchange smtp server? Or else?

Thanks for any help.

Kelvin
Michael Steele_2
Honored Contributor

Re: How to set up internet mail on HP-UX 11i?

-Get the ip address of your mail server. Add it into /etc/hosts. Test with nslookup.

# nslookup mail_server

Also, attache /etc/resolv.conf
Support Fatherhood - Stop Family Law
Michael Steele_2
Honored Contributor

Re: How to set up internet mail on HP-UX 11i?

Other forum member will ignore this thread because of the bunny so please start a new thread.

Thanks!
Support Fatherhood - Stop Family Law