From 79c375101bb1903d50fccb623aa9255e56dd3964 Mon Sep 17 00:00:00 2001 From: Valentin Arkhipov Date: Fri, 10 Jul 2015 10:19:35 +0100 Subject: [PATCH] Update README.md Make the readme read betterer --- opendkim/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/opendkim/README.md b/opendkim/README.md index 4e2fba7..283ce82 100644 --- a/opendkim/README.md +++ b/opendkim/README.md @@ -4,7 +4,7 @@ Once configured and linked to the `email_core`, this image will provide DKIM sin 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 step 5). +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. @@ -13,6 +13,4 @@ You can place these in the same folder as the `email_core`'s settings for easy a You will find this file in the './config', change `Domain` 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 https://help.ubuntu.com/community/Postfix/DKIM for info on generating keys and setting up your domain. + 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.