Generate DKIM Keys
apt install opendkim opendkim-tools -y
opendkim-genkey -t -s mail -d yourdomain.com
💡 Start with p=none in DMARC (monitoring mode). Move to p=quarantine, then p=reject after reviewing reports.
apt install opendkim opendkim-tools -y
opendkim-genkey -t -s mail -d yourdomain.com