Figured it out. Here is what I added. VIRTUALDOMAINS = "/q/qmail/control/virtualdomains" USEVIRTUALDOMAINS = 1 RECIPIENT_HEADER = 'x-originally-to'
After looking again at the headers I noticed the Deliver-to was the default qmail header, [EMAIL PROTECTED] So with these 3 settings everything works. -----Original Message----- From: Stephen Warren [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 1:36 PM To: [EMAIL PROTECTED] Subject: Re: Strange behavior. Quoting Chris Sandy <[EMAIL PROTECTED]>: > Ok, so heres the deal. I have installed tmda1-0. > > Once I have sent an email to an address configured for tmda I receive > my > confirmation with no problem. I reply to the confirmation and right > away > I receive a bounce stating the user doesn't exist. Shortly after I > receive this bounce, my confirmation goes though. The bounce is not > generated from the user-confirm-, but the [EMAIL PROTECTED] . Very odd. > Once the confirmation is in, the next email goes thought without any > problems. > > [EMAIL PROTECTED]:/export/mail/domains/autorush.com# cat .qmail-chris > |preline /usr/src/tmda/bin/tmda-filter -c > /export/mail/domains/autorush.com/chris/.tmda/config > ./chris/Maildir/ Ah - you're using virtual domains! You should check out http://www.tmda.net/tmda-vdomains.html. You may need the -S option to tmda-filter (although my brief reading implies that's only required when you're sharing a .qmail file amongst all users within a domain, rather than having users/assign point to a different home directory per user as you have. I have virtual domains without using -S on tmda-filter) Alternatively, check that the RECIPIENT_DELIMITER TMDA config variable is correctly set (the default of - should suite a default qmail install). Also check RECIPIENT_HEADER to see if it got set to something wierd. See http://www.tmda.net/config-vars.html#RECIPIENT_DELIMITER. If that doesn't work, what are the contents of your /etc/tmdarc? Oh, and in another mail you mentioned that the original email does get delivered correctly upon confirmation, but you *also* get a bounce message? That's really wierd... I'd guess you should check the qmail logs for that one. -- Stephen Warren, Software Engineer, Parama Networks, San Jose, CA [EMAIL PROTECTED] http://www.wwwdotorg.org/ _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
