mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* ORBZ is dead, don't use it...
@ 2002-03-22 20:16 Matti Aarnio
  2002-03-22 20:45 ` Richard Gooch
  0 siblings, 1 reply; 8+ messages in thread
From: Matti Aarnio @ 2002-03-22 20:16 UTC (permalink / raw)
  To: linux-kernel

We have been dropping people because they use now dead ORBZ:

    Rejected - see http://orbz.org/

The problem with these DNS-RBL things is that they are subject to
all kinds of external pressures, and apparently ORBZ has followed
ORBS in this manner.

/Matti Aarnio

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ORBZ is dead, don't use it...
  2002-03-22 20:16 ORBZ is dead, don't use it Matti Aarnio
@ 2002-03-22 20:45 ` Richard Gooch
  2002-03-22 20:53   ` Matti Aarnio
  2002-03-22 23:30   ` John Jasen
  0 siblings, 2 replies; 8+ messages in thread
From: Richard Gooch @ 2002-03-22 20:45 UTC (permalink / raw)
  To: Matti Aarnio; +Cc: linux-kernel

Matti Aarnio writes:
> We have been dropping people because they use now dead ORBZ:
> 
>     Rejected - see http://orbz.org/
> 
> The problem with these DNS-RBL things is that they are subject to
> all kinds of external pressures, and apparently ORBZ has followed
> ORBS in this manner.

Interesting. When I try to lookup hosts using orbz.org, I just get
Non-existent host/domain results (thus mail shouldn't bounce). Why are
some people bouncing email?

				Regards,

					Richard....
Permanent: rgooch@atnf.csiro.au
Current:   rgooch@ras.ucalgary.ca

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ORBZ is dead, don't use it...
  2002-03-22 20:45 ` Richard Gooch
@ 2002-03-22 20:53   ` Matti Aarnio
  2002-03-22 21:05     ` Davide Libenzi
  2002-03-22 23:30   ` John Jasen
  1 sibling, 1 reply; 8+ messages in thread
From: Matti Aarnio @ 2002-03-22 20:53 UTC (permalink / raw)
  To: Richard Gooch; +Cc: Matti Aarnio, linux-kernel

On Fri, Mar 22, 2002 at 01:45:36PM -0700, Richard Gooch wrote:
> Matti Aarnio writes:
> > We have been dropping people because they use now dead ORBZ:
> > 
> >     Rejected - see http://orbz.org/
> > 
> > The problem with these DNS-RBL things is that they are subject to
> > all kinds of external pressures, and apparently ORBZ has followed
> > ORBS in this manner.
> 
> Interesting. When I try to lookup hosts using orbz.org, I just get
> Non-existent host/domain results (thus mail shouldn't bounce). Why are
> some people bouncing email?

  I see both DNS lookup timeouts, and SERVFAIL returns.
  In my books neither should lead to rejection, but
  a) others may have better wisdom that I have,
  b) some popular software are known to be unable to
     separate any sort of temporary failures (timeouts
     at DNS lookup) from real things (actual DNS-RBL)

> 				Regards,
> 					Richard....
> Permanent: rgooch@atnf.csiro.au
> Current:   rgooch@ras.ucalgary.ca

/Matti Aarnio

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ORBZ is dead, don't use it...
  2002-03-22 20:53   ` Matti Aarnio
@ 2002-03-22 21:05     ` Davide Libenzi
  2002-03-22 21:18       ` Matti Aarnio
  0 siblings, 1 reply; 8+ messages in thread
From: Davide Libenzi @ 2002-03-22 21:05 UTC (permalink / raw)
  To: Matti Aarnio; +Cc: Richard Gooch, Linux Kernel Mailing List

On Fri, 22 Mar 2002, Matti Aarnio wrote:

> On Fri, Mar 22, 2002 at 01:45:36PM -0700, Richard Gooch wrote:
> > Matti Aarnio writes:
> > > We have been dropping people because they use now dead ORBZ:
> > >
> > >     Rejected - see http://orbz.org/
> > >
> > > The problem with these DNS-RBL things is that they are subject to
> > > all kinds of external pressures, and apparently ORBZ has followed
> > > ORBS in this manner.
> >
> > Interesting. When I try to lookup hosts using orbz.org, I just get
> > Non-existent host/domain results (thus mail shouldn't bounce). Why are
> > some people bouncing email?
>
>   I see both DNS lookup timeouts, and SERVFAIL returns.
>   In my books neither should lead to rejection, but
>   a) others may have better wisdom that I have,
>   b) some popular software are known to be unable to
>      separate any sort of temporary failures (timeouts
>      at DNS lookup) from real things (actual DNS-RBL)

Only positive lookups should lead to rejection, IMHO. Timeouts & Co.
should default to acception.




- Davide



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ORBZ is dead, don't use it...
  2002-03-22 21:05     ` Davide Libenzi
@ 2002-03-22 21:18       ` Matti Aarnio
  2002-03-23 14:26         ` Matthias Andree
  0 siblings, 1 reply; 8+ messages in thread
From: Matti Aarnio @ 2002-03-22 21:18 UTC (permalink / raw)
  To: Davide Libenzi; +Cc: Linux Kernel Mailing List

On Fri, Mar 22, 2002 at 01:05:39PM -0800, Davide Libenzi wrote:
> On Fri, 22 Mar 2002, Matti Aarnio wrote:
....
> >   I see both DNS lookup timeouts, and SERVFAIL returns.
> >   In my books neither should lead to rejection, but
> >   a) others may have better wisdom that I have,
> >   b) some popular software are known to be unable to
> >      separate any sort of temporary failures (timeouts
> >      at DNS lookup) from real things (actual DNS-RBL)
> 
> Only positive lookups should lead to rejection, IMHO. Timeouts & Co.
> should default to acception.

  Teach sendmail to differentiate the cases...
  (and qmail, and ...)

> - Davide

/Matti Aarnio

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ORBZ is dead, don't use it...
  2002-03-22 20:45 ` Richard Gooch
  2002-03-22 20:53   ` Matti Aarnio
@ 2002-03-22 23:30   ` John Jasen
  2002-03-22 23:53     ` Richard Gooch
  1 sibling, 1 reply; 8+ messages in thread
From: John Jasen @ 2002-03-22 23:30 UTC (permalink / raw)
  To: Richard Gooch; +Cc: Matti Aarnio, linux-kernel

On Fri, 22 Mar 2002, Richard Gooch wrote:

> Interesting. When I try to lookup hosts using orbz.org, I just get
> Non-existent host/domain results (thus mail shouldn't bounce). Why are
> some people bouncing email?

Some people set their systems to reject mail from unresolveable hosts or
domains?

--
-- John E. Jasen (jjasen1@umbc.edu)
-- User Error #2361: Please insert coffee and try again.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ORBZ is dead, don't use it...
  2002-03-22 23:30   ` John Jasen
@ 2002-03-22 23:53     ` Richard Gooch
  0 siblings, 0 replies; 8+ messages in thread
From: Richard Gooch @ 2002-03-22 23:53 UTC (permalink / raw)
  To: John Jasen; +Cc: Matti Aarnio, linux-kernel

John Jasen writes:
> On Fri, 22 Mar 2002, Richard Gooch wrote:
> 
> > Interesting. When I try to lookup hosts using orbz.org, I just get
> > Non-existent host/domain results (thus mail shouldn't bounce). Why are
> > some people bouncing email?
> 
> Some people set their systems to reject mail from unresolveable
> hosts or domains?

No, this is different. The way these DNS-based blacklists work is that
if the sending IP is listed in the database (because it's a known
spammer/open relay) then DNS lookups succeeds, so the MTA will reject
the mail. If the DNS lookup fails, it implies that the IP address is
*not* in the database, and thus the email is accepted.

Maybe some broken MTA's will reject the message on DNS *transaction
failure* (due to an intermittent network fault or DNS server failure),
but that's not the same as a lookup failure (host not found, but DNS
server responded).

All this is separate from normal reverse DNS lookups of the sending
IP (where many MTA's are configured to reject mail from hosts which
don't resolve).

				Regards,

					Richard....
Permanent: rgooch@atnf.csiro.au
Current:   rgooch@ras.ucalgary.ca

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ORBZ is dead, don't use it...
  2002-03-22 21:18       ` Matti Aarnio
@ 2002-03-23 14:26         ` Matthias Andree
  0 siblings, 0 replies; 8+ messages in thread
From: Matthias Andree @ 2002-03-23 14:26 UTC (permalink / raw)
  To: Linux Kernel Mailing List

On Fri, 22 Mar 2002, Matti Aarnio wrote:

>   Teach sendmail to differentiate the cases...
>   (and qmail, and ...)

qmail has no native RBL support, that's instead provided by third-party
software (and that software is broken by design in that it rejects the
connection, without letting postmaster complaints through...)

-- 
Matthias Andree

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-03-23 14:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-22 20:16 ORBZ is dead, don't use it Matti Aarnio
2002-03-22 20:45 ` Richard Gooch
2002-03-22 20:53   ` Matti Aarnio
2002-03-22 21:05     ` Davide Libenzi
2002-03-22 21:18       ` Matti Aarnio
2002-03-23 14:26         ` Matthias Andree
2002-03-22 23:30   ` John Jasen
2002-03-22 23:53     ` Richard Gooch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®