| Jeff Abrahamson on 7 Aug 2004 01:46:02 -0000 |
|
On Tue, Aug 03, 2004 at 10:57:44PM -0400, Stephen Gran wrote:
> [49 lines, 333 words, 2340 characters] Top characters: -etoinsr
>
> On Tue, Aug 03, 2004 at 10:36:11PM -0400, Jeff Abrahamson said:
> > I see the following in my exim log:
> >
> > 2004-08-03 22:34:46 1BsBc6-000225-00 <= jeff@purple.com H=asterix (asterix.purple.com) [192.168.0.6] P=esmtp S=1210 id=20040804023305.GR29299@purple.com
> > 2004-08-03 22:35:16 1BsBc6-000225-00 == xxxx@verizon.net T=remote_smtp defer (0): SMTP error from remote mailer after MAIL FROM:<jeff@purple.com> SIZE=2270: host relay.verizon.net [206.46.170.12]: 450 Requested mail action not taken-Try later:sc015pub.verizon.net
> >
> > A message just like that one has been trying for a few days without
> > success.
> >
> > Any thoughts what might be happening and what I can do?
>
> Verizon is hopeless - they do all sorts of broken things in an attempt
> to slow the influx of spam, and one of their many tactics is to just
> randomly defer email, it seems. Another is to use pipelining in
> callouts, even when pipelining is not advertised, so that your MTA
> rejects (rightly) the connection, and then their MTA defers you.
>
> Try the following (this is exim4 - things are differnet in exim3):
I have exim 3, but I tried some of what you suggested.
With debugging on, I see the conversation go like this:
diderot:~# exim -d -M 1Bt3Fm-0007Io-00
Exim version 3.35 debug level 1 uid=0 gid=0
Berkeley DB: Sleepycat Software: Berkeley DB 2.7.7: (08/20/99)
delivering message 1Bt3Fm-0007Io-00
Connecting to relay.verizon.net [206.46.170.12.25] ... connected
SMTP<< 220 sc006pub.verizon.net MailPass SMTP server v1.1.1 - 121803235448JY ready Fri, 6 Aug 2004 20:36:10 -0500
SMTP>> EHLO diderot.purple.com
SMTP<< 250-sc006pub.verizon.net
250-8BITMIME
250 SIZE 8388608
SMTP>> MAIL FROM:<jeff@purple.com> SIZE=5067
SMTP<< 450 Requested mail action not taken-Try later:sc006pub.verizon.net
SMTP>> QUIT
LOG: 0 MAIN
== xxx@verizon.net T=remote_smtp defer (0): SMTP error from remote mailer after MAIL FROM:<jeff@purple.com> SIZE=5067: host relay.verizon.net [206.46.170.12]: 450 Requested mail action not taken-Try later:sc006pub.verizon.net
diderot:~#
I've googled a bit on this problem, it's clearly not unique to me, but
I haven't seen any solutions posted online.
I now have one message that has been dropped from the queue and three
sitting in the queue.
I suspect this is spam-related, but I'm not clear how to check if I'm
in any black hole lists (I don't think so, else more would fail) or
what's going on. Here's a manual check from krypton.cs.drexel.edu:
jeff@krypton:jeff $ telnet relay.verizon.net smtp
Trying 206.46.170.12...
Connected to relay.gte.net.
Escape character is '^]'.
220 sc009pub.verizon.net MailPass SMTP server v1.1.1 - 121803235448JY ready Fri, 6 Aug 2004 20:39:37 -0500
EHLO krypton.cs.drexel.edu
250-sc009pub.verizon.net
250-8BITMIME
250 SIZE 8388608
MAIL FROM:<jeff@purple.com> SIZE=5067
450 Requested mail action not taken-Try later:sc009pub.verizon.net
rset
250 Ok resetting state
MAIL FROM:<jeffa@cs.drexel.edu> SIZE=5067
250 Sender <jeffa@cs.drexel.edu> OK
Any ideas what might be going on or what to do about it?
I just found out today that a different ISP is refusing to *deliver*
mail to me, no reason given. *Sigh.*
--
Jeff
Jeff Abrahamson <http://www.purple.com/jeff/> 215/837-2287
GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B
A cool book of games, highly worth checking out:
http://www.amazon.com/exec/obidos/ASIN/1931686963/purple-20
Attachment:
signature.asc
|
|