From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from uq.net.au(fox.uq.net.au[203.101.255.1]) (1871 bytes) by braille.uwo.ca via smail with P:esmtp/D:aliases/T:pipe (sender: ) id for ; Sun, 4 Feb 2001 22:39:35 -0500 (EST) (Smail-3.2.0.102 1998-Aug-2 #2 built 1999-Sep-5) Received: from data.home (mail@dyn-22-169.dialin.uq.net.au [203.100.22.169]) by uq.net.au (8.9.3/8.9.3) with ESMTP id NAA29895 for ; Mon, 5 Feb 2001 13:39:36 +1000 (GMT+1000) Received: from geoff by data.home with local-esmtp (Exim 3.12 #1 (Debian)) id 14PcV4-0001EI-00; Mon, 05 Feb 2001 13:39:34 +1000 Date: Mon, 5 Feb 2001 13:39:34 +1000 (EST) From: Geoff Shang To: Speakup Mailing List Subject: Re: More on mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: Hi Gena: The unix and linux convention is that mail goes in /var/spool/mail/ (e.g. /var/spool/mail/gena). It would probably be possible to change this, but I'm sure you'd have to change several program configs to do this and, unless you really want your inbox in /home/gena and are prepared to track it all down, I'd just leave it as it is. Mail programs should be configured by default to look in that location. If they're not finding your mail however, then it is either not arriving there or they're looking in the wrong place. As for pine spell checking, it doesn't work initially because pine is looking for /usr/bin/spell which is a standard unix program but is not installed by default (on debian anyway). If you're running debian, which I think you are, you need to install the ispell package (which actually does the spell checking, and then the spell package provides an interface that looks like unix spell so that pine can actually use it. So just install ispell and spell and that should do the job nicely. Geoff.