A customer of mine recently moved its mail infrastructure on Office365 and Outlook on the web. All is working properly, but we have a problem with automatically sent log/alert email.
Basically, we have a number of servers/printers/firewalls/switches configured to send alert log using user@host.domain.com
as sender (for example, root@test.example.com
. Not all of these senders support SMTP auth and/or SSL (some are very old).
Until now, using an internal mail server, we simply had to whitelist the internal host IP to enable unauth mail relay. However, Outlook is now marking these email as spam/junk.
As each email contain a predictable subject, with well defined words (which we use to fine filtering our logs), I thought to use incoming mail filter rules to mark as "clean" or "not spam". However, I can not find such an option (conversely, I found the "mark as spam" action).
My question are:
it is possible, by using Office365 with Outlook on the web, to mark an email as "not junk"? If so, how can I do that?
if it is not possible, there are any other methods (short of manually set each sender as a trusted one) to accomplish something similar to what I need?
any additional ideas?
Thanks.