Mailing List Archive

lists in virtual domains and bounces
I have a mailing list on a virtual domain. The list is called
corps@tres-corps.org, and hence the owner is corps-owner@tres-corps.org

in control/virtualdomains I have:
tres-corps.org:alias-tres

in control/alias I have
.qmail-tres-corps [the mailing list]
.qmail-tres-corps-owner [the list owner]

It is a "manually" maintained list (ie does not use qlist)

A buonce was generated by a couple of bad addresses in the list, but
the bounce, instead of sending to corps-owner@tres-corps.org went to
alias-tres-corps-owner@tres-corps.org

When qmail received this, it mapped the virtual domain, so it
was looking for the file
control/alias/.qmail-tres-alias-tres-corps-owner
Which of course doesn't (and shouldn't) exist.

Did I do something wrong? Or is it a bug in qmail?

this is qmail-0.92 btw.

Timothy
-------------------

Hi. This is the qmail-send program at jade.xara.net.
I tried to deliver a bounce message to this address, but the bounce bounced!

<alias-tres-corps-owner@tres-corps.org>:
Sorry, no mailbox here by that name. (#5.1.1)

- --- Below this line is the original bounce.

Return-Path: <>
Received: (qmail 8241 invoked for bounce); 6 Mar 1997 11:12:20 -0000
Date: 6 Mar 1997 11:12:20 -0000
From: MAILER-DAEMON@jade.xara.net
To: alias-tres-corps-owner@tres-corps.org
Subject: failure notice
---------
lists in virtual domains and bounces [ In reply to ]
Timothy Hunt writes:
> A bounce was generated by a couple of bad addresses in the list, but
> the bounce, instead of sending to corps-owner@tres-corps.org went to
> alias-tres-corps-owner@tres-corps.org
>
> When qmail received this, it mapped the virtual domain, so it
> was looking for the file
> control/alias/.qmail-tres-alias-tres-corps-owner
> Which of course doesn't (and shouldn't) exist.
>
> Did I do something wrong? Or is it a bug in qmail?

Ugh. Essentially, yes. When qmail sees that a .qmail-LOCAL-owner file
exists, it sets the sender address to LOCAL-owner@HOST. The problem
is that LOCAL has already been modified with the RHS of the
virtualdomains entry.

The work-around is to set the proper sender via the -f option to
qmail-inject.

--
-russ <nelson@crynwr.com> http://www.crynwr.com/~nelson
Crynwr Software sells network driver support | PGP ok
521 Pleasant Valley Rd. | +1 315 268 1925 voice | Peace, Justice, Freedom:
Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | pick two (only mostly true)
Re: lists in virtual domains and bounces [ In reply to ]
> >
> > Did I do something wrong? Or is it a bug in qmail?
>
> Ugh. Essentially, yes. When qmail sees that a .qmail-LOCAL-owner file
> exists, it sets the sender address to LOCAL-owner@HOST. The problem
> is that LOCAL has already been modified with the RHS of the
> virtualdomains entry.
>
> The work-around is to set the proper sender via the -f option to
> qmail-inject.
>


How do I do this exactly? or, alternatively, is there a Better Way to handle
the virtual domains in a later release of qmail? (given I really shoudl
upgrade...)

Timothy
Re: lists in virtual domains and bounces [ In reply to ]
> alias-tres-corps-owner@tres-corps.org

qmail-alias is not designed to handle mailing lists at virtual
addresses. (ezmlm is.) You should forward the mail to a real address.

---Dan
Let your users manage their own mailing lists. http://pobox.com/~djb/qmail.html
Re: lists in virtual domains and bounces [ In reply to ]
>
> qmail-alias is not designed to handle mailing lists at virtual
> addresses. (ezmlm is.) You should forward the mail to a real address.
>
Any chance of a likely release date for ezmlm?

Timothy