Re: rblsmtpd and relays.mail-abuse.org

2000-08-14 Thread Michael T. Babcock

I'm using it too -- but everything seemed fine with the patch so ... 

- Original Message - 
From: "Jon Rust" [EMAIL PROTECTED]
 Odd that this issue has been so quiet. Are there really so few people
 using rblsmtpd?




Re: rblsmtpd and relays.mail-abuse.org

2000-08-14 Thread Michael T. Babcock

Actually, no.  The output from one is automatically sent to the input of the
next as they execute each other.  The "\"'s are to allow the commands to be
on multiple lines.

- Original Message -

 * Robert Sander ([EMAIL PROTECTED]) [11 Aug 2000 04:07]:
  It seems to me that rblsmtpd can only take one "-r" at a time, as I have
  version 0.70 that may be a bit old. But they can be ordered in a row, as
  in
 rblsmtpd -r rbl.maps.vix.com \
 rblsmtpd -r dul.maps.vix.com \
 rblsmtpd -r relays.mail-abuse.org ...

 I believe you meant to write:

 rblsmtpd -r rbl.maps.vix.com |
 rblsmtpd -r dul.maps.vix.com |
 rblsmtpd -r relays.mail-abuse.org ...




Re: rblsmtpd and relays.mail-abuse.org

2000-08-11 Thread Robert Sander

On Thu, Aug 10, 2000 at 09:33:22AM -0700, Jon Rust wrote:
snip /usr/local/bin/rblsmtpd -b -t10\
-r rbl.maps.vix.com \
-r dul.maps.vix.com \
-r relays.mail-abuse.org snip

It seems to me that rblsmtpd can only take one "-r" at a time, as I have
version 0.70 that may be a bit old. But they can be ordered in a row, as
in
   rblsmtpd -r rbl.maps.vix.com \
   rblsmtpd -r dul.maps.vix.com \
   rblsmtpd -r relays.mail-abuse.org ...

That seems to be fixed with the version of rblsmtpd in ucspi-tcp 0.86

Greetings
-- 
Robert Sander
Epigenomics AG   www.epigenomics.de   Kastanienallee 24
+493024345330  10435 Berlin



Re: rblsmtpd and relays.mail-abuse.org

2000-08-11 Thread Adam McKenna

On Fri, Aug 11, 2000 at 07:13:05AM -0400, Russell P. Sutherland wrote:
 * Robert Sander ([EMAIL PROTECTED]) [11 Aug 2000 04:07]:
 
  It seems to me that rblsmtpd can only take one "-r" at a time, as I have
  version 0.70 that may be a bit old. But they can be ordered in a row, as
  in
 rblsmtpd -r rbl.maps.vix.com \
 rblsmtpd -r dul.maps.vix.com \
 rblsmtpd -r relays.mail-abuse.org ...
 
 I believe you meant to write:
 
 rblsmtpd -r rbl.maps.vix.com |
 rblsmtpd -r dul.maps.vix.com |
 rblsmtpd -r relays.mail-abuse.org ...
 
  That seems to be fixed with the version of rblsmtpd in ucspi-tcp 0.86
 
 Yes.

How is this handled in ucspi-tcp-0.88 when you want to use -b for some zones
and not for others?  Still have to run multiple instances?

--Adam



Re: rblsmtpd and relays.mail-abuse.org

2000-08-11 Thread Chris Johnson

On Fri, Aug 11, 2000 at 07:13:05AM -0400, Russell P. Sutherland wrote:
 * Robert Sander ([EMAIL PROTECTED]) [11 Aug 2000 04:07]:
 
  It seems to me that rblsmtpd can only take one "-r" at a time, as I have
  version 0.70 that may be a bit old. But they can be ordered in a row, as
  in
 rblsmtpd -r rbl.maps.vix.com \
 rblsmtpd -r dul.maps.vix.com \
 rblsmtpd -r relays.mail-abuse.org ...
 
 I believe you meant to write:
 
 rblsmtpd -r rbl.maps.vix.com |
 rblsmtpd -r dul.maps.vix.com |
 rblsmtpd -r relays.mail-abuse.org ...

No--his way was correct.

Chris



Re: rblsmtpd and relays.mail-abuse.org

2000-08-10 Thread David Dyer-Bennet

Jon Rust [EMAIL PROTECTED] writes on 10 August 2000 at 10:35:18 -0700

  Odd that this issue has been so quiet. Are there really so few people
  using rblsmtpd?

Nothing to say.  I need to apply the patch and update my config lines,
but haven't yet.
-- 
Photos: http://dd-b.lighthunters.net/ Minicon: http://www.mnstf.org/minicon
Bookworms: http://ouroboros.demesne.com/ SF: http://www.dd-b.net/dd-b 
David Dyer-Bennet / Welcome to the future! / [EMAIL PROTECTED]



Re: rblsmtpd and relays.mail-abuse.org

2000-08-10 Thread Jon Rust

On Thu, Aug 10, 2000 at 12:55:57PM -0400, Hubbard, David wrote:
 I've been reading more of the archives about this
 rblsmtpd issue lately and I think what has happened
 is that the relays.mail-abuse.org DNS no longer
 has the TXT entries in it that rblsmtpd looks for.
 Did this spam that got through your server come
 from a host in the open-relays database or the
 maps?  Does anyone know if the other services,
 not relays.mail-abuse.org, have made the same change
 or are going to?  If they did, it would prevent
 rblsmtpd from working with them too correct?  Do you
 think DJB would make a new rblsmtpd release to make it
 work with these new no-TXT maps DNS servers?
 
 Thanks,
 
 Dave

Correct. I did some research too (should have before posting :-/).
rblsmtpd works by rejecting connections from servers with TXT records at
the various "RBLs." On Aug 8th, RSS stopped using TXT records entirely.
All along there has also been an A record for each listed address, so
you can still use that, and in fact, rblcheck uses the A records for its
check.

I applied the patch at 

   http://www.cqc.com/~pacman/projects/rblsmtpd-rss/

posted by pacman Aug 9th I believe. This patch allows you to tell
rblsmtpd to use A records for certain RBLs. It seems to be working just
fine.

Odd that this issue has been so quiet. Are there really so few people
using rblsmtpd?

jon



RE: rblsmtpd and relays.mail-abuse.org

2000-08-10 Thread Hubbard, David

I've been reading more of the archives about this
rblsmtpd issue lately and I think what has happened
is that the relays.mail-abuse.org DNS no longer
has the TXT entries in it that rblsmtpd looks for.
Did this spam that got through your server come
from a host in the open-relays database or the
maps?  Does anyone know if the other services,
not relays.mail-abuse.org, have made the same change
or are going to?  If they did, it would prevent
rblsmtpd from working with them too correct?  Do you
think DJB would make a new rblsmtpd release to make it
work with these new no-TXT maps DNS servers?

Thanks,

Dave

-Original Message-
From: Jon Rust
To: [EMAIL PROTECTED]
Sent: 8/10/00 12:33 PM
Subject: rblsmtpd and relays.mail-abuse.org

While checking out a spam I received this morning I noticed that
rblcheck finds it in the RSS. Hrmf. I run rblsmtpd so I'm not clear on
how it got through:

   snip /usr/local/bin/rblsmtpd -b -t10\
   -r rbl.maps.vix.com \
   -r dul.maps.vix.com \
   -r relays.mail-abuse.org snip

According to the RSS it was added yesterday at 1700 PDT. The address is
133.5.173.200 if you want to test for yourself.

I vaguely remember someone mentioning a patch for rblsmtpd, but not a
whole lot of discussion on why it's not working anymore. Anyone got the
low-down? Anyone tried the patch?

Thanks,
jon