Re: [Mailman-Users] Postfix and Mailman tips in FAQ have a mistake?

2010-12-27 Thread Konstantin Vasilyev
Hi Here is requested content # less virtual_to_transport #!/bin/sh /usr/bin/sed -E -e 's/(^[^#][^ \t]+[ \t]+).+$/\1local/' $1 > /usr/local/mailman/data/transport-mailman /usr/local/sbin/postmap /usr/local/mailman/data/transport-mailman # less aliases # This file is generated by Mailman, and is kep

Re: [Mailman-Users] Only allowing certain users to send to a mailinglist

2010-12-27 Thread Mark Sapiro
Brian Luria wrote: > >On 27 December 2010 16:17, Mark Sapiro wrote: > >> Set all users moderated > > >*This is a check box for each member under membership management (the 'mod' >box)?* Yes, although you can set all members at once under Additional Member Tasks on the same page. >> and set def

Re: [Mailman-Users] Only allowing certain users to send to a mailinglist

2010-12-27 Thread Brian Luria
See below: On 27 December 2010 16:17, Mark Sapiro wrote: > Brian Luria wrote: > > >I have created some lists and I only want a certain short list of users to > >be allowed to send to these lists - and these users are not necessarily > >members of these lists. > > > >What is the simplest way to d

Re: [Mailman-Users] Mailman web interface - specifydifferentIP:port?

2010-12-27 Thread Mark Sapiro
Tanstaafl wrote: > >Where do I specify the server crt/key pair for the lists.example.com >vhost if I don't have a full blown vhost config file for it? Or can I >just go ahead and create one (vhost config file pointing to the correct >dir)? You need to have a VirtualHost block for this host:port.

Re: [Mailman-Users] Only allowing certain users to send to a mailinglist

2010-12-27 Thread Mark Sapiro
Brian Luria wrote: >I have created some lists and I only want a certain short list of users to >be allowed to send to these lists - and these users are not necessarily >members of these lists. > >What is the simplest way to do this? boolean somehow with sender filters? Set all users moderated an

Re: [Mailman-Users] Changing Default Options for New Lists

2010-12-27 Thread Mark Sapiro
Fred Atkinson, WB4AEJ wrote: > > I want to simplify list creation for new moderators. I have a >desired way by which these lists are to be set up and I want them to >be created with these options when a new list is created rather than >the way they are configured now. > > I haven't

Re: [Mailman-Users] Postfix and Mailman tips in FAQ have a mistake?

2010-12-27 Thread Mark Sapiro
On 12/27/2010 12:41 AM, Konstantin Vasilyev wrote: > Hi Mark > > Thank you for your reply. But error is still here: > > # bin/genaliases > postmap: warning: /usr/local/mailman/data/transport-mailman, line 14: > expected format: key whitespace value This is a different error. sed is now running

[Mailman-Users] Only allowing certain users to send to a mailing list

2010-12-27 Thread Brian Luria
I have created some lists and I only want a certain short list of users to be allowed to send to these lists - and these users are not necessarily members of these lists. What is the simplest way to do this? boolean somehow with sender filters? Thanks in advance. -

[Mailman-Users] Changing Default Options for New Lists

2010-12-27 Thread Fred Atkinson, WB4AEJ
I am running a Web site that is providing free mailing lists for certain types of organizations. It uses Mailman 2.1.13. I want to simplify list creation for new moderators. I have a desired way by which these lists are to be set up and I want them to be created with these options

Re: [Mailman-Users] Mailman web interface - specifydifferentIP:port?

2010-12-27 Thread Tanstaafl
On 2010-12-27 7:54 AM, Stephen J. Turnbull wrote: > Tanstaafl writes: Is there some kind of .conf parser for apache that will show the current configs it is using, similar to 'postconf -n' for postfix? Mark replied: >>> Not that I know of. >> Too bad, it would sure come in handy when tr

Re: [Mailman-Users] Mailman web interface - specifydifferentIP:port?

2010-12-27 Thread Stephen J. Turnbull
Tanstaafl writes: > >> Is there some kind of .conf parser for apache that will show the current > >> configs it is using, similar to 'postconf -n' for postfix? > > > Not that I know of. > > Too bad, it would sure come in handy when troubleshooting apache > problems, especially in complex

Re: [Mailman-Users] Mailman web interface - specifydifferentIP:port?

2010-12-27 Thread Tanstaafl
On 2010-12-23 3:48 PM, Mark Sapiro wrote: > Tanstaafl wrote: Mark wisely pointed out: > If you haven't told Apache to listen on the port you're redirecting to, > that would explain a lot. You don't necessarily need a VirtualHost > block for that IP and port, but you do need to tell Apache to liste

Re: [Mailman-Users] Postfix and Mailman tips in FAQ have a mistake?

2010-12-27 Thread Konstantin Vasilyev
Hi Mark Thank you for your reply. But error is still here: # bin/genaliases postmap: warning: /usr/local/mailman/data/transport-mailman, line 14: expected format: key whitespace value postmap: warning: /usr/local/mailman/data/transport-mailman, line 15: expected format: key whitespace value postm