How to Email reports?

Considering unauthenticated SMTP is not supported on O365, has anyone figured out an easy way to email scheduled reports?

I am also interested in this

So we don’t have a supported method, however there are some ways you can accomplish it.

Technically speaking you could install something like postfix on your server and have insightVM route everything to the loopback in the SMTP settings. From there you could have postfix setup to capture all of that traffic and then let postfix handle the authentication to O365.

Do you have any documentation that shows the steps? We have insightvm on Centos7.

We don’t have any documentation as it’s not a supported method. I was just giving an example of how it could be done.

Thanks for the hint. I just did implement postfix to relay. It was a little complicated but done successfully.