From owner-freebsd-stable Wed Aug 21 10:19:47 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2224D37B400 for ; Wed, 21 Aug 2002 10:19:45 -0700 (PDT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C0D243E70 for ; Wed, 21 Aug 2002 10:19:44 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.6.Beta0/8.12.6.Beta1) with ESMTP id g7LHJiR3015589 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 21 Aug 2002 10:19:44 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.6.Beta0/8.12.6.Beta1/Submit) id g7LHJiqY015586; Wed, 21 Aug 2002 10:19:44 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15715.52143.921396.7145@horsey.gshapiro.net> Date: Wed, 21 Aug 2002 10:19:43 -0700 From: Gregory Neil Shapiro To: trevarthan@wingnet.net Cc: freebsd-stable@FreeBSD.ORG Subject: Re: upgrade with smmsp user is breaking things... In-Reply-To: <200208211301.25642.trevarthan@wingnet.net> References: <200208211126.33474.trevarthan@wingnet.net> <200208211245.20661.trevarthan@wingnet.net> <15715.50440.428660.136552@horsey.gshapiro.net> <200208211301.25642.trevarthan@wingnet.net> X-Mailer: VM 7.03 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 trevarthan> smmsp is NOT uid 6. It's uid 25. Ok, then check the ownership/permissions on /var/spool/clientmqueue. trevarthan> I DO have a conflict though! trevarthan> uucp:*:6:6::0:0:UNIX-to-UNIX trevarthan> Copy,system,,:/var/spool/uucppublic:/usr/libexec/uucico trevarthan> fax:*:6:6::0:0:Facsimile Agent,system,,:/var/spool/fax:nologin That won't affect the sendmail error you are getting. trevarthan> And fax must be a newly created user from mergemaster. No, there is no fax user from the base system. It must be from a port. trevarthan> How would the list recommend I rememedy this situation? Again, this has nothing to do with the sendmail problem. However, if you want to separate the UIDs/GIDs, assign a different one to the fax user and then: find / -uid 6 -print And decide for each file wheter it should belong to uucp or fax. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message