Re: [Mailman-Users] Help Request Returning Nothing

2015-01-25 Thread Mark Sapiro
On 01/25/2015 05:17 PM, Dennis Putnam wrote: > On 1/25/2015 7:39 PM, Mark Sapiro wrote: >> >> See the FAQ at (these RHEL/CentOS changes >> are now over 10 years old). > Not to be contrary but that was not the case with CentOS 6. This change > was introduced by CentOS

Re: [Mailman-Users] Archiving problems

2015-01-25 Thread Mark Sapiro
On 01/25/2015 05:21 PM, Stephen J. Turnbull wrote: > Mark Sapiro writes: > > > The solution is simple: > > > > rm -r archives/private/* > > You mean "rm -r archives/public/*", don't you? As given it erases all > the data, no? Oh My yes! Absolutely! I hope nobody does the former. Thanks for

Re: [Mailman-Users] Anther Permissions Problem

2015-01-25 Thread Dennis Putnam
On 1/25/2015 7:50 PM, Mark Sapiro wrote: > On 01/25/2015 04:26 PM, Mark Sapiro wrote: >> What's in the apache error_log for these accesses? If the error is >> permissions, check that each directory in the path >> mailman/archives/private/LISTNAME/* is o+rx except for 'private' itself >> which only

Re: [Mailman-Users] Archiving problems

2015-01-25 Thread Stephen J. Turnbull
Mark Sapiro writes: > The solution is simple: > > rm -r archives/private/* You mean "rm -r archives/public/*", don't you? As given it erases all the data, no? -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org

Re: [Mailman-Users] Help Request Returning Nothing

2015-01-25 Thread Dennis Putnam
On 1/25/2015 7:39 PM, Mark Sapiro wrote: > On 01/25/2015 07:49 AM, Dennis Putnam wrote: >> This is a bit convoluted. I don't know if this is unique to the CentOS 7 >> implementation or standard but everything is spread out now even more. I >> found that /usr/lib/mailman/templates no longer exists.

Re: [Mailman-Users] Anther Permissions Problem

2015-01-25 Thread Mark Sapiro
On 01/25/2015 04:26 PM, Mark Sapiro wrote: > > What's in the apache error_log for these accesses? If the error is > permissions, check that each directory in the path > mailman/archives/private/LISTNAME/* is o+rx except for 'private' itself > which only needs to be o+x. I meant to add if the apa

Re: [Mailman-Users] Help Request Returning Nothing

2015-01-25 Thread Mark Sapiro
On 01/25/2015 07:49 AM, Dennis Putnam wrote: > This is a bit convoluted. I don't know if this is unique to the CentOS 7 > implementation or standard but everything is spread out now even more. I > found that /usr/lib/mailman/templates no longer exists. That directory > contains just a README that s

Re: [Mailman-Users] Anther Permissions Problem

2015-01-25 Thread Mark Sapiro
On 01/25/2015 07:25 AM, Dennis Putnam wrote: > Hi Mark, > > Thanks for the reply. From the install the group is 'mailman' and the > permissions are as you suggested. > > drwxrws--x. 8 root mailman 4096 Nov 20 2012 private > drwxrwsr-x. 2 root mailman 4096 Nov 20 2012 public > > For grins I cha

Re: [Mailman-Users] Mobing A List To A Ne Server Under The Same Doamin Name

2015-01-25 Thread Mark Sapiro
On 01/25/2015 01:05 PM, JB wrote: > I am having to manually migrate some domains/web site from one server to > another, both in a cPanel environment. The resident backup restore > functionality cannot be used for these domains. Can I move the associated > mailman lists by simply copying over t

Re: [Mailman-Users] Archiving problems

2015-01-25 Thread Mark Sapiro
On 01/25/2015 03:45 PM, Bill Christensen wrote: > > I was able to bring most of the archives up to date manually, but one > fairly active one with public archives is still only showing through > October 2014. When I run that manually it shows that it's processing > posts beyond the last one seen

[Mailman-Users] Archiving problems

2015-01-25 Thread Bill Christensen
Hi folks, I recently discovered that all my lists stopped archiving back in October. I have no clear idea as to what caused that, but I suspect that it may have occurred as part of some hardware and software upgrades I did around that time. I'm still stuck back at Mailman 2.1.13 because the

[Mailman-Users] Mobing A List To A Ne Server Under The Same Doamin Name

2015-01-25 Thread JB
I am having to manually migrate some domains/web site from one server to another, both in a cPanel environment. The resident backup restore functionality cannot be used for these domains. Can I move the associated mailman lists by simply copying over the /usr/local/cpanel/3rdparty/mailman/lis

Re: [Mailman-Users] Help Request Returning Nothing

2015-01-25 Thread Dennis Putnam
On 1/24/2015 8:24 PM, Mark Sapiro wrote: > On 01/24/2015 04:16 PM, Dennis Putnam wrote: >> I've recently muddled through a migration to a new server and struggled >> with setting up a custom URL for templates. However, in trying to set up >> the URL on a previously working "help.txt", I've apparent

Re: [Mailman-Users] Anther Permissions Problem

2015-01-25 Thread Dennis Putnam
Hi Mark, Thanks for the reply. From the install the group is 'mailman' and the permissions are as you suggested. drwxrws--x. 8 root mailman 4096 Nov 20 2012 private drwxrwsr-x. 2 root mailman 4096 Nov 20 2012 public For grins I change the group to 'apache' but no joy. drwxrws--x. 8 root apach