HELP, all emails rejected

charliez

Verified User
Joined
Sep 29, 2004
Messages
83
All emails seems to be rejected as:
sender verify defer...

Any advice? I have not done any changes to the server.

Kind regard,
Claes.


Extract from log.

2004-11-30 10:15:18 H=(hotmail.com) [65.54.169.13] sender verify defer for <[email protected]>: host lookup did not complete
2004-11-30 10:15:18 H=(hotmail.com) [65.54.169.13] F=<[email protected]> temporarily rejected RCPT <[email protected]>:
2004-11-30 10:15:18 H=(hotmail.com) [65.54.169.13] incomplete transaction (RSET) from <[email protected]>
2004-11-30 10:15:35 SMTP protocol violation: synchronization error (input sent without waiting for greeting): rejected connection fr
2004-11-30 10:17:34 1CZAh1-0000S7-0C rejected from <[email protected]> U=testacc: message too big: read=20971521 max=20971
2004-11-30 10:17:34 1CZAh4-0000S8-7x <= <> R=1CZAh1-0000S7-0C U=mail P=local S=103537 T="Mail failure - message too big" from <> for
2004-11-30 10:17:34 1CZAh4-0000S8-7x => testacc <[email protected]> F=<> R=localuser T=local_delivery S=103686
2004-11-30 10:17:34 1CZAh4-0000S8-7x Completed
2004-11-30 10:18:34 SMTP protocol violation: synchronization error (input sent without waiting for greeting): rejected connection fr
2004-11-30 10:19:12 H=(mail44.e.nsc.no) [193.213.115.44] sender verify defer for <[email protected]>: host lookup did not complete
2004-11-30 10:19:12 H=(mail44.e.nsc.no) [193.213.115.44] F=<[email protected]> temporarily rejected RCPT <[email protected]
2004-11-30 10:19:12 H=(mail44.e.nsc.no) [193.213.115.44] incomplete transaction (RSET) from <[email protected]>
2004-11-30 10:21:36 SMTP protocol violation: synchronization error (input sent without waiting for greeting): rejected connection fr
2004-11-30 10:21:40 1CZ86Q-00009P-Pw == [email protected] R=lookuphost defer (-1): host lookup did not complete
2004-11-30 10:22:55 1CZ9qJ-0000MU-AH == [email protected] <[email protected]> R=lookuphost defer (-1): host look
2004-11-30 10:24:10 1CZ6hD-0001bc-Nr == [email protected] R=lookuphost defer (-1): host lookup did not complete
2004-11-30 10:24:36 SMTP protocol violation: synchronization error (input sent without waiting for greeting): rejected connection fr
2004-11-30 10:25:25 1CZ7xQ-00006j-RA == [email protected] R=lookuphost defer (-1): host lookup did not complete
 
Several of these log entries point to problems in DNS resolution from your server. You should probably log in through a shell and check the DNS servers in /etc/resolv.conf to see if they're actually reachable and actually can resolve the domains and the IP#s.

"Message too big" means exactly what it says.

There appear to be a few other miscellaneous errors as well, but I really don't see a pattern.

Jeff
 
Hi Jlasman!

Thanks for your advice. The message too big, I got. It's the "sender verify defer for..." I'm worried about.

The resolv.conf file has these entries:

domain layeredtech.com
nameserver 216.39.65.6

Layeredtech is where my server is. Would this seem plausable? I certainly haven't changed these settings and it has been ok earlier.

Could network problems influence on this?

All advice appreciated, because I'm at a loss to figure this out.

Kind regards,
Claes.
 
Changed to a different IP with layeredtech. Seems they may have changed local DNS and kept it a secret.

What will have happened to receject emails? It wasn't returned to sender when I tested. Has it been lost in cyberspace?
 
You can safely remove the line that starts with "domain"; it's useless in a shared server; what it does is adds a domain name to any hostname specified without one before looking it up in DNS.

It's doubtful that if you or any of your customers tried to send something to a hostname and forgot to add the domain name, that your hosting company would be the right one. So just delete it.

You should probably specify at least two nameservers with two nameserver lines. Do you run the nameserver on your own DA system? If so you should try using it to see if it resolves external domains. Try:

dig @127.0.0.1 nobaloney.net

and if it works, then add the line:

nameserver 127.0.0.1

to the top of the resolv.conf file to use your own nameserver first when resolving names.

Jeff
 
dig with localhost worked like a dream. I have added that to the file.

Thank you so very much for your advices! Send me your address and I'll have chocolates delivered on your door. If not, this sort of help exactly the sort of thing that will give you the upper hand on the judgment day. I'm sure.
 
Last edited:
Thanks for your great reply :) :) :) .

I love chocolate, but it's not good for me, and I discourage people from sending donations, since I'm not shy to ask for money for work when I want to :D .

If you really want to, you can pass my help forward (as in the movie "Pay It Forward").

(Note the above link does NOT pass a referral to Netflix; if you click on it you'll read about the movie but if you subscribe I won't get a cent. Which is the way I want it.)

Be creative, spend an hour on Christmas serving food to the needy or something :) .

Jeff
 
Back
Top