Robin Lynn Frank <[EMAIL PROTECTED]> writes: > The documentation has the usual info re: a .forward file containing: > > "|/path/to/bin/procmail -p" > > The sample .tmdarc has the following option: > > DELIVERY = "|/usr/bin/procmail -f $SENDER ~/.procmailrc-tmda" > > What I want to accomplish is having procmail run a few essential > recipes and then let TMDA play. Looking at the two options it > appears that the first uses procmail to feed to tmda and the second > uses tmda to feed to procmail.
That's correct. > If that is so, I assume, the first option would be the one to use, > having tmda deliver to a maildir. Right. `DELIVERY' in the .tmda/config specifies where TMDA itself will deliver mail. If you'd all your mail which passes TMDA to end up in a Maildir, you'd set DELIVERY to something like: DELIVERY = "~/Maildir/" Make sure the Maildir already exists first. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
