aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2023-07-02 19:12:24 -0400
committerSam Chudnick <sam@chudnick.com>2023-07-02 19:12:24 -0400
commit75585abd68e52d37579c694e641b5a87fffa6e02 (patch)
tree2a13405c5ba389930e682da05ac528a59af2bfcf
parent2eba96e93ab87db492d701a5735b5dbe1bd2c3f8 (diff)
One more README fix
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index a87fce2..1ef02fe 100644
--- a/README.md
+++ b/README.md
@@ -37,12 +37,12 @@ mail server.
37Modify group\_vars/all/vars.yml for your deployment. 37Modify group\_vars/all/vars.yml for your deployment.
38Below is a list of the variables and there function: 38Below is a list of the variables and there function:
39 39
40 - `domain` - base domain 40 - domain - base domain
41 - `mail_domain` - hostname of your mail server and common name on the TLS certificate 41 - mail_domain - hostname of your mail server and common name on the TLS certificate
42 - `dkim_selector` - selector for your DKIM keys 42 - dkim_selector - selector for your DKIM keys
43 - `spam_score` - SpamAssassin score required for mail to be considered spam 43 - spam_score - SpamAssassin score required for mail to be considered spam
44 - `sa_locales` - locales which SpamAssassin expects to receive mail in - any locale not listed is considered spam 44 - sa_locales - locales which SpamAssassin expects to receive mail in - any locale not listed is considered spam
45 - `cert_email` - the email used to get a LetsEncrypt certificate 45 - cert_email - the email used to get a LetsEncrypt certificate
46 46
47You must modify `domain` with your domain name. All other changes are optional. 47You must modify `domain` with your domain name. All other changes are optional.
48 48