Created: 2019-08-20
Modified: 2019-08-20
SPF for Trusted Emails
Configure a Sender Policy Framework DNS record so mail servers trust emails from your domain. Covers finding your external IP and setting the TXT record.
Created: 2019-08-18
Modified: 2019-08-18
Scheduled Availability Email Alerts
Write a cron-driven bash script that pings a host every minute and sends a throttled email alert on failure, using the mail command and a token file.
Created: 2019-08-15
Modified: 2019-08-15
Postfix Send-Only Mail Service
Install and configure Postfix on Ubuntu as a local send-only SMTP server for alert emails, including hostname setup, main.cf tuning, and the mailutils tools.
Created: 2019-08-12
Modified: 2019-08-12
Project - Automated Emails
A project exploring how to send emails from automated systems without hitting spam filters, covering Postfix send-only servers, cron alerts, and SPF setup.