Unable to configure email notification using SMTP authentication

I am unable to configure email notifications using SMTP authentication using checkmk raw edition 2.1.0p16.

kindly help me to solve this issue.

In version 1.6 I had to create a new mail notification script that implemented authentication. I don’t know if authentication is already available in version 2.1.

image

There is no SMTP option

The SMTP option is only available in the Enterprise Edition.
With the RAW Edition I would configure the local MTA (aka Postfix or Exim) to handle the SMTP authentication.

I tried the postfix. But it was not working for me. My SMTP host is o365(SMTP.office365.com:587).

Hi @lm.mohan,

in your postfix configuration you should have something like this:

relayhost = [mail_server_name]:port
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous

here they explain it well:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.