[Mailman-Users] separate advertised option for web and mail

2011-09-30 Thread Tomas Macek
I'm using Mailman 2.1.12 from the distribution package of Scientific Linux 
6.1. I found in source code, that when 'advertised = 1' and if server's 
hostname is eqal to the configured url, the mailing list name appears in 
web interface. But also the mailing list is present in the mail, when 
someone asks what mailling lists are on this machine.


I would like to have an option to be able to advertise the list on the web 
page and 
separate option to advertise the mailing list via email, because I don't 
want to publish the mailing list names to the mail and still want to be 
able to manage them on the web interface.


Is there anything new in newer Mailman versions? First look at the 
changelog did not helped.


Tomas
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] moderation bit off on explicitly selected users

2007-05-17 Thread Tomas Macek
> Tomas Macek wrote:
>
>> we are using mailman 2.1.5 with Postfix. On our announce-only list we have 
>> subscribed all of our employees. This list is fully moderated, so when 
>> someone posts, the message waits for approving. That's fine. Now I need to 
>> have some users (3 mail addresses) of the subscribes, that can post to the 
>> list without moderation and waiting for approving from the moderator. Where 
>> can I specify these adresses? I do not use the mailman's web interface.
>>
>> According to the posts I have found on google, this should be done by 
>> modifying the moderation bit on each user, but I cannot find where it could 
>> be done in the config file?
>
>
> It can be done, but it is tricky. You have to call the list method to
> do it.
>
>
>> The config file is the one obtained from the ./config_list -o list.conf 
>> MyList.
>> When I specify this in
>>
>> owner = ['[EMAIL PROTECTED]', '[EMAIL PROTECTED]', '[EMAIL PROTECTED]']
>> moderator = ['[EMAIL PROTECTED]', '[EMAIL PROTECTED]', '[EMAIL 
>> PROTECTED]']
>>
>> it does not help, the message from [EMAIL PROTECTED] waits for approving.
>
>
> You made these addresses both owner and moderator which is redundant
> and only means that they will receive notices for the owner/moderator.
> It has nothing to do with posting. Go to the FAQ wizard
> <http://www.python.org/cgi-bin/faqw-mm.py> and see FAQ's 3.27, 3.45
> and 3,60 for more on this.
>
>
>> I set up this further settings:
>> default_member_moderation = True
>> member_moderation_action = 0
>> generic_nonmember_action = 3
>>
>> I tried to setup the config like here 
>> http://www.modwest.com/help/kb13-195.html, but I think this is the case I 
>> have now - any message that came to the list is moderated, without 
>> exceptions. But I want these exceptions - some people can post without 
>> moderation.
>
>
> See FAQ 3.11 for our advice on this.
>
>
>> Can anyone help me? If you want to know any other options I have in the 
>> config, let me know please.
>
>
> Why can't you use the web interface?
We don't want to use the web interface, because we don't want to have another 
software running on our mailserver - we understand it as another possible 
security hole.

>
> from Mailman import mm_cfg
> mlist.setMemberOption('[EMAIL PROTECTED]', mm_cfg.Moderate, 0)
> del mm_cfg
This works, I used this, 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=show&file=faq01.027.htp


[Mailman-Users] moderation bit off on explicitly selected users

2007-05-04 Thread Tomas Macek
Hi,
we are using mailman 2.1.5 with Postfix. On our announce-only list we have 
subscribed all of our employees. This list is fully moderated, so when someone 
posts, the message waits for approving. That's fine. Now I need to have some 
users (3 mail addresses) of the subscribes, that can post to the list without 
moderation and waiting for approving from the moderator. Where can I specify 
these adresses? I do not use the mailman's web interface.

According to the posts I have found on google, this should be done by modifying 
the moderation bit on each user, but I cannot find where it could be done in 
the config file? The config file is the one obtained from the ./config_list -o 
list.conf MyList.
When I specify this in

 owner = ['[EMAIL PROTECTED]', '[EMAIL PROTECTED]', '[EMAIL PROTECTED]']
 moderator = ['[EMAIL PROTECTED]', '[EMAIL PROTECTED]', '[EMAIL PROTECTED]']

it does not help, the message from [EMAIL PROTECTED] waits for approving.

I set up this further settings:
default_member_moderation = True
member_moderation_action = 0
generic_nonmember_action = 3

I tried to setup the config like here 
http://www.modwest.com/help/kb13-195.html, but I think this is the case I have 
now - any message that came to the list is moderated, without exceptions. But I 
want these exceptions - some people can post without moderation.

Can anyone help me? If you want to know any other options I have in the config, 
let me know please.

Many thanks, Tomas

--
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=show&file=faq01.027.htp


Re: [Mailman-Users] default settings for newly created lists

2007-04-04 Thread Tomas Macek


On Wed, 4 Apr 2007, Dragon wrote:

> Tomas Macek wrote:
>> Hi, I'm running Mailman 2.1.5.1-34 on RHEL4 machine. I will have to create 
>> some lists and I don't want to go throught the bin/config_list -o list.cfg 
>> list -> edit the cfg file -> bin/config_list -i list.cfg list, but I want 
>> to edit the options, that are the source for the creating new lists when I 
>> type the ./newlist command. Where is the default setting for new lists 
>> stored? I really can't find it.
>> For example I'd like to have 'msg_footer' option set the same for all my 
>> lists, 'generic_nonmember_action' and many others set to my own default, 
>> when I create a new list. Is it possible? Where can I do it?
>> 
>> Many thanks, Tomas
>  End original message. -
>
> All of the list and server defaults are in the Defaults.py file but DO NOT 
> change that one. It gets overwritten when Mailman is upgraded.
>
> You can put the settings you want in the mm_cfg.py file, this file is used to 
> override defaults and set other options like msg_footer etc. at list 
> creation. The settings you want have to be in that file when you create the 
> list or they won't be set.
>
> Dragon
>

I knew about the changes in Defaults.py and mm_cfg.py but I didn't try to write 
lists config variables in it. Now I have this settings in my mm_cfg.py:

...
generic_nonmember_action = 0
GENERIC_NONMEMBER_ACTION = 0
...

I did not know, if the variables in mm_cfg.py are case sensitive, so I wrote 
both. But still when I try to create a new list ("./newlist x") and then dump 
the config, I still see generic_nonmember_action = 1. Why? What should I change?


--
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=show&file=faq01.027.htp


[Mailman-Users] default settings for newly created lists

2007-04-04 Thread Tomas Macek
Hi, I'm running Mailman 2.1.5.1-34 on RHEL4 machine. I will have to create some 
lists and I don't want to go throught the bin/config_list -o list.cfg list -> 
edit the cfg file -> bin/config_list -i list.cfg list, but I want to edit the 
options, that are the source for the creating new lists when I type the 
./newlist command. Where is the default setting for new lists stored? I really 
can't find it.
For example I'd like to have 'msg_footer' option set the same for all my lists, 
'generic_nonmember_action' and many others set to my own default, when I create 
a new list. Is it possible? Where can I do it?

Many thanks, Tomas



--
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=show&file=faq01.027.htp


[Mailman-Users] genaliases problem

2007-03-29 Thread Tomas Macek
Hi, I'm new to Mailman and I have problem with genaliases. I'm using Mailman 
2.1.5 on RHEL 4 with Postfix.

I read the /usr/share/doc/mailman-2.1.5.1/README.POSTFIX and tried to setup 
postfix like mentioned in 'VIRTUAL DOMAINS' section.

Postfix's /etc/postfix/main.cf:

virtual_alias_maps =pgsql:/etc/postfix/pgsql/alias_domains_maps.cf \
 pgsql:/etc/postfix/pgsql/alias_mailbox_maps.cf \
hash:/usr/lib/mailman/data/virtual-mailman

recipient_delimiter = -


Mailman's /usr/lib/mailman/Mailman/mm_cfg.py:
--
VERP_FORMAT = '%(bounces)s+%(mailbox)s=%(host)s'
VERP_REGEXP = r'^(?P[^+]+?)\-(?P[^=]+)=(?P[EMAIL 
PROTECTED])@.*$'
VERP_PROBE_REGEXP = r'^(?P[^+]+?)\-(?P[EMAIL PROTECTED])@.*$'
VERP_CONFIRM_FORMAT = '%(addr)s+%(cookie)s'
VERP_CONFIRM_REGEXP = r'^(?P[^+]+?)\-(?P[EMAIL PROTECTED])@.*$'

MTA = 'Postfix'
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['our_domain.com']

I also tried to create a new list by command 'bin/newlist [EMAIL PROTECTED]' 
and wrote what I've been asked. Then I created 'data' directory, with chmod and 
chown, make bin/genaliases and /etc/init.d/mailman restart. After typing 
genaliases command I expected mailman to create data/virtual-mailman and 
data/virtual-mailman.db files, but absolutely nothing happened.

What I'm doing wrong? I found nothing about it in README* documents nor in FAQ.

Thank you for help, Tomas


--
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=show&file=faq01.027.htp