Re: OpenNMS gmail notification configuration setting.
Marc Doesburg <[email protected]>
| Newsgroups | gmane.network.opennms.general |
|---|---|
| Message-ID | <CAE_XvpaH8V-hC-gwvnwXh4bG1Vc-LFPknG6dVhnZ465n2s=jPg@mail.gmail.com> |
Hi Chuck, Not sure if you figured it out yet. But I configured it on our server today and it works. You do need to enable the "Allow less secure apps" for your GMail account. Edit your javamail-configuration.properties using the settings below: ################################################################################ # This file is the configuration for the the JavaMailer class. It is used to # specify the details of the JavaMailer system properties ################################################################################ # # Properties are defined but commented out indicating the default values. # # # This property defines system sender account. # # The default setting is root@[127.0.0.1] [email protected] # # These properties define the SMTP Host. # org.opennms.core.utils.mailHost=smtp.gmail.com #org.opennms.core.utils.mailer=smtpsend org.opennms.core.utils.transport=smtp #org.opennms.core.utils.debug=true org.opennms.core.utils.smtpport=587 org.opennms.core.utils.smtpssl.enable=true #org.opennms.core.utils.quitwait=true # # This property controls the use of the JMTA # if it is true, mailHost will be ignored org.opennms.core.utils.useJMTA=false # # These properties define the Mail authentication. # org.opennms.core.utils.authenticate=true org.opennms.core.utils.authenticateUser=your-e-mail-address@gmail.com org.opennms.core.utils.authenticatePassword=YOUR-PASSWORD org.opennms.core.utils.starttls.enable=true # # These properties configure message content # org.opennms.core.utils.messageContentType=text/html org.opennms.core.utils.charset=UTF-8 -- Marc D. Real is just a matter of perception On Sat, Nov 11, 2017 at 3:12 AM, Chuck harpham <[email protected]> wrote: > > Hi I am wondering if someone who uses gmail notification for opennms can > share me your basic smtp settings for opennms javamail.. > > here is my configuration > from my javamail-configuration.properties file > > # This property controls the use of the JMTA > # if it is true, mailHost will be ignored > org.opennms.core.utils.useJMTA=false > # > # These properties define the Mail authentication. > # > #org.opennms.core.utils.authenticate=false > #org.opennms.core.utils.authenticateUser=opennms > #org.opennms.core.utils.authenticatePassword=opennms > #org.opennms.core.utils.starttls.enable=false > org.opennms.core.utils.transport=smtps > org.opennms.core.utils.mailHost=smtp.gmail.com > org.opennms.core.utils.smtpport=465 > org.opennms.core.utils.smtpssl.enable=true > org.opennms.core.utils.authenticate=true > org.opennms.core.utils.authenticateUser=useremailaddress@gmail.com > org.opennms.core.utils.authenticatePassword=userpassword > org.opennms.core.utils.starttls.enable=true > org.opennms.core.utils.messageContentType=text/html > org.opennms.core.utils.charset=UTF-8 > > > *Notice of Confidentiality:* > *This transmission constitutes an electronic communication within the > meaning of the Electronic Commissions Privacy Act, 18 U.S.C. 2510, and its > disclosure is strictly limited to the recipient intended by the sender of > this message, together with any attachments. This communication, including > any attachments, may contain confidential and privileged material for the > sole use of the intended individual or entity, and receipt by any party > other than the intended recipient does not constitute a loss of the > confidential or privileged nature of the communication. * > > *Any review or distribution by others is prohibited:* *If you are not > the intended recipient, you are hereby notified that any dissemination, > distribution, or copying of this message, or any attachment, is strictly > prohibited. If you have received this message in error, please notify the > original sender immediately by telephone or by return E-mail and delete > this message, along with any attachments, from your computer.* > . > > Thank you kindly > > chuck harpham > _____ > |__/__| > (0||||0) > > Sit vis vobiscum > > [image: linkedin icon] > lin <http://linkedin.com/in/richard-chuck-harpham-3b8a15> > kedin.com/in/richard-chuck-harpham > <http://linkedin.com/in/richard-chuck-harpham-3b8a15> > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Please read the OpenNMS Mailing List FAQ: > http://www.opennms.org/index.php/Mailing_List_FAQ > > opennms-discuss mailing list > > To *unsubscribe* or change your subscription options, see the bottom of > this page: > https://lists.sourceforge.net/lists/listinfo/opennms-discuss > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss
image002.png
(image/png, 604 B) - not displayed