From owner-freebsd-questions@FreeBSD.ORG Tue Sep 21 19:56:14 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 64F6010656AA for ; Tue, 21 Sep 2010 19:56:14 +0000 (UTC) (envelope-from edflecko@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 316F68FC17 for ; Tue, 21 Sep 2010 19:56:13 +0000 (UTC) Received: by iwn34 with SMTP id 34so6409065iwn.13 for ; Tue, 21 Sep 2010 12:56:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ALLH1MaV9eJOMljTPU0haUlqMjga4vxQg01/1JgFn6w=; b=w1KLbVS4AYWxVEQGsAGAAtvdijpBaiR8qd72ayaV8n4g0fl+kvxM/624Dur2uFhu1c bJIjuAJzKoeu5Qg3IpOXvmrjlhAqD9Yf521npdHD24YZH9fVoktjIW25X+hZruItmiLg Rtd+Xk7JV84pgpNQFaqpLzXRO/4T914WzLAYU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=K5MWsNUDx6LrWkZiNyZ+MBwMfVBDYnsqkfChUHrBcl3DHiuIxflHFHlYj2L7N1sIKG epIWqbis25k3s+gtbQaRs8SBw9TmyarculKi3sWM+1S0cp8HvargtR0zTTrj00WMoh5U Ofh+HipCKZEvLLUL+gKK8z6gITgTWehBaQe48= MIME-Version: 1.0 Received: by 10.231.159.203 with SMTP id k11mr12407296ibx.115.1285098973291; Tue, 21 Sep 2010 12:56:13 -0700 (PDT) Received: by 10.231.186.137 with HTTP; Tue, 21 Sep 2010 12:56:13 -0700 (PDT) Date: Tue, 21 Sep 2010 12:56:13 -0700 Message-ID: From: Ed Flecko To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Software to SEND log files only? 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: Tue, 21 Sep 2010 19:56:14 -0000 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? Thank you, Ed