View Single Post
  #5   (View Single Post)  
Old 3rd July 2008
cssgalactic cssgalactic is offline
Port Guard
 
Join Date: Jun 2008
Posts: 24
Default

Quote:
Originally Posted by scottro View Post
Easiest way to do it in FreeBSD
cd /usr/ports/mail/ssmtp
make replace

This will rewrite mailer.conf so that it uses ssmtp instead of sendmail.
Then, you don't need to put the sendmail line in .muttrc.
However, as jbhappy correctly mentioned, it's /usr/local/sbin/ssmtp that you want.

I see that you also give the option to offer another solution. I've come to prefer msmtp. Firstly, ssmtp has been abandoned and is no longer maintained. Secondly, msmtp gives you a bit more flexibility--you can send from multiple accounts and such.

I cover it in my my mutt page.
http://home.nyc.rr.com/computertaijutsu/mutt.html
Let me start reading about msmtp. I'll give ssmtp another try if not I'll move on. Thank you scottro.
Reply With Quote