diff options
author | Sam Chudnick <sam@chudnick.com> | 2023-07-02 19:12:24 -0400 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2023-07-02 19:12:24 -0400 |
commit | 75585abd68e52d37579c694e641b5a87fffa6e02 (patch) | |
tree | 2a13405c5ba389930e682da05ac528a59af2bfcf | |
parent | 2eba96e93ab87db492d701a5735b5dbe1bd2c3f8 (diff) |
One more README fix
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -37,12 +37,12 @@ mail server. | |||
37 | Modify group\_vars/all/vars.yml for your deployment. | 37 | Modify group\_vars/all/vars.yml for your deployment. |
38 | Below is a list of the variables and there function: | 38 | Below 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 | ||
47 | You must modify `domain` with your domain name. All other changes are optional. | 47 | You must modify `domain` with your domain name. All other changes are optional. |
48 | 48 | ||