Re: mailman-2.1.14_2 and _3, CGI wrapper Error

2011-06-15 Thread Mike Bristow
On Wed, Jun 15, 2011 at 12:48:01PM +0200, n dhert wrote: > Yesterday morning I upgraded mailman-2.1.14_1 to 2.1.14_2 > > Since then none of my mailings lists (that worked for years) works. > http://myserver.mysubdom.mydom/mailman/listinfo > (or any other mailman command) gives To fix, do: cd /us

Re: mailman-2.1.14_2 and _3, CGI wrapper Error

2011-06-15 Thread Bernt Hansson
2011-06-15 12:48, n dhert skrev: Yesterday morning I upgraded mailman-2.1.14_1 to 2.1.14_2 Since then none of my mailings lists (that worked for years) works. http://myserver.mysubdom.mydom/mailman/listinfo (or any other mailman command) gives Mailman CGI error!!! The Mailman CGI wrapper encoun

Re: Mailman + Apache + Cookies + FreeBSD

2008-10-14 Thread Benjamin Lee
On 10/09/08 14:59, Grant Peel wrote: > Hi all, > > I am not a fan of cross posting, but, I have to make a exception in this > case as I can't seem to nail down whether its the software or OS causing > me the problem. > > Software: Apache 2.2, Python 2.5, Mailmain 2.1.11 > OS: FreeBSD 6.2 Release

Re: Mailman + Apache + Cookies + FreeBSD

2008-10-12 Thread Grant Peel
MAIL PROTECTED]>; Sent: Saturday, October 11, 2008 11:10 PM Subject: Re: Mailman + Apache + Cookies + FreeBSD On Oct 10, 2008, at 1:45 AM, Odhiambo Washington wrote: Could you downgrade Mailman and see if the problem still persists? I run the combination you have (except Mailman is 2.1.9 and F

Re: Mailman + Apache + Cookies + FreeBSD

2008-10-11 Thread Jeffrey Goldberg
On Oct 10, 2008, at 1:45 AM, Odhiambo Washington wrote: Could you downgrade Mailman and see if the problem still persists? I run the combination you have (except Mailman is 2.1.9 and FreeBSD is 6.3) and I haven't had an issue. Might be a bug introduced in Mailman 2.1.11 I'm running mailman 2.1

Re: Mailman + Apache + Cookies + FreeBSD

2008-10-09 Thread Odhiambo Washington
On Fri, Oct 10, 2008 at 12:59 AM, Grant Peel <[EMAIL PROTECTED]> wrote: > Hi all, > > I am not a fan of cross posting, but, I have to make a exception in this > case as I can't seem to nail down whether its the software or OS causing me > the problem. > > Software: Apache 2.2, Python 2.5, Mailmain

Re: Mailman + Apache + Cookies + FreeBSD

2008-10-09 Thread mdh
--- On Thu, 10/9/08, Grant Peel <[EMAIL PROTECTED]> wrote: > From: Grant Peel <[EMAIL PROTECTED]> > Subject: Mailman + Apache + Cookies + FreeBSD > To: freebsd-questions@freebsd.org > Date: Thursday, October 9, 2008, 5:59 PM > Hi all, > > I am not a fan of cross posting, but, I have to make a > ex

Re: Mailman + Apache + Cookies + FreeBSD

2008-10-09 Thread Paul Schmehl
--On October 9, 2008 7:58:49 PM -0500 Grant Peel <[EMAIL PROTECTED]> wrote: Jerry, I tried a few times to build it from source but since I am using Apache+Suexec, I was stuck on how to 'make' it and pass the parms needed to set the user and home directory, i.e. I needed the install directory

Re: Mailman + Apache + Cookies + FreeBSD

2008-10-09 Thread Grant Peel
ting it to /usr/local/mailman. -Grant - Original Message - From: "Jerry" <[EMAIL PROTECTED]> To: Sent: Thursday, October 09, 2008 6:22 PM Subject: Re: Mailman + Apache + Cookies + FreeBSD ___ freebsd-questions@fre

Re: Mailman + Apache + Cookies + FreeBSD

2008-10-09 Thread Jerry
On Thu, 9 Oct 2008 17:59:52 -0400 "Grant Peel" <[EMAIL PROTECTED]> wrote: >Hi all, > >I am not a fan of cross posting, but, I have to make a exception in >this case as I can't seem to nail down whether its the software or OS >causing me the problem. > >Software: Apache 2.2, Python 2.5, Mailmain 2.

Re: Mailman + Apache + Cookies + FreeBSD

2008-10-09 Thread Grant Peel
ursday, October 09, 2008 6:09 PM Subject: Re: Mailman + Apache + Cookies + FreeBSD On Oct 9, 2008, at 2:59 PM, Grant Peel wrote: Problem: I can't stay logged into the Mailman web interface. Each time I submit a form, I am logged out. When I do log in, If I look on my local machine, I ca

Re: Mailman + Apache + Cookies + FreeBSD

2008-10-09 Thread Chuck Swiger
On Oct 9, 2008, at 2:59 PM, Grant Peel wrote: Problem: I can't stay logged into the Mailman web interface. Each time I submit a form, I am logged out. When I do log in, If I look on my local machine, I cant find a session cookie anywhere. It like is never set. And the Mailman documentation c

Re: mailman upgrade problem

2006-12-18 Thread Paul Schmehl
--On December 18, 2006 8:46:28 PM -0500 "Michael P. Soulier" <[EMAIL PROTECTED]> wrote: On 17/12/06 Paul Schmehl said: Apparently you're running Postfix. Is this problem unique to postfix? No. If you read the docs for mailman, you'll find that almost every mail server uses a different gr

Re: mailman upgrade problem

2006-12-18 Thread Michael P. Soulier
On 17/12/06 Paul Schmehl said: > Apparently you're running Postfix. Is this problem unique to postfix? > Put this in /usr/local/etc/pkgtools.conf, and you will never have this > problem again: > MAKE_ARGS = { ># Preset mailman so it will compile with the right group >'mail/mailm

Re: mailman upgrade problem

2006-12-17 Thread Paul Schmehl
--On December 16, 2006 10:07:27 PM -0500 "Michael P. Soulier" <[EMAIL PROTECTED]> wrote: I just did a portupgrade on mailman, and now it's doing this. Dec 16 22:05:27 kanga Mailman mail-wrapper: Group mismatch error. Mailman expected the mail wrapper script to be executed as group "nobody", bu

Re: mailman upgrade problem

2006-12-16 Thread Michael P. Soulier
On 16/12/06 Michael P. Soulier said: > This is odd though, considering the wrapper program is group ownership > mailman, with the sgid bit set. > > Plus, if I change the group ownership to nobody, it complains about the > opposite. I had to build it this way to fix the issue. MAIL_GID=mailman

Re: mailman upgrade problem

2006-12-16 Thread Michael P. Soulier
On 16/12/06 Michael P. Soulier said: > I just did a portupgrade on mailman, and now it's doing this. > > Dec 16 22:05:27 kanga Mailman mail-wrapper: Group mismatch error. Mailman > expected the mail wrapper script to be executed as group "nobody", but the > system's mail server executed the mail

Re: mailman: 403: browser access forbidden.

2005-08-29 Thread Gary Kline
On Mon, Aug 29, 2005 at 03:34:26PM -0400, Chuck Swiger wrote: > Gary Kline wrote: > [ ... ] > > Thanks much, both of you. One more thing that may > > save me more time: Which text and html files can I > > edit (carefully), to insert the instruvtions to > > "Unsubscribe" by sending

Re: mailman: 403: browser access forbidden.

2005-08-29 Thread Chuck Swiger
Gary Kline wrote: [ ... ] Thanks much, both of you. One more thing that may save me more time: Which text and html files can I edit (carefully), to insert the instruvtions to "Unsubscribe" by sending a simple email? The -questions list has this as a footer. Mailma

Re: mailman: 403: browser access forbidden.

2005-08-29 Thread Gary Kline
On Mon, Aug 29, 2005 at 01:14:50PM -0500, Greg Barniskis wrote: > Tim Kellers wrote: > > > >On Monday 29 August 2005 01:20 pm, Gary Kline wrote: > > > >>I first set up mailman (with its web automation) last > >>December. When I recently tried to send a test message > >>to my list, mail

Re: mailman: 403: browser access forbidden.

2005-08-29 Thread Gary Kline
On Mon, Aug 29, 2005 at 02:09:51PM -0400, Tim Kellers wrote: > > > On Monday 29 August 2005 01:20 pm, Gary Kline wrote: > > I first set up mailman (with its web automation) last > > December. When I recently tried to send a test message > > to my list, mailman spitout the old "reset

Re: mailman: 403: browser access forbidden.

2005-08-29 Thread Greg Barniskis
Tim Kellers wrote: On Monday 29 August 2005 01:20 pm, Gary Kline wrote: I first set up mailman (with its web automation) last December. When I recently tried to send a test message to my list, mailman spitout the old "reset configure with daemon" gid. Which fai

Re: mailman: 403: browser access forbidden.

2005-08-29 Thread Tim Kellers
On Monday 29 August 2005 01:20 pm, Gary Kline wrote: > I first set up mailman (with its web automation) last > December. When I recently tried to send a test message > to my list, mailman spitout the old "reset configure with > daemon" gid. Which failed. Eventually I rei

Re: mailman question

2005-02-01 Thread Libor Seidl
> sorry for newbie question: Last week solving the same and also got lost, but finally found :-) ScriptAlias /mailman "/usr/local/mailman/cgi-bin" Alias /pipermail "/usr/local/mailman/archives/public" AllowOverride None Options None Order allow,deny Allow from all

Re: mailman question

2005-01-30 Thread Dikshie
Gene ([EMAIL PROTECTED]) wrote: > If I remember correctly, somewhere in httpd.conf you must specify from > which directories cgi scripts may be executed.. Look around for a line > beginning with > > Scriptalias yes, I have done what manual pages says. but it still forbidden (403). I think I mu

Re: mailman question

2005-01-30 Thread Gene
If I remember correctly, somewhere in httpd.conf you must specify from which directories cgi scripts may be executed.. Look around for a line beginning with Scriptalias Best o'luck, Gene Dikshie wrote: sorry for newbie question: cd /usr/ports/mail/mailman make MAIL_GID=mail install clean httpd.c

Re: mailman question

2005-01-30 Thread Glenn Sieb
Dikshie said the following on 1/31/2005 12:39 AM: Glenn Sieb ([EMAIL PROTECTED]) wrote: Go to the mailman directory (/usr/local/mailman) and issue bin/check_perms If it complains, do check_perms -f box# bin/check_perms -f No problems found Did you restart Apache? Do any other web sites o

Re: mailman question

2005-01-30 Thread Dikshie
Glenn Sieb ([EMAIL PROTECTED]) wrote: > Go to the mailman directory (/usr/local/mailman) and issue bin/check_perms > > If it complains, do check_perms -f box# bin/check_perms -f No problems found regards, -dikshie- ___ freebsd-questions@freebsd

Re: mailman question

2005-01-30 Thread Glenn Sieb
Dikshie said the following on 1/31/2005 12:03 AM: sorry for newbie question: No prob.. you may, however, prefer the mailman-users list for this as it's not a FreeBSD issue.. :) cd /usr/ports/mail/mailman make MAIL_GID=mail install clean httpd.conf: Options ExecCGI ScriptAlias /mailman "/

Re: mailman - partition virtual domain name?

2004-04-13 Thread Remko Lodder
okay I understand. thanks for the response. so there is no way to have two lists with the same name for different domains? [EMAIL PROTECTED] and [EMAIL PROTECTED] am I understanding this correctly? Hi Noah, Yes i think you understand that correctly. For what i know that's also being mentioned

Re: mailman - partition virtual domain name?

2004-04-13 Thread Noah
> > For example: > > /etc/mail/aliases: > > employees: "|/usr/local/mailman/mail/mailman post employees" > > > In virtusertable: > > [EMAIL PROTECTED]employees > > > [EMAIL PROTECTED]unused > okay I understand. thanks for the response. so there is no way to have

Re: mailman - partition virtual domain name?

2004-04-12 Thread Noah
> > For example: > > /etc/mail/aliases: > > employees: "|/usr/local/mailman/mail/mailman post employees" > > > In virtusertable: > > [EMAIL PROTECTED]employees > > > [EMAIL PROTECTED]unused > okay I understand. thanks for the response. so there is no way to have

Re: mailman - partition virtual domain name?

2004-04-11 Thread Micheal Patterson
- Original Message - From: "Noah" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, April 11, 2004 1:04 PM Subject: Re: mailman - partition virtual domain name? > On Sun, 11 Apr 2004 10:29:38 +0100, Matthew Seaman wrote > > On Sun, Apr 11,

Re: mailman - partition virtual domain name?

2004-04-11 Thread Noah
On Sun, 11 Apr 2004 10:29:38 +0100, Matthew Seaman wrote > On Sun, Apr 11, 2004 at 12:29:16AM -0800, Noah wrote: > > mailman-2.1.4 > > sendmail-8.12.11 > > freeBSD-4.9-STABLE > > > > I am placing listnames in the /etc/mail/aliases file to have the forwarded to > > mailman for processing. > > >

Re: mailman - partition virtual domain name?

2004-04-11 Thread Matthew Seaman
On Sun, Apr 11, 2004 at 12:29:16AM -0800, Noah wrote: > mailman-2.1.4 > sendmail-8.12.11 > freeBSD-4.9-STABLE > > I am placing listnames in the /etc/mail/aliases file to have the forwarded to > mailman for processing. > > I running virtual hosts on a machine and I want to stop people from sendi

Re: Mailman

2003-08-27 Thread Chuck Swiger
george wrote: pid 157 (python2.3), uid 91: exited on signal 11 (core dumped) pid 9300 (perl), uid 0: exited on signal 10 (core dumped) pid 151 (python2.3), uid 91: exited on signal 5 (core dumped) You've very probably got hardware problems like bad memory or overheating. I dont think the memory is

Re: Mailman

2003-08-26 Thread george
nsink". I am wondering if it has to do with the processor not being an AMD or Intel cause it is a C3 VIA. - Original Message - From: "Chuck Swiger" <[EMAIL PROTECTED]> To: "george" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August

Re: Mailman

2003-08-26 Thread Chuck Swiger
george wrote: updated python and mailman but still get these pid 157 (python2.3), uid 91: exited on signal 11 (core dumped) pid 9300 (perl), uid 0: exited on signal 10 (core dumped) pid 151 (python2.3), uid 91: exited on signal 5 (core dumped) You've very probably got hardware problems like bad m

Re: Mailman

2003-08-26 Thread george
t;Chuck Swiger" <[EMAIL PROTECTED]> To: "george" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 11:00 AM Subject: Re: Mailman > george wrote: > > I am getting these signal 11 core dumps on the > > mailman (python) helper programs

Re: Mailman

2003-08-25 Thread george
quot;Chuck Swiger" <[EMAIL PROTECTED]> To: "george" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 25, 2003 11:00 AM Subject: Re: Mailman > george wrote: > > I am getting these signal 11 core dumps on the > > mailman (python) he

Re: Mailman

2003-08-25 Thread Chuck Swiger
george wrote: I am getting these signal 11 core dumps on the mailman (python) helper programs and seen something to do with gcc that might be affecting it. Someone suggested rebuilding gcc to the next rev but I thought i would run it across the list and see if anyone else is having this problem or

Re: mailman problems

2003-07-13 Thread Chuck Swiger
User QUADRANT wrote: Already ran newlist... What does /home/mailman/bin/list_lists | grep -i mailman ...return? [Adjust the path to list_lists if need be.] -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-q

Re: mailman problems

2003-07-11 Thread User QUADRANT
Already ran newlist... On Fri, 11 Jul 2003, Chuck Swiger wrote: > User QUADRANT wrote: > [ ... ] > > Warning! You may encounter permission problems. > > Site list is missing: mailman > > and it exits. > > Run "newlist mailman" first. > > > I've tampered with this program for hours now, > > tryin

Re: mailman problems

2003-07-11 Thread Chuck Swiger
User QUADRANT wrote: [ ... ] Warning! You may encounter permission problems. Site list is missing: mailman and it exits. Run "newlist mailman" first. I've tampered with this program for hours now, trying every possible combination. How do I get this friggin thing up and running?? I'm running 5.1 R