From 117b42414c08ebcb826a7d7d39300bb4cb76f1f0 Mon Sep 17 00:00:00 2001 From: Jack Twilley Date: Wed, 17 Aug 2016 14:36:08 -0700 Subject: [PATCH] Minor corrections to README.md One example was missing a useful line, which was present in the wiki's example and without which the example does not run. A typographical error was found in a file. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 054133bf..5ecec55e 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Adapt this file with your FQDN. Don't forget to adapt MAIL_USER and MAIL_PASS to your needs mkdir -p config + touch config/postfix-accounts.cf docker run --rm \ -e MAIL_USER=user1@domain.tld \ -e MAIL_PASS=mypassword \ @@ -74,7 +75,7 @@ Don't forget to adapt MAIL_USER and MAIL_PASS to your needs -v "$(pwd)/config":/tmp/docker-mailserver \ -ti tvial/docker-mailserver:latest generate-dkim-config -Now the keys are generated, you can configure your DNS server by just pasting the content of `config/opedkim/keys/domain.tld/mail.txt` in your `domain.tld.hosts` zone. +Now the keys are generated, you can configure your DNS server by just pasting the content of `config/opendkim/keys/domain.tld/mail.txt` in your `domain.tld.hosts` zone. #### Start the container @@ -140,5 +141,3 @@ Otherwise, `iptables` won't be able to ban IPs. - self-signed => Enables self-signed certificates Please read [the SSL page in the wiki](https://github.com/tomav/docker-mailserver/wiki/Configure-SSL) for more information. - -