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:
-
Jul 8, 2009, 11:38:04 PM (14 years ago)
- Author:
-
hank
- Comment:
-
more documentation
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v26
|
v27
|
|
220 | 220 | }}} |
221 | 221 | |
| 222 | == SMTP through google accounts == |
| 223 | As root: |
| 224 | {{{ |
| 225 | sudo apt-get install ssmtp mailx |
| 226 | }}} |
| 227 | Edit /etc/ssmtp/ssmtp.conf: |
| 228 | {{{ |
| 229 | root=noc@silverfilecorp.com |
| 230 | mailhub=smtp.gmail.com:587 |
| 231 | UseSTARTTLS=yes |
| 232 | UseTLS=yes |
| 233 | AuthUser=noc@silverfilecorp.com |
| 234 | AuthPass=<< noc password >> |
| 235 | }}} |
| 236 | |
222 | 237 | == Permissions on /FILES/ == |
223 | 238 | AS root: |