Hi,

I have been using a Debian-based mailman installation for some time now, administering a few lists, all hosted on xxx.tld. Everything worked fine.

I recently modified the underlying Exim 4 configuration to support "virtual domains", namely xxx.tld, yyy.tld and zzz.tld. I used a typical setup for this purpose (see http://www.debian-administration.org/articles/140 for an example).

On this occasion, I added a generic "*" rule to each domain. As an example, here is the content of a virtual domain file (/etc/exim4/virtual/xxx.tld):
webmaster : webmas...@localhost
* : postmas...@localhost

Once this modification was performed (and tested; things work fine on the Exim side), my xxx.tld - based mailing lists stopped working. More specifically, all messages sent to the lists are delivered to [email protected]. Here is the (abridged) header of such a message:

Return-path:<[email protected]>
Envelope-to: [email protected]
Received: from smtp21.services.sfr.fr ([93.17.128.2])
        by www.xxx.tld with esmtp (Exim 4.69)
        (envelope-from<[email protected]>)
        id 1NcPza-0006w5-Og
        for [email protected]; Tue, 02 Feb 2010 22:09:02 +0100
Received: from filter.sfr.fr (localhost [127.0.0.1])
        by msfrf2107.sfr.fr (SMTP Server) with ESMTP id D4DD8700009A
        for<[email protected]>; Tue,  2 Feb 2010 22:08:56 +0100 (CET)
Received: from [127.0.0.1] (160.135.100-84.rev.gaoland.net [84.100.135.160])
        by msfrf2107.sfr.fr (SMTP Server) with ESMTP id 9FCF6700008B
        for<[email protected]>; Tue,  2 Feb 2010 22:08:56 +0100 (CET)
From: Olivier Parisy<[email protected]>
To: [email protected]

Clearly, the "*" rule is taking precedence on mailman delivery, which do not 
even seem to get the message.

The only workaround I found is to add lines such as "mylist : mylist" to the 
/etc/exim4/virtual/xxx.tld file (one by mailing list). This is inconvenient to say the 
least.

Is there any way to keep an "*" rule without breaking mailan distribution? I 
understand this is as much an Exim 4 as a mailman question...

Regards,
Olivier Parisy.

------------------------------------------------------
Mailman-Users mailing list [email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to