Date: Thu, 10 Jan 2013 17:27:15 -0500 (EST) From: vogelke+unix@pobox.com (Karl Vogel) To: freebsd-questions@freebsd.org Subject: Re: sendmail not working Message-ID: <20130110222715.BEBD2BF3B@kev.msw.wpafb.af.mil> In-Reply-To: <50EEEC89.2010507@rcn.com> (message from Robert Huff on Thu, 10 Jan 2013 11:30:01 -0500) References: <201301081904.r08J4Nd1025687@mail.r-bonomi.com> <50EEEC89.2010507@rcn.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> On Thu, 10 Jan 2013 11:30:01 -0500,
>> Robert Huff <roberthuff@rcn.com> said:
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?
you% cd /where/ever
you% mv localmailer localmailer.bin
Then use something like this in its place:
#!/bin/sh
/usr/bin/truss -f -o /tmp/local$$ /where/ever/localmailer.bin ${1+"$@"}
exit 0
--
Karl Vogel I don't speak for the USAF or my company
He fell for her like his heart was a mob informant, and she was the
East River. --bizarre expressions found in English papers
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130110222715.BEBD2BF3B>
