Re: [Mailman-Users] Mailman, Postfix and MySQL-based virtual domains

2006-01-26 Thread lkolchin
Hi, You could check the "Web-Cyradm and Mailman Integration HOWTO" - http://archives.free.net.ph/message/20050828.134201.19d55b0e.en.html I've wrote some time ago. This should solve your problem. Best Regards, Leon Kolchinsky -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTE

Re: [Mailman-Users] iso-8859-8-i messages goes to the shunt directory

2005-11-07 Thread lkolchin
Hello Tokio, Thank you very much for the patch, it is working!!! I've just added: # Arabic and Hebrew encoding aliases import encodings.aliases encodings.aliases.aliases.update({ 'iso_8859_6_e': 'iso8859_6', 'iso_8859_6_i': 'iso8859_6', 'iso_8859_8_e': 'iso8859_8', 'iso_8859_8_i':

[Mailman-Users] iso-8859-8-i messages goes to the shunt directory

2005-11-07 Thread lkolchin
Hello All, I have the following of problem: When message sent to the list in Hebrew Language in iso-8859-8-i encoding, it doesn't sent and goes directly to /var/lib/mailman/qfiles/shunt, so I have to run /usr/lib/mailman/bin/unshunt manually to release these messages. But then these messages

Re: [Mailman-Users] memberships reminder sent twice to all members

2005-11-02 Thread lkolchin
Thanks Mark, You are right! It appears that rpm installation on SuSE installs automatically cron job for me. # rpm -ql mailman-2.1.4-83.13 | grep /etc/init.d/mailman /etc/init.d/mailman There is another cron job I did myself, sitting at: /var/spool/cron/tabs/mailman I'll just remove this one.

[Mailman-Users] memberships reminder sent twice to all members

2005-11-01 Thread lkolchin
Hello All, My lists members got "mailing list memberships reminder" twice, i.e. they get the same reminder in two separate e-mails. How can I solve this problem? Best Regards, Leon Kolchinsky -- Mailman-Users mailing list Mailman-User

Re: [Mailman-Users] Small reply address problem

2005-09-25 Thread lkolchin
p://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/lkolchin%40univ.haifa.

Re: [Mailman-Users] adding new members with their fullnames viacommandline

2005-09-22 Thread lkolchin
; | add_members -r - listname >[...] Kind regards, Hannah. -- 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 Arch

Re: [Mailman-Users] Virtual host document root for mailman/listinfo

2005-09-22 Thread lkolchin
g/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/lkolchin%40univ.haifa.ac.il Security Policy: h

Re: [Mailman-Users] adding new members with their fullnames via commandline

2005-09-22 Thread lkolchin
ve.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/lkolchin%40univ.haifa.ac.il Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp -- Mailman-Users mailing lis

[Mailman-Users] adding new members with their fullnames via command line

2005-09-21 Thread lkolchin
Hello All, I'd like to move lists from an old machine (Solaris 8) to new one (SLES 9) with all their corresponding members. I'm creating new list (on my new server) with newlist command. To see the members of the list with their full names I run (on the old machine): # ./list_members -f list

Re: [Mailman-Users] Mailman installation

2005-09-03 Thread lkolchin
s: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/lkolchin%40univ.haifa.ac.il Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp ---

[Mailman-Users] backup/restore for mailman advice

2005-09-01 Thread lkolchin
Hello All, I'd like to ask you bout your backup/restore policy and tools concerning mailman DB. What are the recommended ways to backup mailman DB and for what files and ways to restore them in case of the disaster? Please send your recommendation/scripts for that matter. Best Regards, Le

[Mailman-Users] max_num_recipients variable question

2005-08-31 Thread lkolchin
Hello All, I have a question: Does "max_num_recipients = 10" in the default configuration of the list, means that when I'm posting to the list I can additionaly write only 9 e-mails along with the list address and no more? If I'm writing more than 10 e-mail addresses along with the list addres

[Mailman-Users] HA: HA: Bug in Mailman

2005-08-23 Thread lkolchin
Hello, You didn't have to cp /usr/local/mailman/cgi-bin /var/www/cgi-bin. For Fedora, you have to make these changes in apache config: ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ AllowOverride None Options ExecCGI Order allow,deny Allow from all Alias /pipermail/ /var/lib/m

[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

[Mailman-Users] HA: Bug in Mailman

2005-08-23 Thread lkolchin
t 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/lkolchin%40univ.haifa.

[Mailman-Users] making lists private from command line

2005-08-22 Thread lkolchin
Hello All, I have 2 questions: 1) Is there a way to make list private and turning archiving off. from command line? Or make the archives private from command line? 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-mai

Re: [Mailman-Users] HA: how to avoid mailmanSite list creation

2005-08-20 Thread lkolchin
Thanks man, That’s the solution for me, I can just rename it "MAILMAN_SITE_LIST in mm_cfg.py". Best Regards, Leon Kolchinsky -Original Message- From: Carl Zwanzig [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 7:21 PM To: לאון קולצ'ינסקי Cc: mailman-users@python.org Subject:

[Mailman-Users] HA: how to avoid mailmanSite list creation

2005-08-19 Thread lkolchin
Thanks for your reply, 1) Maybe someone could tell me if there is a way to avoid creating "mailman" list and still run mailman properly? 2) If someone running mailman on SuSE 9.X or SLES 9 could tell me if my config lines in my /etc/apache2/default-server.conf correct?: ## #

[Mailman-Users] how to avoid mailmanSite list creation

2005-08-19 Thread lkolchin
Hello All, 1) I'm implementing web-cyradm installation together with mailman-2.1.4-83.13 on SLES 9. As I understood from the documentation, there must be "mailman" list for mailman to work properly. Web-cyradm implementing virtual domains with the use of MySQL tables, so my "mailman" list wi

[Mailman-Users] How to enable printing aliases info to the screen

2005-08-18 Thread lkolchin
Hello All, I've installed mailman-2.1.4-83.13 on SLES 9 machine. Now I want to write some script to implement list creation and web-cyradm installation. Tried to create file with the aliase info like this: ./newlist -q $mmlistname $admin $password > /tmp/new-mailman-list but it is empty. T