diff options
author | BlueWall | 2012-05-13 17:40:03 -0400 |
---|---|---|
committer | BlueWall | 2012-05-13 17:40:03 -0400 |
commit | 171480f2359c067e35caf29b50762835497107ff (patch) | |
tree | 7a2202a27cceb798ded94927c087ccde7b6f0fe4 /bin | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
parent | Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out ... (diff) | |
download | opensim-SC_OLD-171480f2359c067e35caf29b50762835497107ff.zip opensim-SC_OLD-171480f2359c067e35caf29b50762835497107ff.tar.gz opensim-SC_OLD-171480f2359c067e35caf29b50762835497107ff.tar.bz2 opensim-SC_OLD-171480f2359c067e35caf29b50762835497107ff.tar.xz |
Merge branch 'master' of /home/opensim/src/OpenSim
Diffstat (limited to '')
-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 |