Date: Fri, 2 Jun 2006 17:12:54 +0100
From: "Vapor" <bluequartz (at mark) vaporised.com>
Subject: [coba-e:05518] Re: Basic firewall package
To: coba-e (at mark) bluequartz.org
Message-Id: <20060602161057.M72874 (at mark) vaporised.com>
In-Reply-To: <009d01c68657$c9656520$3701a8c0@lapxp>
References: <20060602124626.M54619 (at mark) vaporised.com> <009d01c68657$c9656520$3701a8c0 (at mark) lapxp>
X-Mail-Count: 05518
> I couldn't find in /etc/cron.hourly/log_traffic how to do this:
>
> > ##send iptables.sh output to ">/dev/null 2>&1" or it will
> > email you every hour##
> > ##mod DNS rules section, add in+out TCP to allow polls##
>
> Could you direct me?
Basically it's the line that runs the iptables.sh script, Line 225
Mine looks like this:
-----
/usr/bin/iptables.sh >/dev/null 2>&1
-----
Just sent output to null, that stopped the hourly emails.
Brett