From owner-freebsd-questions@FreeBSD.ORG Sat Sep 25 15:49:08 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 081BE106566C for ; Sat, 25 Sep 2010 15:49:08 +0000 (UTC) (envelope-from rrborg-list@thelebowski.com) Received: from mail.thelebowski.com (mail.thelebowski.com [174.136.106.3]) by mx1.freebsd.org (Postfix) with ESMTP id B56CF8FC16 for ; Sat, 25 Sep 2010 15:49:07 +0000 (UTC) Received: from mail.thelebowski.com (mail.thelebowski.com [174.136.106.3]) by mail.thelebowski.com (Postfix) with ESMTP id 884E5E16D4 for ; Sat, 25 Sep 2010 08:30:17 -0700 (PDT) Authentication-Results: mail.thelebowski.com; dkim=pass (1024-bit key) header.i=@thelebowski.com header.b=UX0u6Yvp; dkim-adsp=pass Received: by mail.thelebowski.com (Postfix, from userid 65534) id 4B905E16D3; Sat, 25 Sep 2010 08:30:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=thelebowski.com; s=dkim2010; t=1285428617; bh=ae29h2GjV3cNvnXFWixQJzeS0E0LZQpJepWY4TDTPas=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=UX0u6YvpYPiaVaxM9z9URARnNJwV5pHjm50Dqqhw1lWqAh/xFAJV1wojwoj+lImhv soze1asVJbb4p6XweIGRQFrY91LZ9bv2zoRurTNF/MDVBqPQQmWcr1pD+UiqlyZcq5 ZspCNOBT8iV4pvqBXKahqx2rsAXVNQolfniPw6po= X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.thelebowski.com X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.1 Received: from [192.168.1.141] (c-67-187-169-218.hsd1.ca.comcast.net [67.187.169.218]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.thelebowski.com (Postfix) with ESMTPSA id 88C06E087F for ; Sat, 25 Sep 2010 08:30:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=thelebowski.com; s=dkim2010; t=1285428615; bh=ae29h2GjV3cNvnXFWixQJzeS0E0LZQpJepWY4TDTPas=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=rLwS1YToQPyYPB9Piy2Bu9kh9fPfwmpZoZ2Rm8CT2MASMHW8wUbMvS7jQb+FXpnM3 OyN4OU2nbU6lC3rcAAq2W5+5eJDtG//5dzgwIv/h4kWZ4FVEGkpc0gKRrVmKYONEXD cL1pvvMWjnvPGE5qo24aCBd1lrEg8EpKkIpz1Il0= Message-ID: <4C9E157C.7030403@thelebowski.com> Date: Sat, 25 Sep 2010 08:30:04 -0700 From: Rocky Borg User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: jailaudit 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: Sat, 25 Sep 2010 15:49:08 -0000 I've been trying to get jailaudit setup to mail reports daily and I haven't had much luck. It generates reports and I can read them in /usr/local/etc/jailaudit/reports. However when I try # jailaudit mail root@example.com ALL No email is sent (nothing shows up in the maillog). The only time I've gotten it to send anything is doing # jailaudit generate "ALL" | mail root@thelebowski.com However the email just says "Downloading a current audit database: New database installed. Database created: Sat Sep 25 08:05:00 PDT 2010" Which doesn't seem right since the reports should show no vulnerable ports (and for what jail). I've checked the jailaudit website and the usage page seems incorrect. Any help would be greatly appreciated as I would like to not have to install portaudit in each jail. Or if anyone has a better way to handle portaudit with multiple jails I'm open to suggestions.