From owner-freebsd-stable Wed Mar 27 11:56:19 2002 Delivered-To: freebsd-stable@freebsd.org Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by hub.freebsd.org (Postfix) with ESMTP id 7EC0437B422 for ; Wed, 27 Mar 2002 11:56:07 -0800 (PST) Received: from node1.cluster.srrc.usda.gov (localhost [127.0.0.1]) by symbion.srrc.usda.gov (8.12.2/8.12.2) with ESMTP id g2RJu62t023892 for ; Wed, 27 Mar 2002 13:56:06 -0600 (CST) (envelope-from glenn@node1.cluster.srrc.usda.gov) Received: (from glenn@localhost) by node1.cluster.srrc.usda.gov (8.12.2/8.12.2/Submit) id g2RJu6Lw023891 for stable@freebsd.org; Wed, 27 Mar 2002 13:56:06 -0600 (CST) Date: Wed, 27 Mar 2002 13:56:06 -0600 From: Glenn Johnson To: stable@freebsd.org Subject: Re: genericstable does not work with sendmail 8.12 - Solved Message-ID: <20020327195606.GA23737@node1.cluster.srrc.usda.gov> References: <20020327170158.GA22214@node1.cluster.srrc.usda.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020327170158.GA22214@node1.cluster.srrc.usda.gov> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Mar 27, 2002 at 11:01:58AM -0600, Glenn Johnson wrote: > I upgraded my -stable system yesterday with the new sendmail. The > genericstable.db is no longer being processed for outgoing mail. This is for the archives in case someone else runs into this. I did a reread through /usr/share/sendmail/cf/README and found the following clue under the description of the genericstable FEATURE: Notice: if you use an MSP (as it is default starting with 8.12), the MTA will only receive qualified addresses from the MSP (as required by the RFCs). Hence you need to add your domain to class {G}. It turns out that I had to add the fully qualified host name of the machine in a GENERICS_DOMAIN macro, ie. GENERICS_DOMAIN(`fully.qualified.host.name') I guess I should have been doing this with previous versions of sendmail but it always worked before so I did not realize it. Thanks to those who tried to help with this. -- Glenn Johnson USDA, ARS, SRRC Phone: (504) 286-4252 New Orleans, LA 70124 e-mail: gjohnson@srrc.ars.usda.gov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message