How to configure DKIM for your Domain with Postfix
First install opendkim: apt-get update apt-get install opendkim opendkim-tools Append the following content to /etc/opendkim.conf: AutoRestart Yes AutoRestartRate 10/1h UMask 002 Syslog yes SyslogSuccess […]