Re: [vchkpw] maildrop with bounce-no-mailbox

2004-07-22 Thread Charles Sprickman
On Fri, 16 Jul 2004, Justin Heesemann wrote: > you could test this right now by changing your "to" maildropfilter line > to something like: > VPOP="| /var/vpopmail/bin/vdelivermail '' bounce-no-mailbox" > to "| /usr/bin/tee /dev/null 2>/dev/null $VPOP" I don't think I'm at all aware of this maild

Re: [vchkpw] maildrop with bounce-no-mailbox

2004-07-16 Thread Justin Heesemann
more thoughts.. the reason why maildrop exits 75 is the sigpipe it receives, because vdelivermail exits 100 without reading the pipe. so a hack would be to always read the input, even if the user does not exist. i might prepare a patch for this on the weekend. you could test this right now by

Re: [vchkpw] maildrop with bounce-no-mailbox

2004-07-15 Thread CoyoteTM
an process evrything as usual. Use vuserinfo and vdominfo. CoyoteTM - Original Message - From: "Jay Tortorelli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 15, 2004 11:14 PM Subject: Re: [vchkpw] maildrop with bounce-no-mailbox > > so,

Re: [vchkpw] maildrop with bounce-no-mailbox

2004-07-15 Thread Jay Tortorelli
> so, how do you do it? > use the chkuser patch for qmail, so no illegal users get into the queue? > write a wrapper for vpopmail so that it exits 0 even when the user > doesn't exist? > use some hack for maildrop?? I am also having the same problems. I hadn't noticed it until my queue was over

[vchkpw] maildrop with bounce-no-mailbox

2004-07-15 Thread Justin Heesemann
Hi.. although this is a highly maildrop regarded question, I have to ask here, since maildrop folks seem to be unresponsive.. some of you are using maildrop together with vpopmail, usually somewhere in the maildirfilter file there's some line like VPOP="| /var/vpopmail/bin/vdelivermail '' bounc