Re: Discarding mailer_daemon mail....

2001-06-18 Thread Larry M. Smith

I am currently working on a dblbounce manager...

Still in testing... but it's just a perl script that automatically add a 
sender's envelope to badmailfrom if it bounces.




Re: Patch on qmail-smtpd / vpopmail for rejecting unknown users

2001-05-07 Thread Larry M. Smith

 void err_realrcpt() { out(553 sorry, no mailbox here by that name (#5.7.1 -
usrchk)\r\n); }

#5.7.1, Hummm... shouldn't that be #5.1.1 ;)

 void err_realrcpt() { out(553 sorry, no mailbox here by that name - usrchk
(#5.1.1)\r\n); }


--Larry M. Smith
mailto:[EMAIL PROTECTED]
cat BOFH | sed s/Operator/Postmaster/g  BPFH

Tonix wrote:

 I've developed a patch for qmail-smtpd with vpopmail, for rejecting non
 existing users/aliases/mailing lists.

 This patch is now working nice on my system since more than 2 months, so I
 think it's pretty stable and I may submit it to the community.

 The patch is freely available to everyone want to use it.

 The address of the HTML page for this patch is:
 http://www.interazioni.it/qmail




Re: Patch on qmail-smtpd / vpopmail for rejecting unknown users

2001-05-07 Thread Larry M. Smith

Let me get the coffee pot put back on...

 void err_realrcpt() { out(550 sorry, no mailbox here by that name
(#5.1.1)\r\n); }

Sorry about that...

RFC2821 4.2.3;
  550 Requested action not taken: mailbox unavailable
 (e.g., mailbox not found, no access, or command rejected
 for policy reasons)

RFC1893 3.2;
   X.1.1   Bad destination mailbox address

  The mailbox specified in the address does not exist.  For
  Internet mail names, this means the address portion to the
  left of the @ sign is invalid.  This code is only useful
  for permanent failures.




Tonix wrote:

 I've developed a patch for qmail-smtpd with vpopmail, for rejecting non
 existing users/aliases/mailing lists.

 This patch is now working nice on my system since more than 2 months, so I
 think it's pretty stable and I may submit it to the community.

 The patch is freely available to everyone want to use it.

 The address of the HTML page for this patch is:
 http://www.interazioni.it/qmail




Re: spmacontrol patch 1.4.2 for qmail .

2001-05-01 Thread Larry M. Smith

Spam Control 1.4.2 may be using wildmat v0.3 at 
http://www.unixpimps.org/wildmat/ but, I don't remember.  That version 
removed badmailfrom.

Personaly I would really like to have a badmailfrom when I don't use any 
wildcards.

--
SgtChains
mailto:[EMAIL PROTECTED]
cat BOFH | sed s/Operator/Postmaster/g  BPFH

--On Tuesday, May 01, 2001 11:16:38 +0200 Nissim Penias 
[EMAIL PROTECTED] wrote:


 Hello all ,

 I have a patched my qmail with the spamcontrol patch version 1.4.2 which
 can be found in :  http://www.feccom.de/qmail/spam.html
 This patch enables the badrcptpatterns under ../control/ in the qmail
 directory but it seems to be that  it disables the badmailfrom because
 qmail is ignoring the entries I have entered in this file .
 Can You please help to solve this issue because its really anoting that i
 can't use the badmailfrom .
 Thanks ,
 Nissim .





Perl checkpassword

2001-02-06 Thread Larry M. Smith is the BPFH

Someone had asked for this some time ago... But I forget who or when.

DJB, if you would, please archive locally to www.qmail.org.

--Larry

 checkpassword.pl


qmail-smtpd logging

2000-09-05 Thread Larry M. Smith

Is there any way to track messages or to link the log entries from 
qmail-smtpd and qmail-send so that I may map the network connections and 
where the mail is being sent, i.e. much the same way that my sendmail logs 
used to look.

*/log/run files look like this...

[chains@franklin /]$ cat /var/qmail/supervise/qmail-send/log/run
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill \
 /usr/local/bin/multilog t /var/log/qmail/qmail-send/

[chains@franklin /]$ cat /var/qmail/supervise/qmail-smtpd/log/run
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill \
 /usr/local/bin/multilog t /var/log/qmail/qmail-smtpd/

Thanks,

--Larry