dj <[EMAIL PROTECTED]> writes: > I'm good to go, THANKS TIM!!!!!!
Great! > So the problems/solution was (summary): > > upgraded python to 2.2 (moved to RH8) Necessary. > set the "DELIVERY" var. I thought it was unnecessary for qmail <SMACK> Not necessary, as the defaults for TMDA are MAIL_TRANSFER_AGENT="qmail" and, if MAIL_TRANSFER_AGENT is qmail, DELIVERY="_qok_". As long as you have the ./Maildir/ line following the tmda-filter line in your .qmail, everything will work fine. > load cdb module for python Good. I like and use the -autocdb flag everywhere. > set and use the logs (incoming and debug) Definitely keep an eye on them. Once things are working well, you can turn off the debug log. I like to have the incoming log available at all times. > Not sure if it made a diff, but I used: > > |preline python2 /usr/local/tmda-0.68/bin/tmda-filter > ./Maildir/ > > instead of one line : > |preline python2 /usr/local/tmda-0.68/bin/tmda-filter ./Maildir It makes a big difference. In the first case, TMDA knows nothing about the ./Maildir/ line; that's a qmail delivery thing. In the second case, the ./Maildir/ text is just a parameter to tmda-filter and tmda-filter doesn't understand it and doesn't use it. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
