RE: A patched qmail-smtpd.c

1999-09-24 Thread Van Liedekerke Franky
PROTECTED] Subject: A patched qmail-smtpd.c File: qmail-smtpd.c Hi all: I have added some codes into qmail-smtpd.c, now it can do something funny: 1. Refuse appointed ip to connect. this is in control/badip, such as 100.100.100.100 will refuse 100.100.100.100

Re: RE: A patched qmail-smtpd.c

1999-09-24 Thread Hotdog
]] Reply To:[EMAIL PROTECTED] Sent:Friday, September 24, 1999 10:48 AM To: [EMAIL PROTECTED] Subject: A patched qmail-smtpd.c File: qmail-smtpd.c Hi all: I have added some codes into qmail-smtpd.c, now it can do something funny: 1. Refuse appointed ip to connect

Re: A patched qmail-smtpd.c

1999-09-24 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am not saying it's a bad idea, but a few things need to be pointed out: 1. It's usual to publish a patch, not a patched source. 2. The badip idea seems confusing; why shouldn't tcpserver or inetd take care about that? After all, qmail-smtpd might

A patched qmail-smtpd.c

1999-09-24 Thread Hotdog
Hi all: I have added some codes into qmail-smtpd.c, now it can do something funny: 1. Refuse appointed ip to connect. this is in control/badip, such as 100.100.100.100 will refuse 100.100.100.100 to connect and 100.100.100. will refuse 100.100.100.x to connect. inetd

Re: A patched qmail-smtpd.c

1999-09-24 Thread Fred Lindberg
On Fri, 24 Sep 1999 16:48:26 +0800, Hotdog wrote: I have added some codes into qmail-smtpd.c, now it can do something funny: As far as I can see, you've also added a potential buffer overflow bug for "word". Admittedly, you need to be able to write control/badip in order to exploit it.

Re: A patched qmail-smtpd.c

1999-09-24 Thread Roger L Soles
access to your work. If *one* implementation of a mail program was right for everyone, we'd still be running sendmail... - Roger - Original Message - From: Petr Novotny [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 24, 1999 3:17 AM Subject: Re: A patched qmail-smtpd.c

Re: A patched qmail-smtpd.c

1999-09-24 Thread Racer X
I can give you a good point on #2 why it should be done by QMAIL-SMTP rather than TCPSERVER -- if you want to inhibit *all* connection from known SPAMmer IP blocks _except_ where the sender can do SMTP-AUTH... TCPSERVER has no way of handling this... Also, TCPSERVER doesn't provide SMTP