>> On Thu, 10 Jan 2013 11:30:01 -0500, 
>> Robert Huff <roberth...@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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to