Re: problem in Manmail Makefile?

2007-08-02 Thread Geo

Yuri,
at the file test you can see results - commands:
[/usr/ports/mail/mailman] make -V WITH_SENDMAIL  test
[/usr/ports/mail/mailman] make -V MAIL_GID  test
[/usr/ports/mail/mailman] make -V CONFIGURE_ARGS  test

It's indeed THE SAME:
---
true

mailnull

--prefix=/usr/local/mailman --with-python=/usr/local/bin/python2.5
--with-username=mailman  --with-groupname=mailman
--with-mail-gid=mailnull --with-cgi-gid=www
- 
It's necessary for me - Mailman must work!
I try to install again on new computer - FreeBSD 6.2, Apache and Mailman by 
ports

- and write you results.

there's really something wrong with args passed to configure by port or 
there's another cause...???

Have you ideas to overcome problem?

Thanks!



On Thu, 2007-08-02 at 02:49 +0400, Geo wrote:

Mailman  Makefile contains:
 -- 
 .if defined(WITH_SENDMAIL)

 MAIL_GID?=   mailnull
 .endif
  
 But after installation (FreeBSD 6.2, /usr/ports/mail/mailman) when I send

 any message
 to mailman list I receive the error:
 ---
Group mismatch error.  Mailman expected the mailwrapper script to be
 executed as group mailman, but the system's mail server executed the 
mail
 script as group mailnull.  Try tweaking the mail server to run the 
script
 as group mailman, or re-run configure, providing the command line 
option

 `--with-mail-gid=mailnull'.
--

 What (and how!) can I do to set MAIL_GID= mailnull?

 If I understand I'll describe this in detail for users!



Are you sure that you have selected Sendmail in `make config' stage?

Check that you have the same output (and if it's indeed the same, then
there's really something wrong with args passed to configure by port):

[/usr/ports/mail/mailman] make -V WITH_SENDMAIL
true
[/usr/ports/mail/mailman] make -V MAIL_GID
mailnull
[/usr/ports/mail/mailman] make -V CONFIGURE_ARGS
--prefix=/usr/local/mailman --with-python=/usr/local/bin/python2.5
--with-username=mailman  --with-groupname=mailman
--with-mail-gid=mailnull --with-cgi-gid=www


HTH,
Yuri






- Original Message - 
From: Yuri Pankov [EMAIL PROTECTED]

To: Geo [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Thursday, August 02, 2007 3:20 AM
Subject: Re: problem in Manmail Makefile?



test
Description: Binary data
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

problem in Manmail Makefile?

2007-08-01 Thread Geo

Mailman  Makefile contains:
-- 
.if defined(WITH_SENDMAIL)

MAIL_GID?=   mailnull
.endif
 
But after installation (FreeBSD 6.2, /usr/ports/mail/mailman) when I send

any message
to mailman list I receive the error:
---
Group mismatch error.  Mailman expected the mailwrapper script to be
executed as group mailman, but the system's mail server executed the mail
script as group mailnull.  Try tweaking the mail server to run the script
as group mailman, or re-run configure, providing the command line option
`--with-mail-gid=mailnull'.
--

What (and how!) can I do to set MAIL_GID= mailnull?

If I understand I'll describe this in detail for users!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem in Manmail Makefile?

2007-08-01 Thread Yuri Pankov
On Thu, 2007-08-02 at 02:49 +0400, Geo wrote:
 Mailman  Makefile contains:
  -- 
  .if defined(WITH_SENDMAIL)
  MAIL_GID?=   mailnull
  .endif
   
  But after installation (FreeBSD 6.2, /usr/ports/mail/mailman) when I send
  any message
  to mailman list I receive the error:
  ---
 Group mismatch error.  Mailman expected the mailwrapper script to be
  executed as group mailman, but the system's mail server executed the mail
  script as group mailnull.  Try tweaking the mail server to run the script
  as group mailman, or re-run configure, providing the command line option
  `--with-mail-gid=mailnull'.
 --
 
  What (and how!) can I do to set MAIL_GID= mailnull?
 
  If I understand I'll describe this in detail for users!
 

Are you sure that you have selected Sendmail in `make config' stage?

Check that you have the same output (and if it's indeed the same, then
there's really something wrong with args passed to configure by port):

[/usr/ports/mail/mailman] make -V WITH_SENDMAIL
true
[/usr/ports/mail/mailman] make -V MAIL_GID
mailnull
[/usr/ports/mail/mailman] make -V CONFIGURE_ARGS
--prefix=/usr/local/mailman --with-python=/usr/local/bin/python2.5
--with-username=mailman  --with-groupname=mailman
--with-mail-gid=mailnull --with-cgi-gid=www


HTH,
Yuri


signature.asc
Description: This is a digitally signed message part