From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 21:05:02 2007 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 2BC0B16A41A for ; Wed, 3 Oct 2007 21:05:02 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id E469613C45D for ; Wed, 3 Oct 2007 21:05:01 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 2DDE31CDEE for ; Wed, 3 Oct 2007 13:05:01 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 3 Oct 2007 23:04:58 +0200 User-Agent: KMail/1.9.7 References: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> In-Reply-To: <011e01c805fc$4c5dc3d0$d5b9bfcf@lisac> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710032304.59151.fbsd.questions@rachie.is-a-geek.net> Subject: Re: FreeBsd e-mail question 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, 03 Oct 2007 21:05:02 -0000 On Wednesday 03 October 2007 22:30:54 Lisa Casey wrote: > If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the > ownership of the file is the group number of the original jjvc. > > -rw-rw---- 1 1473 mail 0 Sep 11 19:15 > .jjvc.pop > > Is there anyway to have rmuser remover the mail drop file associated with > that account also, or am I just going to have to remove these manually? rmuser is a shell script. There's 2 ways to solve this problem: 1) edit the rm_mail function in /usr/sbin/rmuser to use: ${MAILSPOOL}/.${login}.pop 2) Better option is to change the default temp-name in qpopper.config: set temp-name "%s.pop" so that rmuser will detect it automatically. -- Mel