On Tuesday, August 13, 2002, at 09:51, you wrote: > Thank you for your tip. I tried, but still, my confirmation address > created by TMDA is wrong - with domain name prepended.
This is the way I handle my situation. I have a domain that is set up similarly to yours in that I end up getting an email with [EMAIL PROTECTED] in the Delivered-to lines. I solved this by using formail to generate the correct header. So, you could try the following setup (I'm guessing at your domain/username setup, and I'm assuming your PATH is setup to pick up tmda-filter, preline and formail correctly): .qmail-ggd-default (two separate lines): | preline formail -I "X-TMDA-Originally-To:$[EMAIL PROTECTED]" | tmda-filter -c |/path/to/ggd/tmda/config /path/to/ggd/Maildir/ .qmail-ggd is a symbolic link to .qmail-ggd-default in the ~vpopmail/domains/lists.net directory. In your tmda config you will have to add: RECIPIENT_HEADER = "X-TMDA-Originally-To" so that TMDA picks up the correct header. This is probably not the best way to handle this setup but it works for me, so it might for you. You can use reformail instead of formail. Marcus -- Marcus Williams - http://www.onq2.com Quintic Ltd, 39 Newnham Road, Cambridge, UK _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
