[Mailman-Users] Re : Re : same list name on 2 different domains

2007-07-14 Thread Enzo
In fact i've found this patch:
http://al.blog.free.fr/mailman/mailman-vh-2.1.5.patchAnd no problem to apply 
it, but now i've great difficulties to make it work with my postfix install
I, in fact, use /etc/mailman/postfix-to-mailman.py.

It used to work with mailman 2.1.5, but no more with this mailman 2.1.5 + patch

any resource on internet to make this patch work with postfix ?

Thanks

- Message d'origine 
De : Brad Knowles [EMAIL PROTECTED]
À : Enzo [EMAIL PROTECTED]; mailman-users@python.org
Envoyé le : Samedi, 14 Juillet 2007, 4h55mn 13s
Objet : [Mailman-Users] Re :  same list name on 2 different domains

On 7/13/07, Enzo wrote:

  I use mailman 2.1.5 from debian sarge, is there a simple patch to make
  real virtual domain possible ?

What do you mean simple patch?  The patch that Mark linked to is 
about as simple as these things get, at least as far as it comes to 
applying a patch.

Do you mean, is there a Debian Sarge package that will automate all 
this for you?  I have no idea -- you should talk to your Debian Sarge 
buddies.  Or the maintainer of the Debian package for Mailman.


We support Mailman and not specific OSes, so there's not much we can 
do to help you with OS-specific questions.

-- 
Brad Knowles [EMAIL PROTECTED], Consultant  Author
LinkedIn Profile: http://tinyurl.com/y8kpxu
Slides from Invited Talks: http://tinyurl.com/tj6q4

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0







  
_ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Re : Re : same list name on 2 different domains

2007-07-14 Thread Mark Sapiro
Enzo wrote:

In fact i've found this patch:
http://al.blog.free.fr/mailman/mailman-vh-2.1.5.patch And no problem
to apply it, but now i've great difficulties to make it work with my
postfix install
I, in fact, use /etc/mailman/postfix-to-mailman.py.

It used to work with mailman 2.1.5, but no more with this mailman 2.1.5 + patch


These patches are almost always done to work in the author's specific
environment with little if any thought to making them work for
everyone. That's one of the main reasons why they haven't been picked
up in the distributed Mailman.

The apparent author of the above patch is Arnaud Lavrard
http://sourceforge.net/users/arnaudlavrard/. Perhaps he can help you.

There are many loose ends to this patch. It looks like you wind up with
existing lists having 'internal names' of just the list name and new
lists having 'internal names' of the form listname-domain. I don't
know if this works or if you have to rename the old lists/*
directories to the new form or if other changes might be required for
existing lists.

In any case, It looks as if the code

if os.path.exists(local):
os.execv(MailmanHome + /mail/mailman,
 (MailmanHome + /mail/mailman, type, local))
else:
bounce()
sys.exit(75)

in postfix-to-mailman-2.1.py needs to be preceded with something to
append '-domain' to local (at least for new lists) as in

local = '%s-%s' % (local, domain)

however, this won't work as is because domain is not defined in
postfix-to-mailman-2.1.py, and you may need to modify your postfix
configuration to pass it as an argument.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Re : Re : same list name on 2 different domains

2007-07-14 Thread Brad Knowles
I don't think I've ever heard of this particular patch before -- why  
don't you ask this question of the person who wrote this patch?

-- 
Brad Knowles [EMAIL PROTECTED]

Sent from my iPhone

On Jul 14, 2007, at 3:26 AM, Enzo [EMAIL PROTECTED] wrote:

 In fact i've found this patch:
 http://al.blog.free.fr/mailman/mailman-vh-2.1.5.patchAnd no problem  
 to apply it, but now i've great difficulties to make it work with my  
 postfix install
 I, in fact, use /etc/mailman/postfix-to-mailman.py.

 It used to work with mailman 2.1.5, but no more with this mailman  
 2.1.5 + patch

 any resource on internet to make this patch work with postfix ?

 Thanks

 - Message d'origine 
 De : Brad Knowles [EMAIL PROTECTED]
 À : Enzo [EMAIL PROTECTED]; mailman-users@python.org
 Envoyé le : Samedi, 14 Juillet 2007, 4h55mn 13s
 Objet : [Mailman-Users] Re :  same list name on 2 different domains

 On 7/13/07, Enzo wrote:

 I use mailman 2.1.5 from debian sarge, is there a simple patch to  
 make
 real virtual domain possible ?

 What do you mean simple patch?  The patch that Mark linked to is
 about as simple as these things get, at least as far as it comes to
 applying a patch.

 Do you mean, is there a Debian Sarge package that will automate all
 this for you?  I have no idea -- you should talk to your Debian Sarge
 buddies.  Or the maintainer of the Debian package for Mailman.


 We support Mailman and not specific OSes, so there's not much we can
 do to help you with OS-specific questions.

 -- 
 Brad Knowles [EMAIL PROTECTED], Consultant  Author
 LinkedIn Profile: http://tinyurl.com/y8kpxu
 Slides from Invited Talks: http://tinyurl.com/tj6q4

 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0







   
 _ 
  

 Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers  
 Yahoo! Mail
 --
 Mailman-Users mailing list
 Mailman-Users@python.org
 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/
 Unsubscribe: 
 http://mail.python.org/mailman/options/mailman-users/brad%40shub-internet.org

 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

--
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp