diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 2 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index acad0f3..2fe4db7 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -218,7 +218,7 @@ | |||
218 | ;; The SMTP server enabled the email module to send email to external | 218 | ;; The SMTP server enabled the email module to send email to external |
219 | ;; destinations. | 219 | ;; destinations. |
220 | 220 | ||
221 | ;# {enabled} {[Startup]emailmodule:DefaultEmailModule} {Enable SMTP service?} {true false} true | 221 | ;# {enabled} {[Startup]emailmodule:DefaultEmailModule} {Enable SMTP service?} {true false} false |
222 | ;; Enable sending email via SMTP | 222 | ;; Enable sending email via SMTP |
223 | ; enabled = false | 223 | ; enabled = false |
224 | 224 | ||
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index d1b3ae6..bf36228 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -277,15 +277,15 @@ | |||
277 | 277 | ||
278 | 278 | ||
279 | [SMTP] | 279 | [SMTP] |
280 | enabled=false | 280 | enabled = false |
281 | 281 | ||
282 | ;enabled=true | 282 | ;enabled = true |
283 | ;internal_object_host=lsl.opensim.local | 283 | ;internal_object_host = lsl.opensim.local |
284 | ;host_domain_header_from=127.0.0.1 | 284 | ;host_domain_header_from = 127.0.0.1 |
285 | ;SMTP_SERVER_HOSTNAME=127.0.0.1 | 285 | ;SMTP_SERVER_HOSTNAME = 127.0.0.1 |
286 | ;SMTP_SERVER_PORT=25 | 286 | ;SMTP_SERVER_PORT = 25 |
287 | ;SMTP_SERVER_LOGIN=foo | 287 | ;SMTP_SERVER_LOGIN = foo |
288 | ;SMTP_SERVER_PASSWORD=bar | 288 | ;SMTP_SERVER_PASSWORD = bar |
289 | 289 | ||
290 | 290 | ||
291 | [Network] | 291 | [Network] |