From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Cannings Subject: Re: Iptables Email Alerting Date: Mon, 15 Mar 2004 18:15:24 +0000 Sender: netfilter-admin@lists.netfilter.org Message-ID: <200403151815.24769.lists@edeca.net> References: <20040315180815.18699.qmail@web40701.mail.yahoo.com> Reply-To: david@edeca.net Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20040315180815.18699.qmail@web40701.mail.yahoo.com> Content-Disposition: inline Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org On Monday 15 March 2004 18:08, Real Cucumber wrote: > Does anyone know if it is possible to have IPtables > send email alerts > based on certain traffic? > > I'm looking for something similair to the -j LOG > option, perhaps a -j MAIL ? You could quite possibly jump to a userspace script that handles this. I believe the target is QUEUE, but support will need to be compiled into your kernel to support it. David