Welcome to Pandora FMS Community › Forums › Community support › Advanced troubleshooting › Email alert issues
-
Email alert issues
Posted by racocella on August 17, 2016 at 02:44I have been working on and off on installing Pandora FMS 6.0 using the appliance CD and trying to install from scratch, I about to give up and look for something else. The thing that keeps me coming back is that I see value in once it is set up, being able to monitor my organizations servers’, network equipment, etc…
 I need some help! I have been trying to get the Alert emails to work and the more that I find on Google about installing this program, the more frustrated and confused I get. My organization has moved to Office 365 and it has been a real pain to figure this email out. I ended up setting up a gmail account and configuring SSMTP and now Postfix. I can send test emails from the Centos server to the email account that I have set up in Office 365, the account is a shared mailbox and will forward emails to the IT technicians. Currently, I am getting chron emails every hour to my shared mailbox, so, I know that part is correct. I can not get the alerts to “fire” to that same email address, no matter how I configure it.
 Can someone tell me what is a configuration that they are using with either gmail or Office 365? I want to get moving on configuring the program to monitor my equipment, not “chase my tail” in just trying to get alerts to work. I would appreciate any help with actual file layout as I know know that my config is wrong and publicizing it wont help. Thanks for any help!
claudio-torrealba replied 4 years, 6 months ago 5 Members · 6 Replies -
6 Replies
-
::
Hi racocella.
In your Pandora server all you need to configure are these tokens:
mta_address mta_port mta_user mta_pass mta_auth [LOGIN | PLAIN | CRAM-MD5 | DIGEST-MD] mta_from mta_in_separate [1 | 0]
You only need to fill the above tokens and Pandora server will use this configuration to send emails. I let you here the section of the wiki where it’s explained.
Hope this can help you.
Kind regards,
Enrique. -
::
The answer provided does not help me. I have tried this suggestion in the following ways:
 mta_address : localhost; IP Address of Server; IP Address of Organization’s mail server; smtp.gmail.com
 mta_port : tried 25 and 587 with each of the above choices
 mta_user : tried local org. email account; tried gmail account with each of the above
 mta_pass used associated password with each of the above accounts
 mta_auth [LOGIN | PLAIN | CRAM-MD5 | DIGEST-MD]: used with each of the above choices
 mta_from : used local org’s email; used pandora@….
 mta_in_separate [1 | 0]: used the 1, for separate emails  As you can see, I went through a lot of iterations trying to get this to work. This is the last thing that I need to get working in order to get this fully monitoring my network. The alerts are not going from Pandora FMS 6 to postfix and then out to gmail or my organizations email account. Yet, the chron hourly emails are being delivered on the hour.
  I would really like to get this working! -
::
Hi racocella,
I recommend you to set “verbosity 10” in your “pandora_server.conf” file and try to force an email alert. In your file “/var/log/pandora/pandora_server.log” should be some lines referring the alert execution. If you find something like this:
2016-08-25 08:37:55 localhost.localdomain [V1] [ERROR] Sending email to [email protected] with subject Test
Maybe the error is in your destination address in the alert action. Of course, this error can be caused due to a bad configuration in your Pandora server (what is more likely).
You can check your postfix logs “/var/log/maillog” and “/var/log/mail.err” (if exists) too and try to get more information.
Kind regards,
Enrique. -
::
Hi racocella
Are you still facing this issue? We also faced this issue and we were able to resolve it. Did you know that there is a built-in MTA (mail server) within the PandoraFMS (if installed by ISO appliance). So in that case you don’t need to use any external MTA and hence no need to configure the external MTA settings in the “pandora_server.conf” file. Make sure that you use a legit “from/sender” address so that your mailbox doesn’t classify that as spam emails and reject it.
Are you following this and does it help?
Regards
-
::
Hi racocella
Are you still facing this issue? We also faced this issue and we were able to resolve it. Did you know that there is a built-in MTA (mail server) within the PandoraFMS (if installed by ISO appliance). So in that case you don’t need to use any external MTA and hence no need to configure the external MTA settings in the “pandora_server.conf” file. Make sure that you use a legit “from/sender” address so that your mailbox doesn’t classify that as spam emails and reject it.
Are you following this and does it help?
Regards
Hello Ayad99,
I am stock on this issue, would you mind elaborating where I can find such setting?
-
::
Dear I have the same doubt, there is a mini instruction that really tells you how to configure office365 with PandoraFMS. Postfix at Centos 7 level works for me locally, but at PandoraFMS level I can’t send emails.
I would appreciate your support or a referral link.Thank you