From owner-freebsd-questions@FreeBSD.ORG Thu Jan 10 23:00:46 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C8067520 for ; Thu, 10 Jan 2013 23:00:46 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 85962EF0 for ; Thu, 10 Jan 2013 23:00:46 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 10 Jan 2013 18:00:45 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr17.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BWM21198; Thu, 10 Jan 2013 18:00:43 -0500 X-Auth-ID: roberthuff@rcn.com Received: from 209-6-84-183.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org) ([209.6.84.183]) by smtp01.lnh.mail.rcn.net with ESMTP; 10 Jan 2013 18:00:44 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20719.18458.809884.91421@jerusalem.litteratus.org> Date: Thu, 10 Jan 2013 18:00:42 -0500 To: freebsd-questions@freebsd.org Subject: Re: sendmail not working In-Reply-To: <20130110222715.BEBD2BF3B@kev.msw.wpafb.af.mil> References: <201301081904.r08J4Nd1025687@mail.r-bonomi.com> <50EEEC89.2010507@rcn.com> <20130110222715.BEBD2BF3B@kev.msw.wpafb.af.mil> X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr17.lnh.mail.rcn.net) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 23:00:46 -0000 Karl Vogel writes: > R> After looking into several things, I can now send mail successfully. > R> However, delivery to local mailboxes is still blocked. sm-mta reports > R> "accepting connections", but maillog is still full of: > R> jerusalem sm-mta[28896]: r05KsfdB048780: smtpquit: mailer local exited > R> with exit value 1 > > Can you temporarily replace your local mailer? I found the problem - mail.local exiting because it couldn't load libsasl2.so.2 - and worked around by adding an entry in libmap pointing to .3. This is (obviously) not the final solution, and I am trying to figure out how to recompile mail.local to fix this. Recompiling all of sendmail didn't seem to catch it .... Thanks, Robert Huff