<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:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:163210511;
        mso-list-type:hybrid;
        mso-list-template-ids:1427244340 -1545972700 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
        {mso-level-text:"\(%1\)";
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
--></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-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>I have had great success to this point to get 0.8 up and running. The only things lacking right now of high importance are: (1) an economy, and (2) external email capability for servers.<o:p></o:p></p><p class=MsoNormal>What I am currently getting for a message is: “DefaultEmailModule Exception: Could not connect to 127.0.0.1:25”<o:p></o:p></p><p class=MsoNormal>My port 25 is open on the primary computer (I am running 4 systems, with primary running robust, initial OpenSim instance, and MySQL) on TCP as well as UDP.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have the following OpenSim.ini (extraction of the [SMTP] part and email/passwords have been removed):<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>[SMTP]<o:p></o:p></p><p class=MsoNormal>    ;; The SMTP server enabled the email module to send email to external<o:p></o:p></p><p class=MsoNormal>    ;; destinations.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    ;# {enabled} {[Startup]emailmodule:DefaultEmailModule} {Enable SMTP service?} {true false} false<o:p></o:p></p><p class=MsoNormal>    ;; Enable sending email via SMTP<o:p></o:p></p><p class=MsoNormal>    enabled = true<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    ;# {internal_object_host} {[Startup]emailmodule:DefaultEmailModule enabled:true} {Host name to treat as internal (object to object) email?} {} lsl.opensim.local<o:p></o:p></p><p class=MsoNormal>    internal_object_host = lsl.opensim.local<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    ;# {host_domain_header_from} {[Startup]emailmodule:DefaultEmailModule enabled:true} {From address to use in the sent email header?} {} 127.0.0.1<o:p></o:p></p><p class=MsoNormal>    host_domain_header_from = "127.0.0.1"<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    ;# {email_pause_time} {[Startup]emailmodule:DefaultEmailModule enabled:true} {Period in seconds to delay after an email is sent.} {} 20<o:p></o:p></p><p class=MsoNormal>    email_pause_time = 20<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    ;# {email_max_size} {[Startup]emailmodule:DefaultEmailModule enabled:true} {Maximum total size of email in bytes.} {} 4096<o:p></o:p></p><p class=MsoNormal>    email_max_size = 4096<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    ;# {SMTP_SERVER_HOSTNAME} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server name?} {} 127.0.0.1<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>     SMTP_SERVER_HOSTNAME = "127.0.0.1"<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    ;# {SMTP_SERVER_PORT} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server name?} {SMTP server port?} {} 25<o:p></o:p></p><p class=MsoNormal>    SMTP_SERVER_PORT = 25<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    ;# {SMTP_SERVER_LOGIN} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server user name?} {}<o:p></o:p></p><p class=MsoNormal>    SMTP_SERVER_LOGIN = "ihavereplaced this"<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    ;# {SMTP_SERVER_PASSWORD} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server password} {}<o:p></o:p></p><p class=MsoNormal>    SMTP_SERVER_PASSWORD = "ihavereplacedthis"<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>;; end of [SMTP] module<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>So now for my questions:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='mso-list:Ignore'>(1)<span style='font:7.0pt "Times New Roman"'>    </span></span><![endif]>What IP should be in the SMTP_SERVER_HOSTNAME line?<o:p></o:p></p><p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span style='mso-list:Ignore'>(2)<span style='font:7.0pt "Times New Roman"'>    </span></span><![endif]>Should the login and password be the same as my regular personal mail?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Looking forward to a resolve here. I have checked other forums for an answer, but nothing can get as good as the OpenSim Users group.<o:p></o:p></p></div></body></html>