From owner-freebsd-questions Thu May 29 19:15:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA23138 for questions-outgoing; Thu, 29 May 1997 19:15:55 -0700 (PDT) Received: from tok.qiv.com ([204.214.141.211]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA23133 for ; Thu, 29 May 1997 19:15:53 -0700 (PDT) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.8.5) with UUCP id VAA05839; Thu, 29 May 1997 21:15:40 -0500 (CDT) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.5/8.8.5) with SMTP id VAA01470; Thu, 29 May 1997 21:01:03 -0500 (CDT) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Thu, 29 May 1997 21:01:03 -0500 (CDT) From: "Jay D. Nelson" To: StevenR362@aol.com cc: questions@FreeBSD.ORG Subject: Re: Sendmail domain name question. In-Reply-To: <970529200820_-1765940391@emout20.mail.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Define the M macro in your sendmail.cf file[s]. E.g., DMavionmfg.com It's near the top of /etc/sendmail.cf. -- Jay On Thu, 29 May 1997 StevenR362@aol.com wrote: -> ->How do I get sendmail to rewrite my return addresses to the base ->domain name instead of the machine name. I.E. -> ->I have two machines at home on a 192.168. fake net that connect to the ->internet via dialup ppp. The machines are pc.avionmfg.com and ->bsd.avionmfg.com avionmfg.com is a valid domain name but bsd & pc are ->not. I need for sendmail to make all return address foo@avionmfg.com ->and not foo@[bsd,pc].avionmfg.com. Incoming mail is by pop3 from a ->virtual domain host and is not a problem. -> ->CC me on any replies as I am not on this list. -> ->STeve ->