> From [email protected]  Thu Jan 10 17:04:06 2013
> From: Robert Huff <[email protected]>
> Date: Thu, 10 Jan 2013 18:00:42 -0500
> To: [email protected]
> 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
>
> _______________________________________________
> [email protected] mailing list 
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions To 
> unsubscribe, send any mail to "[email protected]"
>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to