[Mailman-Users] Hi, how to re-configure mailman to mail-gid ...

2007-03-12 Thread TRON478
hi,

how can i re-configure mailman with the option --with-mail-gid=mailman 
or changing postifx to execute the mailman script with user mailman. thank
you

ERROR-MESSAGE:

[EMAIL PROTECTED]: Command died with status 2:
   /usr/local/mailman/mail/mailman post test. Command output: Group
mismatch
   error.  Mailman expected the mail wrapper script to be executed as group
   mailman, but the system's mail server executed the mail script as group
   nobody.  Try tweaking the mail server to run the script as group
   mailman, or re-run configure,  providing the command line option
   `--with-mail-gid=nobody'.

Final-Recipient: rfc822; [EMAIL PROTECTED]
Original-Recipient: rfc822;[EMAIL PROTECTED]
Action: failed
Status: 5.3.0
Diagnostic-Code: x-unix; Group mismatch error.  Mailman expected the mail
   wrapper script to be executed as group mailman, but the system's mail
   server executed the mail script as group nobody.  Try tweaking the mail
   server to run the script as group mailman, or re-run configure,
   providing the command line option `--with-mail-gid=nobody'.


yavuz
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Hi, how to re-configure mailman to mail-gid ...

2007-03-12 Thread Mark Sapiro
TRON478 wrote:

how can i re-configure mailman with the option --with-mail-gid=mailman 


If you installed Mailman from source, this is an option to the
configure command. If you are running a package, this is a question
for your packager.


or changing postifx to execute the mailman script with user mailman. thank
you


This is more likely the answer for you. In most cases with Postfix,
Mailman-Postfix integration is used. See
http://www.list.org/mailman-install/node12.html. In this case, the
Mailman aliases for postfix are in Mailman's data/aliases and
data/aliases.db files. Postfix invokes the wrapper as user:group of
the files in which it finds the alias, so make these files group
mailman.

ERROR-MESSAGE:

[EMAIL PROTECTED]: Command died with status 2:
   /usr/local/mailman/mail/mailman post test. Command output: Group
mismatch
   error.
snip

Also see
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq06.016.htp.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Hi, how to re-configure mailman to mail-gid ...

2007-03-12 Thread TRON478
Hi,

thank you. I have solved it:

* First i deleted the mailman dir at /usr/local/mailman with rm -R /usr/...
* Then i create it again as described in the mailman manual
* after this i configured the mailman source with the
--with-mail-gid=nobody (is this not an security hole? Why NOBODY?)
* then i installed it again with make install
* and works ...

:)

but why nobody??

thanks
yavuz

On 3/12/07, Mark Sapiro [EMAIL PROTECTED] wrote:

 TRON478 wrote:
 
 how can i re-configure mailman with the option --with-mail-gid=mailman
 


 If you installed Mailman from source, this is an option to the
 configure command. If you are running a package, this is a question
 for your packager.


 or changing postifx to execute the mailman script with user mailman.
 thank
 you


 This is more likely the answer for you. In most cases with Postfix,
 Mailman-Postfix integration is used. See
 http://www.list.org/mailman-install/node12.html. In this case, the
 Mailman aliases for postfix are in Mailman's data/aliases and
 data/aliases.db files. Postfix invokes the wrapper as user:group of
 the files in which it finds the alias, so make these files group
 mailman.

 ERROR-MESSAGE:
 
 [EMAIL PROTECTED]: Command died with status 2:
/usr/local/mailman/mail/mailman post test. Command output: Group
 mismatch
error.
 snip

 Also see
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq06.016.htp.

 --
 Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Hi, how to re-configure mailman to mail-gid ...

2007-03-12 Thread Mark Sapiro
TRON478 wrote:

but why nobody??


Because 'nobody' is the group as which Postfix executes the wrapper, so
you have now compiled the wrapper to expect to be invoked by the
'nobody' group.

Again, see
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq06.016.htp.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp