From owner-freebsd-questions Fri Jan 11 9:51:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vmail.clickcom.com (vmail.clickcom.com [209.198.22.7]) by hub.freebsd.org (Postfix) with ESMTP id D63CE37B404 for ; Fri, 11 Jan 2002 09:51:03 -0800 (PST) Received: from fishbowl (someone@calefaction.clickcom.com [209.198.22.19]) by vmail.clickcom.com (8.11.1/8.11.1) with ESMTP id g0BHp4v26343 for ; Fri, 11 Jan 2002 12:51:04 -0500 (EST) (envelope-from jks@clickcom.com) From: "John Straiton" To: Subject: OT: Sendmail issues Date: Fri, 11 Jan 2002 12:48:00 -0500 Message-ID: <004901c19ac8$1d1051b0$4116c60a@win2k.clickcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I know this isn't really the place for this, however comp.mail.sendmail hasn't been of any help so I'm hoping one of you geniuses has an idea what to do here before I go nuts. I am getting the 554 5.0.0 MX list for domain.com points back to myhost.name.com 554 5.3.5 ... Local configuration error (names changed of course) This is caused because in our company, DNS entries are *always* set up to MX to our mail server regardless if the customers are going to use it. This makes enabling email on a domain easier on down the road. However, the problem is that now that over 2000 domains are pointing at the machine, we get around 300 or so postmaster messages a day with this complaint in them. That clutter is bad enough that we're sometimes missing the messages that we really do need to look at (spam complaints, our own email being returned, etc). What I'd like to do is make sendmail either A) send these specific errors to another user (not postmaster) while leaving all the other errors to natural means or B) /dev/null the the 554 5.0.0 things. In trying ./sendmail -bt, and using all the rule numbers I could find in my sendmail.cf, I was unable to find a rule that seemed to make the discovery that domain.com == myhost.name.com. In looking through the setup, it appears that this actual error message text actually comes out of /src/domain.h which I'm not about to try poking around in. Since we have multiple mail servers, and some bizarrely custom configurations, simply adding all the domains in BIND to local-host-names is not an option. What to do? Thoughts? John Straiton ClickCom, Inc. jks@clickcom.com (704)365-9970x101 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message