From owner-freebsd-questions Mon Mar 11 02:16:35 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA27603 for questions-outgoing; Mon, 11 Mar 1996 02:16:35 -0800 (PST) Received: from oznet16.ozemail.com.au (oznet16.ozemail.com.au [203.2.192.109]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id CAA27595 for ; Mon, 11 Mar 1996 02:16:31 -0800 (PST) Received: from oznet02.ozemail.com.au (oznet02.ozemail.com.au [203.2.192.124]) by oznet16.ozemail.com.au (8.7.1/8.6.12) with ESMTP id UAA19781; Mon, 11 Mar 1996 20:16:18 +1000 (EST) Received: from rlyon.mynet.au (slmel7p09.ozemail.com.au [203.22.156.97]) by oznet02.ozemail.com.au (8.7.1/8.6.12) with SMTP id UAA19362; Mon, 11 Mar 1996 20:16:12 +1000 (EST) Date: Mon, 11 Mar 1996 20:09:57 +1100 (EST) From: Richard Lyon To: Ron Steele cc: questions@FreeBSD.ORG Subject: Re: Where is my popclient mail In-Reply-To: <3142D7D2.167EB0E7@infi.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 10 Mar 1996, Ron Steele wrote: > I have been trying to use popclient but it seems to be loosing my > mail. It appears to be downloading everything ok but I can't find > where it is putting the result. I have looked in all the obvious > places: /var/mail/.. and in the mail directory in $HOME. Is it > really losoing mail or have I lost it? > popclient stores the mail in a file you specified in .poprc Each user must have their own .poprc in their home directory. Also ensure the file can only accessed by the user ... ie chmod 0600 .poprc I just did this 5 minutes ago. popclient 3.0b6 seems to work well. This is my first outbound mail using pine. Regards ...