From owner-freebsd-questions@FreeBSD.ORG Thu Aug 4 14:46:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F34F16A41F for ; Thu, 4 Aug 2005 14:46:21 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87FD43D48 for ; Thu, 4 Aug 2005 14:46:21 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 31412 invoked from network); 4 Aug 2005 14:46:20 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Aug 2005 14:46:20 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2AC0336; Thu, 4 Aug 2005 10:46:19 -0400 (EDT) Sender: lowell@be-well.ilk.org To: John Larson To: freebsd Mailing References: <20050804004509.46156.qmail@web34212.mail.mud.yahoo.com> From: Lowell Gilbert Date: 04 Aug 2005 10:46:19 -0400 In-Reply-To: <20050804004509.46156.qmail@web34212.mail.mud.yahoo.com> Message-ID: <447jf192v8.fsf@be-well.ilk.org> Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd Mailing List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 14:46:22 -0000 John Larson writes: > I have a peer to peer network and when I send a form > to the server this is the maillog. I have set up > var/mail/user in main.cf. how do i retrieve the mail. > I hope to use freebsd mail program but I don't know > how to configure it. this system is not connected to > the internet. > May 5 23:20:31 www postfix/local[269]: 96A4613C: > to=, orig_to=, relay=local, > delay=0, status=sent (delivered to mailbox) > May 5 23:20:31 www postfix/qmgr[178]: 96A4613C: > removed Assuming you used a typical configuration for your Postfix installation,it will deliver mail to the same /var/mail/${USERNAME} files that the stock mail(1) program expects. If you have a specific problem with it, give us details.