Re: [Mailman-Users] Problem with Postfix
Sorry, I wasn't paying attention.
Try:
./configure --prefix=/home/mailman --with-mail-gid=65534 --with-cgi-gid=nogr oup
Tom Veldhouse veldy@veldy.net
----- Original Message ----- From: "Thomas T. Veldhouse" <veldy@veldy.net> To: <gking@evildomain.dyndns.org> Sent: Thursday, November 29, 2001 2:10 PM Subject: Re: [Mailman-Users] Problem with Postfix
It looks like it wants gid = 51. Did you double check what group (not user) 51 is? Seems to me you could have been using the uid instead of the gid.
You could
./configure --prefix=/usr/local/mailman --with-mail-gid=51 --with-cgi-gid=no
group
Tom Veldhouse veldy@veldy.net
----- Original Message ----- From: "Geoffrey King" <gking@evildomain.dyndns.org> To: <mailman-users@python.org> Sent: Thursday, November 29, 2001 1:22 PM Subject: RE: [Mailman-Users] Problem with Postfix
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):
The cgi's are working fine.
I've checked the main.cf and it reads as follows.
default_privs = nobody
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
Mailman-Users maillist - Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users
That appears to of fixed the problem. Thanks :)
-----Original Message----- From: Thomas T. Veldhouse [mailto:veldy@veldy.net] Sent: 29 November 2001 08:14 To: gking@evildomain.dyndns.org Cc: mailman-users@python.org Subject: Re: [Mailman-Users] Problem with Postfix
Sorry, I wasn't paying attention.
Try:
./configure --prefix=/home/mailman --with-mail-gid=65534 --with-cgi-gid=nogr oup
Tom Veldhouse veldy@veldy.net
----- Original Message ----- From: "Thomas T. Veldhouse" <veldy@veldy.net> To: <gking@evildomain.dyndns.org> Sent: Thursday, November 29, 2001 2:10 PM Subject: Re: [Mailman-Users] Problem with Postfix
It looks like it wants gid = 51. Did you double check what group (not user) 51 is? Seems to me you could have been using the uid instead of the gid.
You could
./configure --prefix=/usr/local/mailman --with-mail-gid=51 --with-cgi-gid=no
group
Tom Veldhouse veldy@veldy.net
----- Original Message ----- From: "Geoffrey King" <gking@evildomain.dyndns.org> To: <mailman-users@python.org> Sent: Thursday, November 29, 2001 1:22 PM Subject: RE: [Mailman-Users] Problem with Postfix
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):
The cgi's are working fine.
I've checked the main.cf and it reads as follows.
default_privs = nobody
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
Mailman-Users maillist - Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users
participants (2)
-
Geoffrey King
-
Thomas T. Veldhouse