Gour <[EMAIL PROTECTED]> writes: > So, I created .qmail-ggd-ext file with: > > /home/vpopmail/domains/bvc.org/ggdbvc/Maildir/ > > line, and send a message to [EMAIL PROTECTED] (unprotected account) and what I > can see: vpopmail delivers it with the following header: > > Delivered-To: [EMAIL PROTECTED]!!
This isn't vpopmail doing the delivery. With the line above in your .qmail-ggd-ext file, it's qmail doing the delivery. qmail includes the full address (lists.net-ggd-ext) in the Delivered-To: field. This is normal. > It seems that vpopmail doesn't know how to handle extension address or I miss > something? Well, that's not vpopmail, so I don't think we can yet decide that this is a vpopmail problem. > When I send to [EMAIL PROTECTED], header is: Delivered-To: [EMAIL PROTECTED] I believe this is because, in the default case (no special .qmail file), vpopmail is doing the delivery. vpopmail strips the system user part of the address off and writes the Delivered-To: field itself, when it does the actual delivery. Above, qmail did the delivery and it doesn't strip the address. > Is it a bug or a feature? I believe everything is working the way it should. The address TMDA sees is the same one you saw when you had qmail do the delivery (your first example). TMDA reads the virtualdomains file and compares each entry (the part on the left side of the colon) with the domain part of the recipient address, 'lists.net' in this case. If it finds a match, it takes the 'prepend' (the part on the right side of the colon) and strips that string off the recipient address. Then it uses the resulting address as the recipient address. In your case, it finds "lists.net:lists.net" in virtualdomains and removes "lists.net" from [EMAIL PROTECTED], resulting in [EMAIL PROTECTED] That's the address TMDA will use as the recipient address. The recipient address is how TMDA creates the -confirm address. So, if the -confirm address has "lists.net" on the front of the address, it means TMDA did not identify the address as a virtual domain. > In my understanding it looks like that the problem is neither with > qadmin-tmda (as I thought in the beginning), nor with the tmda, but the > real culprit is vpopmail. It may be, but I'm not sure. I need to look at your previous mail (I don't use the "users" file myself, so I need to check the qmail docs) because I suspect the "users" entry may be part of the problem. Tim _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
