"Kai Peters" <[EMAIL PROTECTED]> writes: > I have at domain level: .qmail-default > > | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox > > > at user level: .qmail > > |/usr/var/qmail/bin/preline /home/vpopmail/tmda-0.81/bin/tmda-filter -c > /home/vpopmail/domains/otaksoft.com/kpeters/config > /home/vpopmail/domains/otaksoft.com/kpeters/Maildir/ > > (2 separate lines just in case Outlook mangles the above)
One interesting problem with this configuration is that when tmda-filter returns 99 to tell qmail that the delivery was successful and that it should stop processing the .qmail file, it gets turned into an exit code of 111 in vdelivermail, which is just broken. This tells qmail to leave the message in the queue and retry later. I don't see how this is related to your problem, though. I would seriously consider moving the .../<user>/.qmail to the domain directory and renaming it .qmail-<user>. Then create a symlink to it named .qmail-<user>-default. This will prevent vdelivermail from getting involved at all. > > "Kai Peters" <[EMAIL PROTECTED]> writes: > > > > > am using qmail, tdma 0.81 and vpopmail 5.2 and I do have the following > > > problems (may be related and really be only one): > > > > > > - when mail from an unknown sender comes in, a confirmation > > > request gets sent out AND the message does get delivered into > > > the maildir (shows nicely in pending dir and incoming log) I don't understand this. You say the mail gets delivered into the maildir and you seem to be saying that the fact it is in pending/ shows that it got delivered into the maildir. Am I misunderstanding? > > > - I do receive copies of the the confirmation replies in my maildir You mean that the replies people send to TMDA's confirmation requests show up in your maildir and you can POP them in your mail client? Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
