Re: [Mailman-Users] Re: Postfix-style virtual domains broken in mailman 2.1.1

2004-03-18 Thread Shaun T. Erickson
Boris Folgmann wrote:

Tnx, it works. I thought that the line has to be in the same file!
Glad to be of service. Perhaps this restores some of the karma I lost by 
asking questions the past two days that were FAQ items. :)

	-ste

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Re: Postfix-style virtual domains broken in mailman 2.1.1

2004-03-18 Thread Boris Folgmann
Shaun T. Erickson schrieb:

> You put the "some.dom.ain   foo" line in valiases, along with any other 
> aliases for that domain (if you have any), and mailman puts the rest 
> into virtual-mailman.

Tnx, it works. I thought that the line has to be in the same file!

cu,
boris



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Re: Postfix-style virtual domains broken in mailman 2.1.1

2004-03-18 Thread Shaun T. Erickson
Boris Folgmann wrote:

Ok, I've already tested this, but that doesn't help much. Everytime I add a
new mailing list, genaliases is called and virtual-mailman is overwritten.
And since mailman has all information why doesn't it add the line? Should
be one line of code in Python, I assume. I would patch it myself, but I
don't know the mm code and never used Python before.
You don't add that line to virtual-mailman. You add it to your already 
pre-existing virtual_alias_maps map. Mailman is assuming that you have 
already created the domain and that it works with postfix before mailman 
comes along and simply adds some additional aliases for that domain in a 
secondary map file.

So, your main.cf should have an entry similar to this:

virtual_alias_maps = hash:/usr/local/etc/postfix/mysql/valiases,
 hash:/usr/local/mailman/data/virtual-mailman
You put the "some.dom.ain   foo" line in valiases, along with any other 
aliases for that domain (if you have any), and mailman puts the rest 
into virtual-mailman.

	-ste

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Re: Postfix-style virtual domains broken in mailman 2.1.1

2004-03-18 Thread Boris Folgmann
Hi Shaun!

Shaun T. Erickson schrieb:

> You are supposed to do it yourself. This from README.POSTFIX:

It's not in my version. I assume you refer to the latest release.

>  manpage).  Note that it's your responsibility to include the
>  "virtual-alias.domain anything" line as described manpage; Mailman
>  will not include this line in virtual-mailman.  I highly encourage

Ok, I've already tested this, but that doesn't help much. Everytime I add a
new mailing list, genaliases is called and virtual-mailman is overwritten.
And since mailman has all information why doesn't it add the line? Should
be one line of code in Python, I assume. I would patch it myself, but I
don't know the mm code and never used Python before.

cu,
boris



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/