1828592 Members
2354 Online
109983 Solutions
New Discussion

Re: mail configuration

 
Asif_8
Regular Advisor

mail configuration

I try to configure the send mail on HP-ux server My configuration is

1. No DNS
2. edit /etc/host and put exchange Ip
3. edit sendmail.cf fiele and put
Dj$w.your_domain.com
4. stop and start send mail
when I test i got following message
sendmail -v azuberi@stc.com.sa
stc.com.sa: Name server timeout
azuberi@stc.com.sa... Transient parse error -- message queued for future delivery
5./var/adm/syslog/mail.log
May 27 11:24:22 oracle sendmail[2619]: LAA02619: to=azuberi@stc.com.sa, delay=00:00:00, mailer=esmtp, relay=stc.com.sa, stat=Transient parse error -- message queued for future delivery


3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: mail configuration

Shalom,

You missed one, maybe two things.

DS should be set to the relay server, your best bet is to use the IP address of the exchange server. Why bother with DNS or /etc/hosts

DS
[192.168.0.10]
# where 192.168.0.10 is the ip addy of the exchange server.

Then you need to open up relay to the HP-UX box on the exchange server. For anti-spam reasons this is disabled by default on exchange. This last item is most likely the problem.

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
Asif_8
Regular Advisor

Re: mail configuration

thank .

I did all item
1. how open up relay to the HP-UX box on the exchange server

2.I got following message /var/adm/syslog/mail.log
May 27 13:38:36 oracle sendmail[4114]: NAA04114: to=azuberi@tc.com, ctladdr=root (0/3), delay=00:00:00, xdelay=00:00:00, mailer=relay, relay=[10.32.2.18] [10.32.2.18], stat=Deferred: Connection reset by [10.32.2.18]

Patrick Wallek
Honored Contributor

Re: mail configuration

#2 is probably related to #1.

"how open up relay to the HP-UX box on the exchange server" -- You would have to talk to your MS Exchange administrator for that.