79c375101b
Make the readme read betterer
806 B
806 B
Dockermail - OpenDKIM
Once configured and linked to the email_core
, this image will provide DKIM singing for your mail.
Please see http://www.opendkim.org/ for more information on OpenDKIM.
Configuration
To get going you need to generate a key and set up your domain records, see https://help.ubuntu.com/community/Postfix/DKIM for details on doing this.
This images uses settings files in an attached volume to configure the container on boot.
You can place these in the same folder as the email_core
's settings for easy administration.
-
opendkim.conf
You will find this file in the './config', changeDomain
to your own domain. -
mail.private
You will need to generate this private key file and use the public key in your domain's DNS setup, see the link above for details.