From 21770a83c1709e3ccc9c13832d8fefd25da63997 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 18 Mar 2022 13:18:00 +0000 Subject: [PATCH] replace EmailModule with EmailModule2. Note current use of dlls from nuget mailkit2.9.0, mimekit2.9.2 and Portable.BouncyCastle1.9.0 without all nuget useless crap --- bin/OpenSim.ini.example | 9 +++------ prebuild.xml | 5 ----- prebuild48.xml | 5 ----- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index d038c59e5d..2f608a27b6 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -292,11 +292,10 @@ ;; Separate patterns with a ';' ; HttpProxyExceptions = ".mydomain.com;localhost" - ;# {emailmodule} {} {Provide llEmail and llGetNextEmail functionality? (requires SMTP server)} {DefaultEmailModule DefaultEmailModule2} none + ;# {emailmodule} {} {Provide llEmail and llGetNextEmail functionality? (requires SMTP server)} {DefaultEmailModule} none ;; The email module requires some configuration. It needs an SMTP ;; server to send mail through. - ;; DefaultEmailModule2 is a improved version under test - ; emailmodule = DefaultEmailModule2 + ; emailmodule = DefaultEmailModule ;# {SpawnPointRouting} {} {Set routing method for Telehub Spawnpoints} {closest random sequence} closest ;; SpawnPointRouting adjusts the landing for incoming avatars. @@ -506,7 +505,6 @@ ; host_domain_header_from = "127.0.0.1" ;# {SMTP_SERVER_FROM} {[Startup]emailmodule:DefaultEmailModule2 enabled:true} {SMTP server from name?} {} - ; DefaultEmailModule2 only ; some smtp servers require a known From email address or will give Error 500 - Envelope from address is not authorised ; set to a valid email address that smtp will accept (in some cases must be like SMTP_SERVER_LOGIN) ; SMTP_SERVER_FROM = "" @@ -517,8 +515,7 @@ ;# {email_max_size} {[Startup]emailmodule:DefaultEmailModule enabled:true} {Maximum total size of email in bytes.} {} 4096 ; email_max_size = 4096 - ;# {SMTP_SERVER_TLS} {[Startup]emailmodule:DefaultEmailModule2 enabled:true} {SMTP use TLS?} {} false - ; DefaultEmailModule2 only + ;# {SMTP_SERVER_TLS} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP use TLS?} {} false ; SMTP_SERVER_TLS = false ;# {SMTP_SERVER_HOSTNAME} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server name?} {} 127.0.0.1 diff --git a/prebuild.xml b/prebuild.xml index 5e90c7775f..191263db74 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -467,7 +467,6 @@ - @@ -1625,7 +1624,6 @@ - @@ -1691,7 +1689,6 @@ - @@ -3056,7 +3053,6 @@ - @@ -3177,7 +3173,6 @@ - - @@ -3178,7 +3174,6 @@ -