On Thu, 2004-04-29 at 10:49, tonix (Antonio Nati) wrote:
> You may do it enabling chkuser always, deleting the lines of code checking 
> for that string.

You mean disable this code in qmail-smtpd.c ? :

                if ( strstr(read_buf, "bounce-no-mailbox") == NULL ) {
                        retstat = 1;
                        break;
                }


> We could also look for a different string or for a different file (i.e. 
> like .qmailenablebounce), if you tell me your need and we may change what 
> we want.

Hrm...  Is there a reason to not check for the user's existance before
accepting the mail?  It seems to have significantly stopped the amount
of junk we get and queue....

> Tonino
> 
> P.S. I'm studying for version 2.0 of chkuser, this could be another issue.

Version 2.0 ?

> At 29/04/2004 29/04/2004 -0400, you wrote:
> >On Sun, 2004-04-04 at 14:48, Oden Eriksson wrote:
> > > I would recommend a more generic patch instead of this one, I 
> > personally like
> > > this one very much:
> > >
> > > http://www.netdevice.com/qmail
> >
> >This patch appears to support cdb only... what about those of us using
> >mysql?  Do you know of a patch for this?
> >
> > > "The goodrcptto patch"
> >
> >I'm running into the same problem that the original poster mentioned...
> >Implementing maildrop so that spam tagged by spamassassin is moved into
> >a spam folder.  However, when the maildrop filter is enabled, it breaks
> >chkusr...  (quite annoying) ...
> >
> >I want to do this the right way...  If there is some other way to do
> >this on the server side, I would be more than happy to give it a shot!
> >
> >Thanks!
> >
> >--
> >---------------------------
> >Jason 'XenoPhage' Frisvold
> >Engine / Technology Programmer
> >[EMAIL PROTECTED]
> >RedHat Certified - RHCE # 803004140609871
> >MySQL Pro Certified - ID# 207171862
> >MySQL Core Certified - ID# 205982910
> >---------------------------
> >"Something mysterious is formed, born in the silent void. Waiting alone
> >and unmoving, it is at once still and yet in constant motion. It is the
> >source of all programs. I do not know its name, so I will call it the
> >Tao of Programming."
> 
> ------------------------------------------------------------
>          [EMAIL PROTECTED]            Interazioni di Antonio Nati
>     http://www.interazioni.it      [EMAIL PROTECTED]
> ------------------------------------------------------------
-- 
---------------------------
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---------------------------
"Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming."

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to