Minor corrections to README.md (#264)

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.
This commit is contained in:
Jack Twilley 2016-08-18 00:54:17 -07:00 committed by Thomas VIAL
parent 4872d0e777
commit 0e8934c151
1 changed files with 2 additions and 3 deletions

View File

@ -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.