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.
- Timestamp:
-
Oct 9, 2009, 9:23:25 PM (13 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v52
|
v53
|
|
313 | 313 | |
314 | 314 | == SMTP through google accounts == |
315 | | As root: |
316 | | {{{ |
317 | | sudo apt-get install ssmtp mailx |
318 | | }}} |
| 315 | Make sure sendmail isn't installed: |
| 316 | {{{ |
| 317 | sudo apt-get remove sendmail |
| 318 | sudo apt-get install ssmtp mailx mailutils |
| 319 | }}} |
| 320 | |
| 321 | Make sure sendmail libraries are linked to ssmtp: |
| 322 | {{{ |
| 323 | sudo rm /usr/lib/sendmail |
| 324 | sudo ln -s /usr/lib/ssmtp /usr/lib/sendmail |
| 325 | }}} |
| 326 | |
| 327 | |
319 | 328 | Edit /etc/ssmtp/ssmtp.conf: |
320 | 329 | {{{ |