From owner-freebsd-questions Wed May 31 17:24:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bsdhome.dyndns.org (rdu162-225-077.nc.rr.com [24.162.225.77]) by hub.freebsd.org (Postfix) with ESMTP id D49FF37BF33 for ; Wed, 31 May 2000 17:24:23 -0700 (PDT) (envelope-from bsd@bsdhome.com) Received: from vger.bsdhome.com (vger [192.168.220.2]) by bsdhome.dyndns.org (8.9.3/8.9.3) with ESMTP id UAA06671; Wed, 31 May 2000 20:24:16 -0400 (EDT) (envelope-from bsd@bsdhome.com) Received: from localhost (bsd@localhost) by vger.bsdhome.com (8.9.3/8.9.3) with ESMTP id UAA08098; Wed, 31 May 2000 20:24:16 -0400 (EDT) (envelope-from bsd@vger.bsdhome.com) Date: Wed, 31 May 2000 20:24:16 -0400 (EDT) From: Brian Dean To: jonathan michaels Cc: freebsd-questions@freebsd.org Subject: Re: sendmail envelope masquerade Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 31 May 2000, jonathan michaels wrote: > I have edited my sendmail.cf manually to masquerade: > DMmydomain.com > but I need to also masquerade the envelope address (because the > default is not a replyable address and it causes bounces). > > There is information about how to do this in the sendmail FAQ as well > as in the mail archives, but it uses m4 macros and I'd like to > hand-edit the sendmail.cf directly. What do I have to add to > sendmail.cf to make it show mydomain.com as the envelope address too? Not sure, specifically, but you could find out by using the m4 method to generate the default sendmail.cf file, then add in the m4 macro for masquerading the envelope and generate that separate .cf file, then diff that against the default. The diff should be what you'd need to do to your sendmail.cf file, should you choose to hand edit it. -Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message