[EMAIL PROTECTED] writes: > Now under my tmda directory, i have my .qmail and .qmail-default linked, > with the following line. > > | preline -f -d /usr/local/tmda/bin/tmda-filter | forward "$DEFAULT"@domain.com
The pipe through 'forward' is your problem. Change your .qmail file to look like this: | preline -f -d /usr/local/tmda/bin/tmda-filter | forward "$DEFAULT"@domain.com There should be two separate lines. This may not solve everything, but it's the first step to getting things working the way they should be working. With this setup, forward will not be called until tmda-filter has received the confirmation message from the sender. The weird empty messages you were receiving were because you were piping nothing into forward (TMDA doesn't print the message to standard output). Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
