[Mailman-Users] HA: making lists private from command line

2005-08-23 Thread lkolchin
Hello Mark,
Thanks for your reply.
 
 
All I did is:
./config_list -i /var/lib/mailman/data/mailman_config_new.txt mailman
 
My additional question is:
Where these configurations saved (in the DB maybe?), in what files exactly?
 
P.S.
for the first and the second question, value should be equal to 1.
# legal values are:
#0 = Poster
#1 = This list
#2 = Explicit address
reply_goes_to_list = 1
 
## Archive options
#
# List traffic archival policies.
# Archive messages?
#
# legal values are:
#0 = No
#1 = Yes
archive = No
# Is archive file source for public or private archival?
#
# legal values are:
#0 = public
#1 = private
archive_private = 1
 
Additional values I've found for securing privacy of mailman widesitelist for 
example:
 
# Advertise this list when people ask what lists are on this machine?
#
# legal values are:
#0 = No
#1 = Yes
advertised = True
 
 
 
Best regards,
Leon Kolchinsky


 
 
 
 



От: Mark Sapiro [mailto:[EMAIL PROTECTED]
Отправлено: Вт, 8/23/2005 1:04
Кому:  '?; mailman-users@python.org
Тема: Re: [Mailman-Users] making lists private from command line



[EMAIL PROTECTED] wrote:

1) Is there a way to make list private and turning archiving off. from command 
line? Or make the archives private from command line?


You can do this from the command line with bin/config_list

bin/config_list --help

for help.

bin/config_list -o filename listname

To see the output from the existing list 'listname' which will show you
the form of the required input. Only attributes you want to change
need be in the input file.


2) I'm used to lists (using some lists from another sites) configured in such 
a way, so when I press Reply button in my e-mail client in the To line 
there is the list e-mail address an not only e-mail of the person who's 
wrote this mail. In the default configuration I believe I have to push Reply 
All button to send the reply to the list, and the system (of mailman) knows 
to send this reply only once to the person who's wrote this original message 
(correct me if I wrong).


Actually, it's up to the user whether or not to receive a post from the
list if he/she is a direct addressee, but the default is as you say.


How to configure this behavior I'm used to?


Set reply_goes_to_list to This list

--
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] HA: making lists private from command line

2005-08-23 Thread Mark Sapiro
[EMAIL PROTECTED] wrote:
 
All I did is:
./config_list -i /var/lib/mailman/data/mailman_config_new.txt mailman


There should be a file created by installation -
/var/lib/mailman/data/sitelist.cfg - which is intended to be used with
config_list to make some appropriate changes to the site list
(mailman).


My additional question is:
Where these configurations saved (in the DB maybe?), in what files exactly?

Everything for a list (list configuration, membership, member options)
is stored as a Python pickle in (based on the above path)
/var/lib/mailman/lists/listname/config.pck.


--
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