Advertisement
Guest User

Untitled

a guest
May 9th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. i################################################################################
  2. # This file is the configuration for the the JavaMailer class. It is used to
  3. # specify the details of the JavaMailer system properties
  4. ################################################################################
  5. #
  6. # Properties are defined but commented out indicating the default values.
  7. #
  8.  
  9. #
  10. # This property defines system sender account.
  11. #
  12. # The default setting is root@[127.0.0.1]
  13. org.opennms.core.utils.fromAddress=jchauhan@ivizsecurity.com
  14.  
  15. #
  16. # This property defines SMTP Host.
  17. #
  18. org.opennms.core.utils.mailHost=127.0.0.1
  19. org.opennms.core.utils.smtpport=8888
  20. org.opennms.core.utils.mailer=smtpsend
  21. org.opennms.core.utils.transport=smtp
  22. org.opennms.core.utils.debug=true
  23. #
  24. # This property defines Mail authentication.
  25. # The default setting is false
  26. org.opennms.core.utils.authenticate=false
  27. org.opennms.core.utils.authenticateUser="opennms"
  28. org.opennms.core.utils.authenticatePassword="opennms"
  29.  
  30. # This property controls the use of the JMTA, the
  31. # default is true
  32. org.opennms.core.utils.useJMTA=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement