From owner-freebsd-stable Tue Jun 4 9:22:12 2002 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id B4E7E37B403 for ; Tue, 4 Jun 2002 09:22:09 -0700 (PDT) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.4/8.12.4) with ESMTP id g54GM9Hg062794 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 4 Jun 2002 09:22:09 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.4/8.12.4/Submit) id g54GM8Qo062791; Tue, 4 Jun 2002 09:22:08 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15612.59696.734708.21623@horsey.gshapiro.net> Date: Tue, 4 Jun 2002 09:22:08 -0700 From: Gregory Neil Shapiro To: Doug Silver Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 4.6RC Sendmail clientmqueue problem In-Reply-To: References: <15611.39082.805549.37696@horsey.gshapiro.net> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dsilver> sendmail[2197]: NOQUEUE: SYSERR(root): can not chdir(/var/spool/clientmqueue/): Permission denied In case anyone on freebsd-stable was following this discussion, the problem was that Doug had two smmsp entries in /etc/master.passwd and /etc/group (one from the port and one from the base system after mergemaster). Removing the port one (uid/gid 90) and changing the ownership of /var/spool/clientmqueue to the new one (uid/gid 25) is the proper fix. Hopefully this information will help others. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message