Straightening out how mailman script executes

Asked by cmnorton

I had previously gotten my web portion of mailman to run correctly by running config with the --with-cgi-gid=apache, got the following error (below) and ran config with the --with-mail-gid=mailman flag. Is that right, or should I say mailnull or mail?
I believe sendmail is running as root?

   ----- Transcript of session follows -----
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 "mail". Try tweaking the mail server to run the
script as group "mailman", or re-run configure,
providing the command line option `--with-mail-gid=mail'.
554 5.3.0 unknown mailer error 2

Question information

Language:
English Edit question
Status:
Solved
For:
GNU Mailman Edit question
Assignee:
No assignee Edit question
Solved by:
cmnorton
Solved:
Last query:
Last reply:
Revision history for this message
cmnorton (octopusgrabbus) said :
#1

.configure with sendmail's gid (mail) fixed it.

Revision history for this message
Mark Sapiro (msapiro) said :
#2

Right.

See the FAQ at <http://wiki.list.org/x/tYA9>. You will find many answers in the FAQ (top level at <http://wiki.list.org/x/AgA3>) and in the archives of the <email address hidden> list. There is a searchable archive at <http://www.mail-archive.com/mailman-users%40python.org/>. You can also search the list's pipermail archive with google. See the FAQ at <http://wiki.list.org/x/OIA9>.

Revision history for this message
cmnorton (octopusgrabbus) said :
#3

Thanks!