Re: [Mailman-Users] postfix MAIL_GID

2003-10-02 Thread Vivek Khera
> "MS" == Michael Sharp <[EMAIL PROTECTED]> writes: MS> Are you confused by my question? If so, Mailman has to be told which MTA MS> is is being built with, and that was done with make MAIL_GID=65535 install MS> clean because in 'make options' postfix had a designation of 65535. No, it does

Re: [Mailman-Users] postfix MAIL_GID

2003-10-01 Thread Michael Sharp
> Michael Sharp ([EMAIL PROTECTED]) wrote: >> What is the numerical MAIL_GID for postfix? 'make options' used to give >> that number but it isnt anymore. > > I'm still confused about MAIL_GID > > cd /usr/ports/mail/mailman > make options > make MAIL_GID=mailman install clean > > > > after that I g

Re: [Mailman-Users] postfix MAIL_GID

2003-09-30 Thread Dikshie
Vivek Khera ([EMAIL PROTECTED]) wrote: > make sure /usr/local/mailman/data/aliases and /data/virtual are > owned by user mailman, as are the *.db versions of the same files. > In my installation, the data directory is group writable by group > mailman. I assume the port did it that way, as I d

Re: [Mailman-Users] postfix MAIL_GID

2003-09-30 Thread Vivek Khera
> "d" == dikshie <[EMAIL PROTECTED]> writes: d> cd /usr/ports/mail/mailman d> make options d> make MAIL_GID=mailman install clean d> after that I got: d> RuntimeError: command failed: /usr/local/sbin/postalias /usr/local/mailman/data/aliases (status: 1, Operation not permitted) make su

Re: [Mailman-Users] postfix MAIL_GID

2003-09-30 Thread Jon Carnes
The rights on the file /usr/local/mailman/data/aliases are not set properly. Try setting the file rights to 666 and see if the error goes away. Then you can tighten the rights up further This is discussed in exhausting detail in the archives. Jon Carnes On Tue, 2003-09-30 at 13:09, Dikshie wro

Re: [Mailman-Users] postfix MAIL_GID

2003-09-30 Thread Dikshie
Michael Sharp ([EMAIL PROTECTED]) wrote: > What is the numerical MAIL_GID for postfix? 'make options' used to give > that number but it isnt anymore. I'm still confused about MAIL_GID cd /usr/ports/mail/mailman make options make MAIL_GID=mailman install clean after that I got: RuntimeError:

[Mailman-Users] postfix MAIL_GID

2003-09-30 Thread Michael Sharp
What is the numerical MAIL_GID for postfix? 'make options' used to give that number but it isnt anymore. -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/c

Re: [Mailman-Users] postfix MAIL_GID

2003-09-30 Thread Vivek Khera
> "MS" == Michael Sharp <[EMAIL PROTECTED]> writes: MS> What is the numerical MAIL_GID for postfix? 'make options' used to give MS> that number but it isnt anymore. You don't need to use a numeric GID, you can use the group name. If you're using the postfix integration with Mailman, then I'

Re: [Mailman-Users] postfix MAIL_GID

2003-09-30 Thread Jon Carnes
On Tue, 2003-09-30 at 07:41, Michael Sharp wrote: > What is the numerical MAIL_GID for postfix? 'make options' used to give > that number but it isnt anymore. > > michael > > As I understand it, Postfix will run the CGI's as the user/group that owns the alias file (as long as it isn't root). So

[Mailman-Users] postfix MAIL_GID

2003-09-30 Thread Michael Sharp
What is the numerical MAIL_GID for postfix? 'make options' used to give that number but it isnt anymore. michael -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.p