<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;}
@page Section1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=EN-GB link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Please be aware of the risks of enabling e-mail on your region
and that it could be used for spam purposes. It would be very easy for someone
to write a simple LSL script to fetch a whole bunch of e-mail addresses from an
external database/website and then loop sending each one a spam message. IMHO, enabling
SMTP on a region should only be done if you can control the flow of mail at
your SMTP server, and do not use a public or ISP SMTP server as you have no
control over it.<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>My suggestion if you do have access to your own SMTP server is
to create a rule where the sending domain can only be sent to destination
domain, and no other. By doing that it will minimise the risk of spam messages.
The first thing spammers do is see if a relay is open before they flood it with
spam. If they try and get no message through, they will move on to their next
target. Alternatively, running an SMTP server in a closed environment with no
external access would be ok.<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Adelle.<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>
<p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:
"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> opensim-users-bounces@lists.berlios.de
[mailto:opensim-users-bounces@lists.berlios.de] <b>On Behalf Of </b>Andy
Konstandinidis<br>
<b>Sent:</b> 10 December 2009 09:56<br>
<b>To:</b> opensim-users@lists.berlios.de<br>
<b>Subject:</b> Re: [Opensim-users] SLoodle in OpenSim: Email module<o:p></o:p></span></p>
</div>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal style='margin-bottom:12.0pt'>Thanks for the prompt reply! I
will try this and get back to you! <o:p></o:p></p>
<div>
<p class=MsoNormal>On Thu, Dec 10, 2009 at 11:50 AM, Olish Newman <<a
href="mailto:olish@newworldgrid.com">olish@newworldgrid.com</a>> wrote:<o:p></o:p></p>
<p class=MsoNormal style='margin-bottom:12.0pt'>Hi Andy,<br>
<br>
In order to get emails working through the llEmail() LSL function, you need to
configure the following section in your OpenSim.ini file :<br>
<br>
<span style='font-family:"Courier New"'>[SMTP]<br>
enabled = true<br>
internal_object_host = lsl.opensim.local<br>
host_domain_header_from = 127.0.0.1<br>
SMTP_SERVER_HOSTNAME = <a href="http://smtp.yourdomain.com/"
target="_blank">smtp.yourdomain.com</a><br>
SMTP_SERVER_PORT = 25<br>
SMTP_SERVER_LOGIN = smtp_user<br>
SMTP_SERVER_PASSWORD = smtp_password</span><br>
<br>
Replace your current SMTP section in the OpenSim.ini by the code above. You
need to provide your own SMTP server information and it should work.<br>
<br>
Regards,<br>
Olish.<br>
<br>
<br>
<o:p></o:p></p>
<div>
<p class=MsoNormal>2009/12/10 Andy Konstandinidis <<a
href="mailto:knave84@gmail.com" target="_blank">knave84@gmail.com</a>><o:p></o:p></p>
<div>
<div>
<div>
<p class=MsoNormal>Hello! I'm trying to use SLoodle in Opensim! I have setup my
Opensim server and it is working fine. I have also loaded the .oar
file of the Sloodle set. Yet when I try to configure the sloodle set to connect
to the moodle site (by touching it in the 3D world) I get an error:<o:p></o:p></p>
</div>
<div>
<p class=MsoNormal><span style='color:blue'>SLOODLE Set 0.9 (RC1) -- COMPLETE
(Fix 1.0): llGetNextEmail: email module not configured</span><o:p></o:p></p>
</div>
<div>
<p class=MsoNormal> <o:p></o:p></p>
</div>
<div>
<p class=MsoNormal>Anyone know how this issue can be resolved? Thanks! <br
clear=all>
<br>
-- <br>
Andreas Konstantinidis <br>
<br>
Research Assistant, SEERC (South- East European Research Center)<br>
PhD Candidate, Informatics Dept., <a href="http://a.u.th/" target="_blank">A.U.TH</a>.<o:p></o:p></p>
</div>
<p class=MsoNormal><o:p> </o:p></p>
</div>
</div>
<p class=MsoNormal style='margin-bottom:12.0pt'>_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users"
target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><o:p></o:p></p>
</div>
<p class=MsoNormal style='margin-bottom:12.0pt'><br>
<br>
<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users"
target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><o:p></o:p></p>
</div>
<p class=MsoNormal><br>
<br clear=all>
<br>
-- <br>
Andreas Konstantinidis <br>
<br>
Research Assistant, SEERC (South- East European Research Center)<br>
PhD Candidate, Informatics Dept., <a href="http://A.U.TH">A.U.TH</a>.<o:p></o:p></p>
</div>
</body>
</html>