[Mailman-Users] Mailman mail-wrapper: Failure to exec script.

Udcsweb2 Udcsweb2 at unisa.ac.za
Tue Jan 29 14:53:25 CET 2002



>>> Juan Luis Baptiste <jbaptiste at merlinux.javeriana.edu.co> 01/28/02 07:29PM >>>

>> Jan 23 16:19:00 merlinux Mailman mail-wrapper: Failure to exec script.
>> WANTED gid 12, GOT gid 99.  (Reconfigure to take 99?)
>> Jan 23 16:19:00 merlinux procmail[4003]: Attempt to fake stamp by
>> "jbaptiste"

You probably did not specify the option --with-mail-gid upon compilation, which caused you compilation to expect the group "mail" (GID: 12) to run the wrapper.  The log file is telling you that a group with the GID of 99 is running the wrapper.

To fix, you will need to find out what the name of the group is with GID 99.  On our Linux Redhat 5.1, you may cat the /etc/group file and hav a look.  On my system, 99 is "nobody".  ???

To fix, you will have to re-compile mailman with the correct --with-mail-gid.  Here you must specify the group that corresponds 99.

Hope this helps,
Johan van den Berg
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: TEXT.htm
Url: http://mail.python.org/pipermail/mailman-users/attachments/20020129/310b0567/attachment.pot 


More information about the Mailman-Users mailing list