From owner-freebsd-questions Sat Jul 15 6:49:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 20F0837B64A; Sat, 15 Jul 2000 06:49:31 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from bagabeedaboo.security.at12.de (dial-194-8-205-120.netcologne.de [194.8.205.120]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id PAA24211; Sat, 15 Jul 2000 15:49:26 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.10.2/8.10.2) with ESMTP id e6FDnDI01184; Sat, 15 Jul 2000 15:49:13 +0200 (CEST) Date: Sat, 15 Jul 2000 15:49:13 +0200 (CEST) From: Paul Herman To: ganizani Cc: freebsd-isp@FreeBSD.ORG, Randall Gellens , freebsd-questions@FreeBSD.ORG, qpopper@lists.pensive.org Subject: Re: Can't POP mail In-Reply-To: <000501bfee62$b9f04440$03000004@sysanalyst.galaxy> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 15 Jul 2000, ganizani wrote: > Could someone provide a script that could rectify this problem for me. i.e. > set the ownership of each > /var/mail/user to user. for user in `ls`; do chown $user $user; done You will probably see many other ways to do this... so let the chown competition begin! :) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message