aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example19
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 3015392..0e1958e 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -197,6 +197,25 @@
197 ;WorldMapModule = "WorldMap" 197 ;WorldMapModule = "WorldMap"
198 ;MapImageModule = "MapImageModule" 198 ;MapImageModule = "MapImageModule"
199 199
200
201 ; ##
202 ; ## EMAIL MODULE
203 ; ##
204
205 ;emailmodule = DefaultEmailModule
206
207[SMTP]
208
209 enabled=false
210
211 ;enabled=true
212 ;internal_object_host=lsl.opensim.local
213 ;host_domain_header_from=127.0.0.1
214 ;SMTP_SERVER_HOSTNAME=127.0.0.1
215 ;SMTP_SERVER_PORT=25
216 ;SMTP_SERVER_LOGIN=foo
217 ;SMTP_SERVER_PASSWORD=bar
218
200[Communications] 219[Communications]
201 220
202;InterregionComms = "LocalComms" 221;InterregionComms = "LocalComms"