Re: [Mailman-Users] You don't have permission to access/pipermail/onthis server.

2006-04-23 Thread Noah
On Sun, 23 Apr 2006 17:04:27 -0700, Mark Sapiro wrote > Noah wrote: > > > >I hear what you are saying but not completely understanding your analysis. > >The point of the permissions and ownership changes is so the web server has > >access to the private directory. And then to o-x the private dire

Re: [Mailman-Users] Postfix Does Not Recognize Mailman Accounts

2006-04-23 Thread Mark Sapiro
Richard Petty wrote: > >I received the expected admin welcome message from Mailman and the >expected user welcome message from Mailman, however, when I sent a >message to the list I get an "unknown account"-type message from Postfix. > >Here are the relevant statements from Postfix's main.cf file

[Mailman-Users] Postfix Does Not Recognize Mailman Accounts

2006-04-23 Thread Richard Petty
I'm running a multi-domain email server on a CentOS4 system, configured using the instructions found here: http://wanderingbarque.com/howtos/mailserver/mailserver.html I've got one real domain and two virtual domains, with LDAP-based user accounts, and it has been working very well for over

Re: [Mailman-Users] You don't have permission to access/pipermail/onthis server.

2006-04-23 Thread Mark Sapiro
Noah wrote: > >I hear what you are saying but not completely understanding your analysis. >The point of the permissions and ownership changes is so the web server has >access to the private directory. And then to o-x the private directory keeps >local users from accessing the private directories

Re: [Mailman-Users] You don't have permission to access /pipermail/onthis server.

2006-04-23 Thread Noah
On Sun, 23 Apr 2006 11:49:12 -0700, Mark Sapiro wrote > Noah wrote: > > > >Well the sym links appear to work fine from an apache/browser perspective. I > >dont think there has been any problems yet. > > > >archiving appears to be working properly for both public and private > >archives. > > The

Re: [Mailman-Users] LDAP-based reg & "one-page" subscription selection?

2006-04-23 Thread Mark Sapiro
Matt England wrote: > >Do any Mailman-to-LDAP "connectors" exist? The google search

Re: [Mailman-Users] You don't have permission to access /pipermail/onthis server.

2006-04-23 Thread Mark Sapiro
Noah wrote: > >Well the sym links appear to work fine from an apache/browser perspective. I >dont think there has been any problems yet. > >archiving appears to be working properly for both public and private archives. The issue is not whether one or the other will work or not from the Apache p

Re: [Mailman-Users] how can I download my subscriber list

2006-04-23 Thread Mark Sapiro
Gary Hall wrote: > >Darn. I was hoping there was a utility to "export" the lists. I'll have >to get our programmer to set up an account for me I guess. There is a utility to export lhe list. It's the command line tool bin/list_members mentioned in the first sentence of the FAQ article 3.62. >T

Re: [Mailman-Users] You don't have permission to access /pipermail/ onthis server.

2006-04-23 Thread Noah
> > >but what I did do was remove all other permissions and put the ownership of > >the private directory to www to solve the problem. check_perms works well > >now. > > > ># ls -l > >total 6 > >drwxrws--- 103 www mailman 2560 Apr 21 21:49 private > >drwxrwsr-x2 mailman mailman 153

Re: [Mailman-Users] Extra info?

2006-04-23 Thread Mark Sapiro
Anders Norrbring wrote: > >What I want to do is add one more text input field to the web signup >form, and to have the content of that field show in both the e-mail sent >to the admin that notifies that a new user want to sign up, and I want >it to show in the web page where the admin accepts or

Re: [Mailman-Users] how can I download my subscriber list

2006-04-23 Thread Gary Hall
Hi Mark, Darn. I was hoping there was a utility to "export" the lists. I'll have to get our programmer to set up an account for me I guess. This should be a feature in some upcoming version as it is important to be able to back up your lists. I have two lists: One is 600 and the other is 5,000

Re: [Mailman-Users] LDAP-based reg & "one-page" subscription selection?

2006-04-23 Thread Matt England
I forgot to mention earlier that we are familiar with the following single-sign-on solutions: http://www.ja-sig.org/products/cas/ http://shibboleth.internet2.edu/ http://www.pubcookie.org/ and references: http://en.wikipedia.org/wiki/Category:Identity_management_systems I don't yet know how or

[Mailman-Users] LDAP-based reg & "one-page" subscription selection?

2006-04-23 Thread Matt England
The questions: Do any Mailman-to-LDAP "connectors" exist? Do any single-view-for-all-subscriptions software packages exist for Mailman? The background details: My collaboration site plans to offer several Mailman lists in addition to its existing applications (MediaWiki, phpBB, Subversion, an

Re: [Mailman-Users] You don't have permission to access /pipermail/ onthis server.

2006-04-23 Thread Mark Sapiro
Noah wrote off list: >after a 'chmod o+x private/' the public and private mailman archives are >visible. > >but now when I run the bin/check_perms -f I see the following warning: > ># ./check_perms -f >Warning: Private archive directory is other-executable (o+x). >This could allow other u

Re: [Mailman-Users] Sanitizer settings on a per-list basis

2006-04-23 Thread Mark Sapiro
Matt Cohen wrote: >I know about setting the Scrubber/santizer settings in mm_cfg.py as >per this FAQ entry: > >http://www.python.org/cgi-bin/faqw-mm.py?req=edit&file=faq04.037.htp > >But is there a way to make it apply on a per-list basis rather than >server-wide? No there isn't. The reason fo

[Mailman-Users] You don't have permission to access /pipermail/ on this server.

2006-04-23 Thread Noah
mailman-2.1.7 apache 2.2.0 FreeBSD-4.11 Thanks again for all your help. I never found anything in the intsallation manual as the check_perms message suggests. but what I did do was remove all other permissions and put the ownership of the private directory to www to solve the problem. check_pe

[Mailman-Users] Extra info?

2006-04-23 Thread Anders Norrbring
I have a running mailman 2.1.2 installation where I'm looking to add more parameters to the signup. What I want to do is add one more text input field to the web signup form, and to have the content of that field show in both the e-mail sent to the admin that notifies that a new user want to si

[Mailman-Users] Sanitizer settings on a per-list basis

2006-04-23 Thread Matt Cohen
I know about setting the Scrubber/santizer settings in mm_cfg.py as per this FAQ entry: http://www.python.org/cgi-bin/faqw-mm.py?req=edit&file=faq04.037.htp But is there a way to make it apply on a per-list basis rather than server-wide? -- Ma