From owner-freebsd-questions@FreeBSD.ORG Fri Jan 11 03:39:07 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 CDE2AB80 for ; Fri, 11 Jan 2013 03:39:07 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 97073C1B for ; Fri, 11 Jan 2013 03:39:07 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id r0B3g7Wc062893 for freebsd-questions@freebsd.org; Thu, 10 Jan 2013 21:42:07 -0600 (CST) Date: Thu, 10 Jan 2013 21:42:07 -0600 (CST) From: Robert Bonomi Message-Id: <201301110342.r0B3g7Wc062893@mail.r-bonomi.com> To: freebsd-questions@freebsd.org Subject: Re: sendmail not working In-Reply-To: <20719.18458.809884.91421@jerusalem.litteratus.org> 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: Fri, 11 Jan 2013 03:39:07 -0000 > From owner-freebsd-questions@freebsd.org Thu Jan 10 17:04:06 2013 > From: Robert Huff > Date: Thu, 10 Jan 2013 18:00:42 -0500 > To: freebsd-questions@freebsd.org > Subject: Re: sendmail not working > > > 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 .... Go to the dir where the sendmail sources live. there will be subdirs named (among others) doc, sendmail, and mail.local. cd to mail.local, then run: make clean make ldd mail.local #to confirm the libs used then make install > > > Thanks, > > > Robert Huff > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions To > unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >