Re: [Mailman-Users] compare lists setup

2017-03-22 Thread Mark Sapiro
On 03/22/2017 03:39 PM, Julian H. Stacey wrote: > > cd /usr/local/mailman/lists > config_list -o - bg | egrep -v '^[[:space:]]*#|^$'# OK, but not ideal > config_list -o - bg | egrep -v '^[[:space:]]*#|$' # Empty. Because '^[[:space:]]*#|$' matches '^[[:space:]]*#' or '$' i.e.

Re: [Mailman-Users] compare lists setup

2017-03-22 Thread Julian H. Stacey
jdd wrote: > Le 22/03/2017 à 01:38, Julian H. Stacey a écrit : > > "Hirayama, Pat" wrote: > >> I think that config_list is what you want: > >> config_list -o list1config list1 > >> config_list -o list2config list2 > >> diff list1config list2config > > Thanks to jdd for asking, & Pat for answering,

Re: [Mailman-Users] Mailman list help

2017-03-22 Thread Mark Sapiro
On 03/22/2017 12:50 PM, m...@tafn.org.uk wrote: > Hi all I have a list setup with a email forwarder to > The problem is if any non-member emails the list I have to aloud it is there > any way we can have non-members just emailing the list also need to > moderated it as well ie block any email

Re: [Mailman-Users] how to automatic update aliases and virtual maps in Postfix ?

2017-03-22 Thread Mark Sapiro
On 03/22/2017 12:13 PM, Zalezny Niezalezny wrote: > > When I`m creating new mailing list, I would like to force Mailman to create > automaticaly aliases in > > /etc/mailman/aliases > /etc/mailman/virtual-mailman > > > How to do it correctly. On Redhat everything is running but on Ubuntu... >

[Mailman-Users] Mailman list help

2017-03-22 Thread mark
Hi all I have a list setup with a email forwarder to The problem is if any non-member emails the list I have to aloud it is there any way we can have non-members just emailing the list also need to moderated it as well ie block any email address Mark.

[Mailman-Users] how to automatic update aliases and virtual maps in Postfix ?

2017-03-22 Thread Zalezny Niezalezny
Hi, maybe somebody will be able to support me here. I have a Mailman 2 and Postfix 3.10 on Ubuntu. Since few hours I`m trying to configure automatic update of /etc/mailman/alias and /etc/mailman/virtual-mailman during creation of the new mailing list. In my Postfix main.cf I have configured

Re: [Mailman-Users] an unrelated site's (cgi) access to mailman cmdline tools

2017-03-22 Thread Mark Sapiro
On 03/22/2017 08:18 AM, karrageorgiou.giannis--- via Mailman-Users wrote: > > I have a cgi program running under a site that > is NOT the one hosting the mailman's web > interface > (i.e. both mail.[domain] (mailman) and www.[domain] > are apache's virtual domains in the same system, > but

[Mailman-Users] an unrelated site's (cgi) access to mailman cmdline tools

2017-03-22 Thread karrageorgiou.giannis--- via Mailman-Users
dear mailman team, I have a cgi program running under a site that is NOT the one hosting the mailman's web interface (i.e. both mail.[domain] (mailman) and www.[domain] are apache's virtual domains in the same system, but under DIFFERENT user/group directives) The cgi program must generate

Re: [Mailman-Users] compare lists setup

2017-03-22 Thread jdd
Le 22/03/2017 à 01:38, Julian H. Stacey a écrit : "Hirayama, Pat" wrote: I think that config_list is what you want: config_list -o list1config list1 config_list -o list2config list2 diff list1config list2config Thanks to jdd for asking, & Pat for answering, I too am using this to debug a