From owner-freebsd-questions@FreeBSD.ORG Tue Sep 21 20:43:57 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40051106564A for ; Tue, 21 Sep 2010 20:43:57 +0000 (UTC) (envelope-from lconrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.freebsd.org (Postfix) with ESMTP id 08FC78FC13 for ; Tue, 21 Sep 2010 20:43:56 +0000 (UTC) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id D15E6471825 for ; Tue, 21 Sep 2010 22:17:49 +0200 (CEST) Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 509603865BA for ; Tue, 21 Sep 2010 22:17:50 +0200 (CEST) (envelope-from lconrad@Go2France.com) Date: Tue, 21 Sep 2010 22:17:54 +0200 Message-Id: <201009212217.AA256967036@mail.Go2France.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Len Conrad" X-Sender: To: X-Mailer: Subject: Re: Software to SEND log files only? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lconrad@Go2France.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2010 20:43:57 -0000 ---------- Original Message ---------------------------------- From: Ed Flecko Date: Tue, 21 Sep 2010 12:56:13 -0700 >According to the FreeBSD website >(http://www.freebsd.org/doc/handbook/outgoing-only.html), the easiest >way to send mail only is to install the mail/ssmtp port. > >Does anyone have an example of a script or other method (maybe a cron >script?) that would e-mail my log files to me daily? log files can be (too) huge as smtp DATA. I zip mine and use the mpack port to send the .zip file as MIME attachment. Len