jdrch / Hardware

The devices I have, what runs on them, their configurations, issues, solutions, and associated projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`cron` job emails not being received

jdrch opened this issue · comments

commented

Per Google emails from senders that don't have SPF or DKIM set up will no longer be delivered. After testing via changing the root: /etc/aliases entry, it seems Outlook.com has implemented something similar.

My options appear to be:

  1. Set up my own email server that can receive the cron emails
  2. Put all my machines on a domain & set up SPK or DKIM for that domain
  3. Healthchecks.io (this looks like the easiest so far)
commented

The easiest workaround I've found so far is to send cron emails to my Outlook email address, which autoforwards to my Gmail, instead. Closing this for now.