RE: [Mailman-Users] Problem with Postfix

The cgi's are working fine.
I've checked the main.cf and it reads as follows.
default_privs = nobody
so.. I reran configure with the --with-mail-gid=nobody But it complained that nobody is not a group. Indeed it isn't. The group that servers that funcion on SuSE is 'nogroup'. I tried that too. Anyways, postfix still complains as before regardless.
-----Original Message----- From: Thomas T. Veldhouse [mailto:veldy@veldy.net] Sent: 29 November 2001 06:46 To: gking@evildomain.dyndns.org Subject: Re: [Mailman-Users] Problem with Postfix
Did you try:
'configure --with-cgi-gid=nobody --with-mail-gid=nobody
This is the typical setup on FreeBSD.
You can find the mail-gid in your /etc/postfix/main.cf -- look for:
default_privs = nobody
You can find your cgi-gid in /etc/apache/httpd.conf -- look for:
User nobody
Group nobody
Use the Group entry of course. On many Linux installations, Apache is set up with group "nogroup" and postfix uses group "nobody". In this case:
./configure --prefix=/usr/local/mailman --with-cgi-gid=nogroup --with-mail-g id=nobody make all postfix stop make install postfix start
Tom Veldhouse veldy@veldy.net
----- Original Message ----- From: "Geoffrey King" <gking@evildomain.dyndns.org> To: <mailman-users@python.org> Sent: Thursday, November 29, 2001 12:28 PM Subject: RE: [Mailman-Users] Problem with Postfix

Quoting Geoffrey King (gking@evildomain.dyndns.org):
In my main.cf, that line is commented out. Try that.
-- Paul Tomblin <ptomblin@xcski.com>, not speaking for anybody Any sufficiently advanced technology is indistinguishable from magic. -- Arthur C. Clarke

No change :(
-----Original Message----- From: mailman-users-admin@python.org [mailto:mailman-users-admin@python.org]On Behalf Of Paul Tomblin Sent: 29 November 2001 07:10 To: mailman-users@python.org Subject: Re: [Mailman-Users] Problem with Postfix
Quoting Geoffrey King (gking@evildomain.dyndns.org):
In my main.cf, that line is commented out. Try that.
-- Paul Tomblin <ptomblin@xcski.com>, not speaking for anybody Any sufficiently advanced technology is indistinguishable from magic. -- Arthur C. Clarke
Mailman-Users maillist - Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users
participants (2)
-
Geoffrey King
-
Paul Tomblin