hi,
I run freeBSD 4.9 Postfix 2.0.16 and mailman 2.1.14

When I test by sending this email: [EMAIL PROTECTED]

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

I re run mailman port, with make --with-mail-gid=mailman but I have the same
result.

when I do a "make options":

* MM_USERNAME [mailman]
  The username of the Mailman user
* MM_USERID [92]
  The user ID of the Mailman user
    It is recommended that you do not change this option.
* MM_GROUPNAME [mailman]
  The group to which the Mailman user will belong
* MM_GROUPID [92]
  The group ID for the Mailman user
    It is recommended that you do not change this option.
* MM_DIR [mailman]
  Mailman will be installed in ${PREFIX}/${MM_DIR}
* MAIL_GID [mailnull]
      ----------------------------------------------------
    MTA     | MAIL_GID       | Submitted by
    Exim3   | nobody (65534) | <[EMAIL PROTECTED]>
    Exim4   | mail   (6)     | <[EMAIL PROTECTED]>
    Postfix | mailman        | <[EMAIL PROTECTED]>
    Qmail   | ???            |
    ----------------------------------------------------
    NOTE: for Postfix, the group may need to be 'nobody' if you are not
    using the Mailman integration for generating the postfix virtual and
    aliases files.
* CGI_GID [www]
  The group name or id under which your web server executes CGI scripts
    By default, this port works with the current port of Apache2.  If your
    WWW server executes CGI scripts under a different GID, you'll have to
    set this at build time.
* IMGDIR [www/icons]
  Icon images will be installed in ${PREFIX}/${IMGDIR}
* WITH_CHINESE [undefined]
  Define to include support for Chinese mailing lists
* WITH_HTDIG [undefined]
  Define to include the htdig integration patches.

# ps aux
mailman  6454  0.0  2.2  6740 5584  ??  Is   12:40AM   0:00.04
/usr/local/bin/python /usr/local/mailman/bin/mailmanctl start
mailman  6456  0.0  2.2  6708 5564  ??  S    12:40AM   0:01.13
/usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=ArchRu
mailman  6457  0.0  2.2  6712 5568  ??  S    12:40AM   0:01.16
/usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=Bounce
mailman  6458  0.0  2.2  6712 5560  ??  S    12:40AM   0:01.15
/usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=Comman
mailman  6459  0.0  2.2  6708 5564  ??  S    12:40AM   0:01.14
/usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=Incomi
mailman  6460  0.0  2.2  6720 5600  ??  S    12:40AM   0:01.21
/usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=NewsRu
mailman  6461  0.0  2.2  6748 5636  ??  S    12:40AM   0:01.17
/usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=Outgoi
mailman  6462  0.0  2.2  6708 5564  ??  S    12:40AM   0:01.17
/usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=Virgin
mailman  6463  0.0  2.2  6708 5564  ??  I    12:40AM   0:00.48
/usr/local/bin/python /usr/local/mailman/bin/qrunner --runner=RetryR
postfix  6529  0.0  0.4  1360  896  ??  I    12:54AM   0:00.01 pickup -l -t
fifo -u
postfix  6530  0.0  0.4  1388  940  ??  I    12:54AM   0:00.02 qmgr -l -t
fifo -u

where is the error?

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

Reply via email to