Date: Thu, 10 Jan 2013 21:42:07 -0600 (CST) From: Robert Bonomi <bonomi@mail.r-bonomi.com> To: freebsd-questions@freebsd.org Subject: Re: sendmail not working Message-ID: <201301110342.r0B3g7Wc062893@mail.r-bonomi.com> In-Reply-To: <20719.18458.809884.91421@jerusalem.litteratus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> From owner-freebsd-questions@freebsd.org Thu Jan 10 17:04:06 2013 > From: Robert Huff <roberthuff@rcn.com> > 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301110342.r0B3g7Wc062893>