No problem - yes - that's it... But from what Jason noticed, I think your original maildrop setup was calling maildrop to fitler messages before delivery - so that needs to be removed to avoid the loop...
qmail just calls maildrop, maildrop calls out to tmda, tmda returns sucess or fail but does NOT it'self deliver m/ > -----Original Message----- > From: David Vrona [mailto:[EMAIL PROTECTED] > Sent: Friday, February 27, 2004 8:26 AM > To: 'Mitch (WebCob)'; 'Jason R. Mastaler'; [EMAIL PROTECTED] > Subject: RE: View and release pending messages through an IMAP server? > > > Hi guys, > > I was up very late last night because I realized I have been > running with a > sickly setup for TMDA and maildrop. > So, I ripped out maildrop and worked on putting a healthy TMDA setup in > place. That's where I'm at right now. > > I think you are exactly right about the loop. I saw a lot of processes > spawning when I tried to make that work. > So, now I just need to figure out how to put maildrop back in > place so I can > use your scripts Mitch. > > If I understand you correctly, you believe I should be calling > maildrop from > the .qmail file. And then maildrop can call .tmda AFTER your .mailfilter > code to do the TMDA/pending stuff ? > > Thanks for all your time. > > Dave > > > -----Original Message----- > > From: Mitch (WebCob) [mailto:[EMAIL PROTECTED] > > Sent: Friday, February 27, 2004 11:10 AM > > To: [EMAIL PROTECTED]; 'Jason R. Mastaler'; [EMAIL PROTECTED] > > Subject: RE: View and release pending messages through an IMAP server? > > > > > > Hey Dave... I think Jason is saying the same thing I was... > > > > Your problem seems to be that what you have is: > > > > maildrop -> tmda -\ > > ^ | > > \---------------/ > > > > I don't know how tmda is calling maildrop again, but that's > > what it looks like to me. > > > > Perhaps it's your qmail file - which calls things in sequence > > if the other command doesn't return an error - you probably > > want to be chaining those commands instead of calling > > sequentially, but I don't know qmail... > > > > I think maybe you are calling tmda through .qmail... > > > > and then calling it again by calling maildrop which calls it... > > > > but tmda still seems to be reporting that it is calling > > calling maildrop - which would start a recursive loop. > > > > m/ > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > > > Behalf Of David Vrona > > > Sent: Thursday, February 26, 2004 1:12 PM > > > To: 'Jason R. Mastaler'; [EMAIL PROTECTED] > > > Subject: RE: View and release pending messages through an > > IMAP server? > > > > > > > > > Well, I do want to use Mitch's work so I do need maildrop. > > > > > > Since my .qmail file is: > > > > > > | /var/qmail/bin/preline /usr/local/tmda-0.87/bin/tmda-filter > > > |/usr/local/bin/maildrop -d dave /home/dave/.mailfilter Maildir/ > > > || exit 77 > > > > > > ...and the line you reference is also "active". I guess > > this is why I > > > am getting two entries in the tmda_incoming.log > > > > > > I guess I am confused as to how I really should be using TMDA with > > > maildrop considering that at this point I only want to use maildrop > > > for Mitch's scripts. > > > > > > Dave > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] > > > > [mailto:[EMAIL PROTECTED] On Behalf Of Jason > > R. Mastaler > > > > Sent: Thursday, February 26, 2004 3:36 PM > > > > To: [EMAIL PROTECTED] > > > > Subject: Re: View and release pending messages through an IMAP > > > > server? > > > > > > > > > > > > "David Vrona" <[EMAIL PROTECTED]> writes: > > > > > > > > > Actn: DELIVER (from-file /home/dave/.tmda/lists/whitelist > > > > > deliver=| > > > > > /usr/local/bin/maildrop)(717) > > > > > > > > So remove this line that has TMDA deliver to maildrop if > > you don't > > > > want TMDA to deliver to maildrop. > > > > _____________________________________________ > > > > tmda-users mailing list ([EMAIL PROTECTED]) > > > > http://tmda.net/lists/listinfo/tmda-users > > > > > > > > > > _____________________________________________ > > > tmda-users mailing list ([EMAIL PROTECTED]) > > > http://tmda.net/lists/listinfo/tmda-users > > > > > > > > > _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
