From owner-freebsd-stable@FreeBSD.ORG Fri Oct 6 20:11:30 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5676216A403 for ; Fri, 6 Oct 2006 20:11:30 +0000 (UTC) (envelope-from kobazik@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id B697A43D7F for ; Fri, 6 Oct 2006 20:11:18 +0000 (GMT) (envelope-from kobazik@gmail.com) Received: by wr-out-0506.google.com with SMTP id i21so245324wra for ; Fri, 06 Oct 2006 13:11:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=FZS49237YoAvvXFUzTmYlX4NZ4uu3B3d4e7cPGEvUQdpHZcRMxIsQSEGAvBnYwcmuSHektSY4BDjpKWJhm/LP/F/49M5hAEsSdwLeWZr+piqk5d1B3WokhxMKnDqFYdqw8Ad7qnE4Ein8LWn/bbbFuoGmV3QDekA4s449UO8gTE= Received: by 10.65.180.7 with SMTP id h7mr4872636qbp; Fri, 06 Oct 2006 13:11:17 -0700 (PDT) Received: by 10.65.228.9 with HTTP; Fri, 6 Oct 2006 13:11:17 -0700 (PDT) Message-ID: <4762624a0610061311i7f7cd11eo853029537e75dda7@mail.gmail.com> Date: Fri, 6 Oct 2006 22:11:17 +0200 From: "Dominik Zalewski" To: freebsd-stable@freebsd.org In-Reply-To: <4526B6CE.7030601@mikestammer.com> MIME-Version: 1.0 References: <4762624a0610061300u4e31b378oaf1eb9a732913c16@mail.gmail.com> <4526B6CE.7030601@mikestammer.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Eric Subject: Re: Capture all incoming/outgoing email messages X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 20:11:30 -0000 2006/10/6, Eric : > > Dominik Zalewski wrote: > > Hi, > > > > I have a gateway/firewall running FreeBSD 6.1 -release . I would like to > > capture all incoming and outgoing email messages to archive them. Is > there > > is any tool available out there ? I mean a proxy,sniffer or any other > > solution. >> > >>there are ways in postfix and probably most other MTAs to make a copy of > >>things as they are handled by the SMTP engine. check out the howtos on > >>postfix.org or google a little and you should have plenty to go on. > >> > >>Eric I know most of MTAs can do it but I dont want users to use local MTA for outgoing emails, plus this solution is just for outgoing emails , what about pop3 ? I just want to capture all smtp/pop3 traffic in packets level. Dominik