Re: [Mailman-Users] private and public archive directory permissions

2015-07-12 Thread Noah
Hi there Mark, getting the following error now. Still looks like a filesystem permissions thing. --- snip --- [Mon Jul 13 06:46:52.951120 2015] [core:error] [pid 7324] [client :50359] AH00037: Symbolic link not allowed or link target not accessible: /var/lib/mailman/archives/public/, refer

Re: [Mailman-Users] newsgroup->mailman moderation

2015-07-12 Thread Danil Smirnov
2015-07-13 0:54 GMT+03:00 Mark Sapiro : > Did you restart Mailman? Oops, forgot it. Thanks! Danil -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/

Re: [Mailman-Users] private and public archive directory permissions

2015-07-12 Thread Mark Sapiro
On 7/12/15 8:43 PM, Noah wrote: > > Here is the error > > --- snip > > [Mon Jul 13 03:29:36.036929 2015] [authz_core:error] [pid 739] [client > :64962] AH01630: client denied by server configuration: > /var/lib/mailman/archives/public/, referer: > http:///mailman/admin/ > > --- snip --- ..

Re: [Mailman-Users] private and public archive directory permissions

2015-07-12 Thread Noah
Hi Mark, Thank you for supporting mailman all these years. Here is the error --- snip [Mon Jul 13 03:29:36.036929 2015] [authz_core:error] [pid 739] [client :64962] AH01630: client denied by server configuration: /var/lib/mailman/archives/public/, referer: http:///mailman/admin/ ---

Re: [Mailman-Users] private and public archive directory permissions

2015-07-12 Thread Mark Sapiro
On 7/12/15 5:58 PM, Noah wrote: > > I migrated to a new server and I am back again with permission issues. > I am running apache2 on an ubuntu 14.04 server. > > is there a good tutorial out there that explains the best practices for > ownership for the different directories and sub-directories

[Mailman-Users] private and public archive directory permissions

2015-07-12 Thread Noah
Hi there, I migrated to a new server and I am back again with permission issues. I am running apache2 on an ubuntu 14.04 server. is there a good tutorial out there that explains the best practices for ownership for the different directories and sub-directories I run check_perms -f as root and

Re: [Mailman-Users] Mapping member options from Mailman 2 to 3

2015-07-12 Thread Stephen J. Turnbull
Mark Sapiro writes: > > nmtopics: ??? > > topics: ??? > > I don't think topics are implemented in MM3. No. > I think there is a Google Summer of Code student working on dynamic > sublists which is a different approach to topics. Yes. Topics are system whose structure is controlled by th

Re: [Mailman-Users] newsgroup->mailman moderation

2015-07-12 Thread Mark Sapiro
On July 12, 2015 2:06:17 PM PDT, Danil Smirnov wrote: >2015-07-12 19:42 GMT+03:00 Mark Sapiro : >> On the other hand, you could just remove the fromusenet test and >apply >> generic_nonmember_action to all posts whether or not from Usenet. >I.e., >> just change >> >> if mlist.generic_nonmember

Re: [Mailman-Users] newsgroup->mailman moderation

2015-07-12 Thread Danil Smirnov
2015-07-12 19:42 GMT+03:00 Mark Sapiro : > On the other hand, you could just remove the fromusenet test and apply > generic_nonmember_action to all posts whether or not from Usenet. I.e., > just change > > if mlist.generic_nonmember_action == 0 or msgdata.get('fromusenet'): > > to > > if ml

Re: [Mailman-Users] best configuration for usenet group relay

2015-07-12 Thread Mark Sapiro
On 7/12/15 3:03 AM, Danil Smirnov wrote: > > So we probably need to configure list as anonymous to prevent using > this fake emails in messages, but it would be great to somehow keep > users' identification strings. > > What do you suggest? You could use from_is_list rather than anonymous_list,

Re: [Mailman-Users] newsgroup->mailman moderation

2015-07-12 Thread Mark Sapiro
On 7/12/15 8:05 AM, Danil Smirnov wrote: > Hi Mark! > > I've found your posting advising how to set all posts from Usenet > group to moderation: > > https://mail.python.org/pipermail/mailman-users/2013-June/075346.html The change suggested in that post was applied to the distributed code as of

[Mailman-Users] newsgroup->mailman moderation

2015-07-12 Thread Danil Smirnov
Hi Mark! I've found your posting advising how to set all posts from Usenet group to moderation: https://mail.python.org/pipermail/mailman-users/2013-June/075346.html When look into Moderate.py I've found another code than mentioned in the post: --- # Okay, so the sender wasn't specified exp

[Mailman-Users] best configuration for usenet group relay

2015-07-12 Thread Danil Smirnov
Hi all! I need an advice from people who have experience in Usenet group gateway into the Mailman 2 mailing list (when this is a main purpose of the mailling list). AFAIK, there are no limitation on senders email in the Usenet. One can put there any crap he wants. But I doubt that it's appropriat