From owner-freebsd-questions Fri Feb 10 20:22:16 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id UAA25314 for questions-outgoing; Fri, 10 Feb 1995 20:22:16 -0800 Received: from haven.uniserve.com (haven.uniserve.com [198.53.215.121]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id UAA25308 for ; Fri, 10 Feb 1995 20:22:11 -0800 Received: by haven.uniserve.com id <590>; Fri, 10 Feb 1995 20:29:12 -0800 Date: Fri, 10 Feb 1995 20:29:01 -0800 (PST) From: Tom Samplonius To: Sean McGee cc: questions@FreeBSD.org Subject: Re: qpopper In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk On Fri, 10 Feb 1995, Sean McGee wrote: > Anybody experienced a problem with qpopper v2.1.3-r5 > not being able to delete users mail from /var/mail ? > > I can't even delete mail by telneting to port 110 and using > the 'dele' command. It gives me a message that it's deleted > but it isn't. Re-compile with a different paths for the temp drop directory (something like /var/spool/pop), and chmod it 1777. Tom