From owner-freebsd-questions@FreeBSD.ORG Wed Feb 16 08:03:32 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9363316A4CE for ; Wed, 16 Feb 2005 08:03:32 +0000 (GMT) Received: from www.midasnetworks.com (www.midasnetworks.com [216.110.12.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9242943D66 for ; Wed, 16 Feb 2005 08:03:31 +0000 (GMT) (envelope-from clb@midasnetworks.com) Received: from [192.168.12.252] (adsl-68-93-133-62.dsl.austtx.swbell.net [68.93.133.62]) (authenticated bits=0)j1G83Tiw030430 (version=TLSv1/SSLv3 cipher=EDH-DSS-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 16 Feb 2005 02:03:30 -0600 (CST) (envelope-from clb@midasnetworks.com) Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-Id: <4ad79d4e636d80edaee0de16f91ed745@midasnetworks.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Chris Boyd Date: Wed, 16 Feb 2005 02:03:16 -0600 X-Mailer: Apple Mail (2.619.2) X-Scanned-By: MIMEDefang 2.44 Subject: Sendmail 8.13.1 oddities X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 08:03:32 -0000 Here's one for the sendmail gurus: I have a FreeBSD 4.11-STABLE #0 box with sendmail 8.13.1 built from source. I've hacked on the host.mc file a bit, adding delay_checks, a few DNSBLs, and a config for authenticated relaying. I also have a largish access database, a few domains in local-host-names, and a virtusertable. Everything works for authenticated relaying and local delivery, but email that is generated on the local system (daily reports, for example) destined for local or SMTP delivery gets bit-bucketed with "Data format error" and "Losing savemail panic" in the maillog. But, if I add the user that's generating the mail to the virtusertable, everything works fine. I've never had to do this on a box running 8.12 or earlier. Any hints? Thanks! --Chris