fix typo in readme

This commit is contained in:
Robin Raymond 2017-11-15 21:50:48 +01:00 committed by GitHub
parent 5a851d837c
commit 50a3fa9edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ common ones.
}; };
}; };
# User Let's Encrypt certificates # Use Let's Encrypt certificates
certificateScheme = 3; certificateScheme = 3;
# Enable IMAP and POP3 # Enable IMAP and POP3
@ -243,7 +243,7 @@ For all `domain` in `domains` do:
`/var/dkim`. There you will find a public key for any domain in the `/var/dkim`. There you will find a public key for any domain in the
`domain.txt` file. It will look like `domain.txt` file. It will look like
``` ```
mail._domainkey IN TXT "v=DKIM1; r=postmaster; g=*; k=rsa; p=<really-long-key>" ; ----- DKIM default for domain.tld mail._domainkey IN TXT "v=DKIM1; r=postmaster; g=*; k=rsa; p=<really-long-key>" ; ----- DKIM mail for domain.tld
``` ```
* Add a `DKIM` record to the domain `domain` * Add a `DKIM` record to the domain `domain`