diff options
-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 | ||