1847791 Members
3199 Online
104021 Solutions
New Discussion

Re: mailx error

 
Ricky B. Nino
Frequent Advisor

mailx error

Hi,

I encountered this error when I executed mailx in one of my server here. Message is...

"name server (I option) specified but BIND not compiled in..."

Appreciate any help.
Opportunities expand for people willing to put time and effort into learning new skills.
6 REPLIES 6
Ravi_8
Honored Contributor

Re: mailx error

Hi,

Is there any change in your DNS
never give up
Ricky B. Nino
Frequent Advisor

Re: mailx error

No changes made in the DNS.
Opportunities expand for people willing to put time and effort into learning new skills.
Ravi_8
Honored Contributor

Re: mailx error

Hi,

#nslookup

does this workss?
never give up
Ricky B. Nino
Frequent Advisor

Re: mailx error

Hi ravi,

it doesn't return any with nslookup ...

fyi...
Opportunities expand for people willing to put time and effort into learning new skills.
U.SivaKumar_2
Honored Contributor

Re: mailx error

Hi,

This is not the error from mailx But it is the error from sendmail.

give this command.

#sendmail -v

is it giving NAMED_BIND ?

If not then you have compiled sendmail without DNS support But you are using the DNS config for sendig mails ie. MX records. So the error is given.

Compile sendmail with DNS support enabled.

regards,

U.SivaKumar
Innovations are made when conventions are broken
U.SivaKumar_2
Honored Contributor

Re: mailx error

sorry , give this instead of sendmail -v

#strings /usr/sbin/sendmail | grep NAMED_BIND


regards,

U.SivaKumar
Innovations are made when conventions are broken