From owner-freebsd-questions@FreeBSD.ORG Thu Sep 13 08:54:12 2007 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 3659E16A41A for ; Thu, 13 Sep 2007 08:54:12 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id 546F513C46C for ; Thu, 13 Sep 2007 08:54:10 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id l8D8nfhN047567 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 13 Sep 2007 10:49:41 +0200 (SAST) (envelope-from jonathan@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org, orvilleg@hotmail.com Date: Thu, 13 Sep 2007 10:56:43 +0200 User-Agent: KMail/1.7.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709131056.43729.jonathan@hst.org.za> X-Spam-Score: -4.132 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Cc: Subject: Re: fbsd & sendmail as MTA 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: Thu, 13 Sep 2007 08:54:12 -0000 On Thursday 13 September 2007 03:46, Jack Stone wrote: > We're switching our MTA from postfix to sendmail on a purely mail relay > server and all is running just fine except for one minor essential. > > Is there any way to have sendmail perform the same service as the > recipient_bcc.map and sender_bcc.map on postfix? Those using postfix know > this is used to send bcc of certain emails in order to monitor things like > users who might want to know what their kids are up to. > > I've spent several days going through sendmail docs and trying other tools > like procmail to make extra copies from the sender and/or the recip -- but, > no joy. [Wild answer off the top of my head] I have a feeling that sendmail very specifically *doesn't* have an easy way to do this because the sendmail people regard it as an invasion of privacy (this may even be a FAQ). I can't instantly think of a way round it, but if I do I'll let you know. Jonathan