1825775 Members
2050 Online
109687 Solutions
New Discussion

Re: sendmail daemon

 
Aravindh
Occasional Contributor

sendmail daemon

sendmail daemon could not receive/send mail to STEVE@PINNACLEBUILDER.COM: queued
I have got the following error in my ovo.

i checked the mailq :

(107)==> mailq
Mail Queue (2 requests)
--Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient-----------
MAA11272 11510 Sat Sep 1 12:24 crs@ppg.com
(Warning: could not send message for past 4 hours)
STEVE@PINNACLEBUILDER.COM
PAA27359 19490 Thu Aug 30 15:23 crs@ppg.com
(host map: lookup (PINNACLEBUILDER.COM): deferred)
STEVE@PINNACLEBUILDER.COM
ugofpac5:root:[/var/adm/syslog]

I want to know the reason for this alert and where the information about this error is resided and the solution to this error.
4 REPLIES 4
Wouter Jagers
Honored Contributor

Re: sendmail daemon

Hi there,

The problem doesn't appear to be on your system, but at the The PINNACLEBUILDER.COM domain.

A DNS query to get the mail records for this domain fails, and the name servers for this domain (ns1.ipowerdns.com and ns1.ipowerweb.com) don't seem to respond to queries normally at the moment. (just checked from here)

I'd leave the message in the queue.. it will be dropped automatically if the remote problem persists.

Cheers,
Wout
an engineer's aim in a discussion is not to persuade, but to clarify.
Aashique
Honored Contributor

Re: sendmail daemon

Hi,
It looks like that your sending domain "PINNACLEBUILDER.COM" is not working.because in DNS lookup it didnt find that domain.So it will be better to send mail to other domain address and check that mail is going or not.And query that domain using nslookup command.

Thanks & Regards

A. Aashique
Steven E. Protter
Exalted Contributor

Re: sendmail daemon

Shalom,

Additional to what I said in your other thread.

It is not necessary to actually run the sendmnail daemon to send mail. You can just have cron, run the sendmail queue runner once in a while.

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
whiteknight
Honored Contributor

Re: sendmail daemon

Hi Aravindh,

I tried to query this domain is not working. So it is nothing wrong with your sendmail but domain itself

nslookup -q=mx pinnaclebuilder.com
it shows non-existent domain

example:-
# nslookup -q=mx microsoft.com

looking up FILES
Trying DNS
Non-authoritative answer:
microsoft.com preference = 10, mail exchanger = maila.microsoft.com
microsoft.com preference = 10, mail exchanger = mailb.microsoft.com
microsoft.com preference = 10, mail exchanger = mailc.microsoft.com

Authoritative answers can be found from:
maila.microsoft.com internet address = 131.107.115.212
maila.microsoft.com internet address = 205.248.106.64
mailb.microsoft.com internet address = 131.107.115.215
mailb.microsoft.com internet address = 205.248.106.30
mailc.microsoft.com internet address = 131.107.115.214
mailc.microsoft.com internet address = 205.248.106.32


WK
please assign points
Problem never ends, you must know how to fix it