From 7ea2812a9e9a76f71d56f3db3b01e88aa2c6e7ee Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sun, 15 Feb 2009 01:06:03 +0000 Subject: Thank you, DoranZemlja, for a patch that addresses some moe llGetNextEmail issues. Fixes Mantis #3145. --- bin/OpenSim.ini.example | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'bin') 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 @@ ;WorldMapModule = "WorldMap" ;MapImageModule = "MapImageModule" + + ; ## + ; ## EMAIL MODULE + ; ## + + ;emailmodule = DefaultEmailModule + +[SMTP] + + enabled=false + + ;enabled=true + ;internal_object_host=lsl.opensim.local + ;host_domain_header_from=127.0.0.1 + ;SMTP_SERVER_HOSTNAME=127.0.0.1 + ;SMTP_SERVER_PORT=25 + ;SMTP_SERVER_LOGIN=foo + ;SMTP_SERVER_PASSWORD=bar + [Communications] ;InterregionComms = "LocalComms" -- cgit v1.1