andsim

Untitled

Jul 10th, 2011
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. [SMTP]
  2. ;; This is for emails, either for abuse reports or llEmail
  3. ;; Enabled by default for local 'in-simulator' emails.
  4. enabled=true
  5.  
  6. ;; Name of the default llEmail hostname
  7. internal_object_host=lsl.opensim.local
  8.  
  9. ;; If local_only is enabled, the rest of the options do not matter.
  10. ;; local_only enables only llEmail for prims that are trying to email prims in their own region only.
  11. ;local_only = true;
  12.  
  13. ;; Settings for connecting to your SMTP server (Email server)
  14. SMTP_SERVER_HOSTNAME=127.0.0.1
  15. SMTP_SERVER_PORT=25
  16. ;SMTP_SERVER_LOGIN=foo
  17. ;SMTP_SERVER_PASSWORD=bar
Advertisement
Add Comment
Please, Sign In to add comment