Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Aug 2007 03:20:02 +0400
From:      Yuri Pankov <yuri@darklight.org.ru>
To:        Geo <fbsdolot@cit.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: problem in Manmail Makefile?
Message-ID:  <1186010402.1237.6.camel@darklight.org.ru>
In-Reply-To: <056501c7d48e$34eefab0$e50010ac@gkt>
References:  <056501c7d48e$34eefab0$e50010ac@gkt>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-8VOpMHKyAQdOw7Dm3+cw
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Thu, 2007-08-02 at 02:49 +0400, Geo wrote:
> Mailman  Makefile contains:
>  ----------------------------------=20
>  .if defined(WITH_SENDMAIL)
>  MAIL_GID?=3D       mailnull
>  .endif
>  ------------------------------------=20
>  But after installation (FreeBSD 6.2, /usr/ports/mail/mailman) when I sen=
d
>  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 m=
ail
>  script as group "mailnull".  Try tweaking the mail server to run the scr=
ipt
>  as group "mailman", or re-run configure, providing the command line opti=
on
>  `--with-mail-gid=3Dmailnull'.
> --------------
>=20
>  What (and how!) can I do to set MAIL_GID=3D mailnull?
>=20
>  If I understand I'll describe this in detail for users!
>=20

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=3D/usr/local/mailman --with-python=3D/usr/local/bin/python2.5
--with-username=3Dmailman  --with-groupname=3Dmailman
--with-mail-gid=3Dmailnull --with-cgi-gid=3Dwww


HTH,
Yuri

--=-8VOpMHKyAQdOw7Dm3+cw
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQBGsRUieoAklVFrLdgRAvdoAJsEAI3+Jt9K3aIHSundKEyDObWxtgCeKmkb
ptDJjjFY8xFKG6XfEJD5cVI=
=bKuw
-----END PGP SIGNATURE-----

--=-8VOpMHKyAQdOw7Dm3+cw--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1186010402.1237.6.camel>