From owner-freebsd-questions Thu Feb 13 23:06:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA13020 for questions-outgoing; Thu, 13 Feb 1997 23:06:19 -0800 (PST) Received: from cold.org (cold.org [206.81.134.103]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA13014 for ; Thu, 13 Feb 1997 23:06:16 -0800 (PST) Received: from localhost (brandon@localhost) by cold.org (8.8.5/8.8.3) with SMTP id AAA03158 for ; Fri, 14 Feb 1997 00:05:54 -0700 (MST) Date: Fri, 14 Feb 1997 00:05:53 -0700 (MST) From: Brandon Gillespie To: freebsd-questions@freebsd.org Subject: WTF? sendmail.cf in 2.2 hoses multiple domains? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just upgraded a system to 2.2, from 2.1.5. I opted to do a clean install, and copy over what I needed. The system servs many domains, but now with the 'new' sendmail.cf suddenly sendmail is refusing anything but the base domain. I have usually just listed multiple domains with a sendmail.cw file, pointed to in sendmail.cf with the line: Fw-o /etc/sendmail.cw I noticed that the newer sendmail.cf already did this, so I didn't bother changing ANYTHING in the sendmail config file. My interfaces are setup with the multiple domains just fine--everything else works from virtual servers to whatnot. But when I email to these other domains sendmail bounces the messages, with the bogus message: 553 roundrocks.com. config error: mail loops back to me (MX problem?) 554 ... Local configuration error It is NOT an MX problem, they are setup correctly. Yeah, of course the mail loops back to itself, that is what it SHOULD be doing. Is it just ignoring the sendmail.cw file? WTF is the problem? I solved it for now by just grabbing my old sendmail.cf file, but I'd like to know whats up with the new one? -Brandon Gillespie