sendmail not working

Robert Bonomi bonomi at mail.r-bonomi.com
Fri Jan 11 03:39:07 UTC 2013


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


More information about the freebsd-questions mailing list