From owner-freebsd-questions@FreeBSD.ORG Thu Oct 21 19:36:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E239916A4CE for ; Thu, 21 Oct 2004 19:36:45 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C04C43D1D for ; Thu, 21 Oct 2004 19:36:45 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CKijs-000269-00 for ; Thu, 21 Oct 2004 21:36:44 +0200 Received: from a213-22-221-213.netcabo.pt ([213.22.221.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Oct 2004 21:36:44 +0200 Received: from hishadow by a213-22-221-213.netcabo.pt with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Oct 2004 21:36:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Joe Kraft Date: Thu, 21 Oct 2004 20:36:49 +0100 Lines: 50 Message-ID: <41780FD1.6030805@netcabo.pt> References: <20041013082400.GA96867@lori.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: a213-22-221-213.netcabo.pt User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en In-Reply-To: <20041013082400.GA96867@lori.mine.nu> Sender: news cc: Geert Hendrickx cc: tedm@toybox.placo.com Subject: Re: Parental Controls X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 19:36:46 -0000 Geert Hendrickx wrote: > On Sun, Oct 10, 2004 at 01:42:26AM -0700, Ted Mittelstaedt wrote: > >> >>>-----Original Message----- >>>From: owner-freebsd-questions@freebsd.org >>>[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Joe Kraft >>>Sent: Saturday, October 09, 2004 11:40 PM >>>To: freebsd-questions@freebsd.org >>>Subject: Re: Parental Controls >>> >>> >>>I believe this road is the way to go, I'm using postfix so if this exact >>>solution doesn't work there is certainly a similar one. >>> >> >>Yeah, ok, right. >> >>When you can get postfix to do this, let us know how you did it. >> >>Ted > > > In postfix's main.cf, set always_bcc = papa@home.com > > It forwards all incoming and outgoing mail to the address specified. > > GH > OK, so what I did is similar to what Geert recommended. While I was looking up always_bcc, I found the sender_bcc_map and receiver_bcc_map, using the two of those I can specify which accounts to apply that for instead of blindly applying it to the whole site. After I had that working, being one to not leave well enough alone, I set up up a virtual mail address to log these mails and allow us to review them and delete them. For me it meets the overall monitoring requirement, but so burdensome as to make e-mail a pain for them. Thinking this through and speculating a bit, I could come up with a solution similar to the milter which puts stuff into a logfile by defining a transport that does that in the master.cf file. Thanks guys for pointing me in the right direction. Joe.