From owner-freebsd-questions@FreeBSD.ORG Fri Dec 7 18:34:56 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1B7216A420 for ; Fri, 7 Dec 2007 18:34:56 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from QMTA04.westchester.pa.mail.comcast.net (qmta04.westchester.pa.mail.comcast.net [76.96.62.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7C08613C461 for ; Fri, 7 Dec 2007 18:34:56 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from OMTA01.westchester.pa.mail.comcast.net ([76.96.62.11]) by QMTA04.westchester.pa.mail.comcast.net with comcast id MtMs1Y00K0EZKEL0508n00; Fri, 07 Dec 2007 18:23:55 +0000 Received: from belle.0lsen.net ([24.20.127.157]) by OMTA01.westchester.pa.mail.comcast.net with comcast id MuPu1Y00G3Pt6RU0300000; Fri, 07 Dec 2007 18:23:55 +0000 X-Authority-Analysis: v=1.0 c=1 a=D7lZKbl7pG8A:10 a=GgjuRc-dtDeKKjgTqXgA:9 a=K6WoEC8DgvlQ7Lp8SD_p2hxDhBQA:4 a=gi0PWCVxevcA:10 Received: by belle.0lsen.net (Postfix, from userid 1001) id 2B06879038; Fri, 7 Dec 2007 10:23:54 -0800 (PST) Date: Fri, 7 Dec 2007 10:23:54 -0800 From: Clint Olsen To: questions@freebsd.org Message-ID: <20071207182353.GA90102@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Cc: Subject: Hopefully an easy header rewriting problem for Postfix 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: Fri, 07 Dec 2007 18:34:56 -0000 I essentially want to rewrite all envelope senders of the form: @host.my.domain to just @my.domain The examples in the Postfix docs seem to make it seem like the patterns only allow you to specify explicit recipients at the end of a rewriting rule, but that's not what I want. I know this was a common thing to do in Sendmail using that hideous CF syntax. Any cluepons would be very much appreciated. Thanks, -Clint