diff options
author | Chris Koeritz | 2012-05-13 16:58:47 -0400 |
---|---|---|
committer | BlueWall | 2012-05-13 17:34:20 -0400 |
commit | 30a272ba318c2cacc27f6244dcf829c37a789a7c (patch) | |
tree | 976beda77221f1d826a4b9c04b59fad0409f8930 /bin/OpenSim.ini.example | |
parent | Add configurable SpawnPointRouting (diff) | |
download | opensim-SC_OLD-30a272ba318c2cacc27f6244dcf829c37a789a7c.zip opensim-SC_OLD-30a272ba318c2cacc27f6244dcf829c37a789a7c.tar.gz opensim-SC_OLD-30a272ba318c2cacc27f6244dcf829c37a789a7c.tar.bz2 opensim-SC_OLD-30a272ba318c2cacc27f6244dcf829c37a789a7c.tar.xz |
Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out of step with documentation at 1024, so boosted to 4096). Added configuration item for maximum email size. Redundant sleep inside email module was fixed (LSL Api was already sleeping). Added sleep time configuration item for snooze between email sending for LSL Api. Added two new configuration items (email_max_size and email_pause_time) into the example OpenSim.ini, plus fixed a spelling error (llimits) and odd tabbing.
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to 'bin/OpenSim.ini.example')
-rwxr-xr-x | bin/OpenSim.ini.example | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 50366a6..8e7e459 100755 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -273,6 +273,12 @@ | |||
273 | ;# {host_domain_header_from} {[Startup]emailmodule:DefaultEmailModule enabled:true} {From address to use in the sent email header?} {} 127.0.0.1 | 273 | ;# {host_domain_header_from} {[Startup]emailmodule:DefaultEmailModule enabled:true} {From address to use in the sent email header?} {} 127.0.0.1 |
274 | ; host_domain_header_from = "127.0.0.1" | 274 | ; host_domain_header_from = "127.0.0.1" |
275 | 275 | ||
276 | ;# {email_pause_time} {[Startup]emailmodule:DefaultEmailModule enabled:true} {Period in seconds to delay after an email is sent.} {} 20 | ||
277 | ; email_pause_time = 20 | ||
278 | |||
279 | ;# {email_max_size} {[Startup]emailmodule:DefaultEmailModule enabled:true} {Maximum total size of email in bytes.} {} 4096 | ||
280 | ; email_max_size = 4096 | ||
281 | |||
276 | ;# {SMTP_SERVER_HOSTNAME} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server name?} {} 127.0.0.1 | 282 | ;# {SMTP_SERVER_HOSTNAME} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server name?} {} 127.0.0.1 |
277 | ; SMTP_SERVER_HOSTNAME = "127.0.0.1" | 283 | ; SMTP_SERVER_HOSTNAME = "127.0.0.1" |
278 | 284 | ||
@@ -285,7 +291,6 @@ | |||
285 | ;# {SMTP_SERVER_PASSWORD} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server password} {} | 291 | ;# {SMTP_SERVER_PASSWORD} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server password} {} |
286 | ; SMTP_SERVER_PASSWORD = "" | 292 | ; SMTP_SERVER_PASSWORD = "" |
287 | 293 | ||
288 | |||
289 | [Network] | 294 | [Network] |
290 | ;; Configure the remote console user here. This will not actually be used | 295 | ;; Configure the remote console user here. This will not actually be used |
291 | ;; unless you use -console=rest at startup. | 296 | ;; unless you use -console=rest at startup. |
@@ -677,7 +682,7 @@ | |||
677 | ;; Sets the multiplier for the scripting delays | 682 | ;; Sets the multiplier for the scripting delays |
678 | ; ScriptDelayFactor = 1.0 | 683 | ; ScriptDelayFactor = 1.0 |
679 | 684 | ||
680 | ;; The factor the 10 m distances llimits are multiplied by | 685 | ;; The factor the 10 m distances limits are multiplied by |
681 | ; ScriptDistanceLimitFactor = 1.0 | 686 | ; ScriptDistanceLimitFactor = 1.0 |
682 | 687 | ||
683 | ;; Maximum length of notecard line read | 688 | ;; Maximum length of notecard line read |
@@ -780,7 +785,7 @@ | |||
780 | ;; groups service if the service is using these keys | 785 | ;; groups service if the service is using these keys |
781 | ; XmlRpcServiceReadKey = 1234 | 786 | ; XmlRpcServiceReadKey = 1234 |
782 | ; XmlRpcServiceWriteKey = 1234 | 787 | ; XmlRpcServiceWriteKey = 1234 |
783 | 788 | ||
784 | [InterestManagement] | 789 | [InterestManagement] |
785 | ;# {UpdatePrioritizationScheme} {} {Update prioritization scheme?} {BestAvatarResponsiveness Time Distance SimpleAngularDistance FrontBack} BestAvatarResponsiveness | 790 | ;# {UpdatePrioritizationScheme} {} {Update prioritization scheme?} {BestAvatarResponsiveness Time Distance SimpleAngularDistance FrontBack} BestAvatarResponsiveness |
786 | ;; This section controls how state updates are prioritized for each client | 791 | ;; This section controls how state updates are prioritized for each client |