close Warning: Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 52 and Version 53 of servers/setup-condensed


Ignore:
Timestamp:
Oct 9, 2009, 9:23:25 PM (13 years ago)
Author:
hank
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • servers/setup-condensed

    v52 v53  
    313313
    314314== SMTP through google accounts ==
    315 As root:
    316 {{{
    317 sudo apt-get install ssmtp mailx
    318 }}}
     315Make sure sendmail isn't installed:
     316{{{
     317sudo apt-get remove sendmail
     318sudo apt-get install ssmtp mailx mailutils
     319}}}
     320
     321Make sure sendmail libraries are linked to ssmtp:
     322{{{
     323sudo rm /usr/lib/sendmail
     324sudo ln -s /usr/lib/ssmtp /usr/lib/sendmail
     325}}}
     326
     327
    319328Edit /etc/ssmtp/ssmtp.conf:
    320329{{{