Operating System - HP-UX
1827809 Members
1939 Online
109969 Solutions
New Discussion

Deferred Name server ...why? it is configured in sendmail.cf !!!

 
SOLVED
Go to solution
Manuales
Super Advisor

Deferred Name server ...why? it is configured in sendmail.cf !!!

Hi !!!
i have a problem with sendmail.
In sendmail.cf i configured D$j.patito.com and DS (mail server)

In nsswitch.conf is next:
hosts: files [NOTFOUND=continue] dns
services: files
protocols: files
networks: files
rpc: files
netgroup: files

When i make a test :
/usr/sbin/sendmail -v user1@patito.com

appears next message:
user1@patito.com.mx... Deferred: Name server: aaaaa.bb.cccc.dd: host name lookup failure

If i make a nslookup to aaaaa.bb.cccc.dd it responses correctly:
nslookup
unixserver@1# nslookup aaaaa.bb.cccc.dd
Using /etc/hosts on: unixserver

looking up FILES
Trying DNS
Name: aaaaa.bb.cccc.dd
Address: 111.222.333.444

unixserver@1# ping aaaaa.bb.cccc.dd
PING aaaaa.bb.cccc.dd: 64 byte packets
64 bytes from 111.222.333.444: icmp_seq=0. time=256. ms
64 bytes from 111.222.333.444: icmp_seq=0. time=257. ms
64 bytes from 111.222.333.444: icmp_seq=1. time=299. ms
64 bytes from 111.222.333.444: icmp_seq=1. time=300. ms

what could be?? :(

what do i must review to send messages?

Thanks Manuales.
2 REPLIES 2
Sanjay_6
Honored Contributor
Solution

Re: Deferred Name server ...why? it is configured in sendmail.cf !!!

Hi,

Take a look at this doc from ITRC.

the doc id is KBRC00003243.

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000064900557

hope this helps.

regds
Manuales
Super Advisor

Re: Deferred Name server ...why? it is configured in sendmail.cf !!!

Thanks Sanjay for link ...

Manuales.