From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 01:34:17 2003 Return-Path: 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 792D537B401 for ; Wed, 4 Jun 2003 01:34:17 -0700 (PDT) Received: from priv-edtnes51.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id B600043FDF for ; Wed, 4 Jun 2003 01:34:16 -0700 (PDT) (envelope-from viktorlazlo@telus.net) Received: from njamn8or ([207.6.229.118]) by priv-edtnes51.telusplanet.net ESMTP <20030604083416.UHKI20361.priv-edtnes51.telusplanet.net@njamn8or>; Wed, 4 Jun 2003 02:34:16 -0600 Date: Wed, 4 Jun 2003 01:34:06 -0700 (PDT) From: Viktor Lazlo X-X-Sender: viktorlazlo@njamn8or.no-ip.org To: Adam In-Reply-To: <1054670613.16970.91.camel@jake> Message-ID: <20030604013213.H26939@njamn8or.no-ip.org> References: <000f01c32a08$e0fce180$0164a8c0@colin2> <1054670613.16970.91.camel@jake> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: What the simplest way to do outgoing smtp? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2003 08:34:17 -0000 On Tue, 3 Jun 2003, Adam wrote: > > The absolute EASIEST way to set up SMTP is to use sSMTP .. It might be > too simplistic for you, but in many cases it is sufficient for someone > who only needs a barebones SMTP solution. > > http://packages.debian.org/testing/mail/ssmtp.html > ftp://metalab.unc.edu/pub/Linux/system/mail/mta/ Why bother to install Linux packages when it's available in ports? /usr/ports/mail/ssmtp Cheers, Viktor