make [SMTP] default comment option match actual default
parent
0a09c45726
commit
e1ce106790
|
@ -218,7 +218,7 @@
|
||||||
;; The SMTP server enabled the email module to send email to external
|
;; The SMTP server enabled the email module to send email to external
|
||||||
;; destinations.
|
;; destinations.
|
||||||
|
|
||||||
;# {enabled} {[Startup]emailmodule:DefaultEmailModule} {Enable SMTP service?} {true false} true
|
;# {enabled} {[Startup]emailmodule:DefaultEmailModule} {Enable SMTP service?} {true false} false
|
||||||
;; Enable sending email via SMTP
|
;; Enable sending email via SMTP
|
||||||
; enabled = false
|
; enabled = false
|
||||||
|
|
||||||
|
|
|
@ -277,15 +277,15 @@
|
||||||
|
|
||||||
|
|
||||||
[SMTP]
|
[SMTP]
|
||||||
enabled=false
|
enabled = false
|
||||||
|
|
||||||
;enabled=true
|
;enabled = true
|
||||||
;internal_object_host=lsl.opensim.local
|
;internal_object_host = lsl.opensim.local
|
||||||
;host_domain_header_from=127.0.0.1
|
;host_domain_header_from = 127.0.0.1
|
||||||
;SMTP_SERVER_HOSTNAME=127.0.0.1
|
;SMTP_SERVER_HOSTNAME = 127.0.0.1
|
||||||
;SMTP_SERVER_PORT=25
|
;SMTP_SERVER_PORT = 25
|
||||||
;SMTP_SERVER_LOGIN=foo
|
;SMTP_SERVER_LOGIN = foo
|
||||||
;SMTP_SERVER_PASSWORD=bar
|
;SMTP_SERVER_PASSWORD = bar
|
||||||
|
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
|
|
Loading…
Reference in New Issue