From owner-freebsd-questions@FreeBSD.ORG Sun Sep 18 16:04:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CF00116A41F for ; Sun, 18 Sep 2005 16:04:09 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 486AD43D45 for ; Sun, 18 Sep 2005 16:04:09 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 9702C5E19; Sun, 18 Sep 2005 12:04:08 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03682-10; Sun, 18 Sep 2005 12:04:07 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-68-11.ny325.east.verizon.net [68.161.68.11]) by pi.codefab.com (Postfix) with ESMTP id B08D55C34; Sun, 18 Sep 2005 12:04:06 -0400 (EDT) Message-ID: <432D8FF9.3020705@mac.com> Date: Sun, 18 Sep 2005 12:04:09 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stan References: <20050918151024.GB28721@teddy.fas.com> In-Reply-To: <20050918151024.GB28721@teddy.fas.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: Free BSD Questions list Subject: Re: mail From control? 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: Sun, 18 Sep 2005 16:04:09 -0000 stan wrote: [ ... ] > I tried turing on the masqurade envolope feature in sendmail, but it did > not seem to change anything. > > How can I force the outgoing mesage to appear to be from the virtual doamin > in all espects? Consider the combination of the following features: FEATURE(`allmasquerade')dnl FEATURE(`masquerade_envelope')dnl FEATURE(`masquerade_entire_domain')dnl ...and use this with some care, although this will work with a virtusertable and "virtual domains", since this makes tracking down mailing loops difficult since you are re-writing so much of the header information. -- -Chuck