From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] local mail question Date: Sun, 1 Aug 2004 00:45:17 -0700 From: geoff@collyer.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d0662802-eacd-11e9-9e20-41e7f4b1d025 Each user who wants to receive mail needs to run 'mail -c'. This could be done in /sys/lib/newuser, though it isn't in the stock one. I suspect that it's a rewrite problem. Try mail '-dd#' newsham and see if the problem becomes obvious. `Invalid address' usually means that upas fell off the end of your rewrite file without a match. You ought to have a line like this to deliver local mail: # local mail local!([^!]+) >> /mail/box/\1/mbox Order matters, so be careful. If in doubt, look at /mail/lib/rewrite.* as examples.