From owner-freebsd-questions@FreeBSD.ORG Fri Sep 8 16:45:16 2006 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 3083A16A4DA for ; Fri, 8 Sep 2006 16:45:16 +0000 (UTC) (envelope-from jerrymc@msu.edu) Received: from sys15.mail.msu.edu (sys15.mail.msu.edu [35.9.75.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D3C43D45 for ; Fri, 8 Sep 2006 16:45:15 +0000 (GMT) (envelope-from jerrymc@msu.edu) Received: from jerrymc by sys15.mail.msu.edu with local (Exim 4.52 #1) id 1GLjTf-00042c-56; Fri, 08 Sep 2006 12:45:15 -0400 References: <368C080E-1BDA-4588-A9AB-D310C48C8C8B@hackmiester.com> In-Reply-To: <368C080E-1BDA-4588-A9AB-D310C48C8C8B@hackmiester.com> From: "Jerold McAllister" To: "hackmiester (Hunter Fuller)" Date: Fri, 08 Sep 2006 12:45:13 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: X-Virus: None found by Clam AV Cc: FreeBSD Users Questions Subject: Re: Network mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 16:45:16 -0000 hackmiester (Hunter Fuller) writes: > I'm old school. Back in my day, we didn't have the Internet we have > today, and our UNIX boxes could mail over the network we had strung. I > don't care what mail app I use. I just want to be able to have two boxes, > boxbox and snowy, for example, and be able to 'mail boxbox' from snowy > and vice versa. This has to be on a system-wide basis, so people on my > shell server can do it easily. Any ideas? A quick tutorial? > -- > hackmiester (Hunter Fuller) > If you have some network connection between the two boxes (and any others) Just follow the handbook and set up sendmail on each. If you do not want Email from anywhere else, then set it up to accept mail connections only from those two boxen. You don't need any of the other fancy stuff out there unless you see some feature that you just gotta have. ////jerry