[Mailman-Users] Can someone refresh my memory?

2006-04-26 Thread Tom Ray
Our mail server crashed and we didn't have a back up of the Exim
configuration file. We had some mailman lists running and I remember
there was a command I put up at the top on the configuration file but I
can't remember what is was. Can someone refresh my memory? 

I believe it was something along the lines of
MM_LISTS=lists.list1.tld:lists.list2.tld

Am I right? I already have the MAILMAN_HOME and MAILMAN_WRAP already
set.

Thanks!
--
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] Can someone refresh my memory?

2006-04-26 Thread John W. Baxter
On 4/26/06 12:30 PM, Tom Ray [EMAIL PROTECTED] wrote:

 Our mail server crashed and we didn't have a back up of the Exim
 configuration file. We had some mailman lists running and I remember
 there was a command I put up at the top on the configuration file but I
 can't remember what is was. Can someone refresh my memory?
 
 I believe it was something along the lines of
 MM_LISTS=lists.list1.tld:lists.list2.tld
 
 Am I right? I already have the MAILMAN_HOME and MAILMAN_WRAP already
 set.

We don't have (or need) a list of the lists in the Exim configuration.  Exim
learns that a local part refers to a list by asking the file system (with
the require_files doing the file system query and the two local_part_suffix
things doing the work of turning, say listname-join, into listname for the
lookup):

mailman_router:
  driver = accept
  require_files = MAILMAN_HOME/lists/$local_part/config.pck
  local_part_suffix_optional
  local_part_suffix = -bounces : -bounces+* : \
  -confirm+* : -join : -leave : \
  -owner : -request : -admin
  transport = mailman_transport

  --John


--
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] Can someone refresh my memory?

2006-04-26 Thread Tom Ray
Thanks, but I had already got it I was looking for

Domainlist mm_lists=lists.listone.tld

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]
 ] On Behalf Of John W. Baxter
 Sent: Wednesday, April 26, 2006 5:23 PM
 To: Mailman Users
 Subject: Re: [Mailman-Users] Can someone refresh my memory?
 
 
 On 4/26/06 12:30 PM, Tom Ray [EMAIL PROTECTED] wrote:
 
  Our mail server crashed and we didn't have a back up of the Exim 
  configuration file. We had some mailman lists running and I 
 remember 
  there was a command I put up at the top on the 
 configuration file but 
  I can't remember what is was. Can someone refresh my memory?
  
  I believe it was something along the lines of 
  MM_LISTS=lists.list1.tld:lists.list2.tld
  
  Am I right? I already have the MAILMAN_HOME and 
 MAILMAN_WRAP already 
  set.
 
 We don't have (or need) a list of the lists in the Exim 
 configuration.  Exim learns that a local part refers to a 
 list by asking the file system (with the require_files doing 
 the file system query and the two local_part_suffix things 
 doing the work of turning, say listname-join, into listname for the
 lookup):
 
 mailman_router:
   driver = accept
   require_files = MAILMAN_HOME/lists/$local_part/config.pck
   local_part_suffix_optional
   local_part_suffix = -bounces : -bounces+* : \
   -confirm+* : -join : -leave : \
   -owner : -request : -admin
   transport = mailman_transport
 
   --John
 
 
 --
 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/tom%40det
roitonline.com

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