From owner-freebsd-questions@FreeBSD.ORG Wed Jun 15 10:48:02 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AEE11065672 for ; Wed, 15 Jun 2011 10:48:02 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id EA7AD8FC21 for ; Wed, 15 Jun 2011 10:48:01 +0000 (UTC) Received: by iyj12 with SMTP id 12so253452iyj.13 for ; Wed, 15 Jun 2011 03:48:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=4ucIFEIIAnKXi522cUsrvKDsYwzpSjHN38rzaPTHteE=; b=Kva+Dgrf2XIySPzqplvZ2axH0VCRMVZLYNVxUqx9LkuMzSyvX+4Tf8wTkedC7XXWJo OUB0ZXSVwjorJsodzpjStTA7+IX6QU4SDcWvE3emZJX1BMb4hGAUl7xuuNwG8ecNH6rf KNK5EJumlZCP8wM/vW/UO8A855QEgV12tZkwo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=GK5o2z/bjdZU43e99zEl8JRb5fWLfDk5hfKD7+z6lDW+bKxSiC4sErwPAzI6v1Y9Kr Vw0qJxvb+Y/0F3DMazd5m15gJPmeCu4wbSU4rDmso9wTBp1n9rZq2dp7K97CznFAHqvQ KL35+rG16326lhssmCT6rJQYRI/i1mLvXBDGs= MIME-Version: 1.0 Received: by 10.231.43.8 with SMTP id u8mr337362ibe.74.1308134881191; Wed, 15 Jun 2011 03:48:01 -0700 (PDT) Received: by 10.231.207.66 with HTTP; Wed, 15 Jun 2011 03:48:01 -0700 (PDT) Date: Wed, 15 Jun 2011 12:48:01 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org, wxs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: mailman-2.1.14_2 and _3, CGI wrapper Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2011 10:48:02 -0000 Yesterday morning I upgraded mailman-2.1.14_1 to 2.1.14_2 Since then none of my mailings lists (that worked for years) works. http://myserver.mysubdom.mydom/mailman/listinfo (or any other mailman command) gives Mailman CGI error!!! The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Group mismatch error. Mailman expected the CGI wrapper script to be executed as group "@CGI_GROUP@", but the system's web server executed the CGI script as group "www". Try tweaking the web server to run the script as group "@CGI_GROUP@", or re-run configure, providing the command line option `--with-cgi-gid=www'. I know there is an entry in /usr/ports/UPDATING 20110613: AFFECTS: users of mail/mailman with postfix AUTHOR: crees@FreeBSD.org The mailman port has for some time specified the incorrect group when using with Postfix, as reported in ports/142000. The group for mailman is now nobody if compiled with Postfix. Be prepared to make appropriate adjustments if you have compensated for this bug in the past. But I don't use postfix, I Use sendmail I saw there today mailman-2.1.14_3, so I portupgraded to that version and also did # /usr/local/mailman/bin/mailmanctl stop # /usr/local/mailman/bin/mailmanctl start but this doesn't help. Is there an error in de newest version? Do I need to "Try tweaking the web server to run the script as group "@CGI_GROUP@", or re-run configure, providing the command line option `--with-cgi-gid=www'." How should this be done? is this a change in Apache web server ? and how exactly??