From 75585abd68e52d37579c694e641b5a87fffa6e02 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 2 Jul 2023 19:12:24 -0400 Subject: One more README fix --- README.md | 12 ++++++------ 1 file 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. Modify group\_vars/all/vars.yml for your deployment. Below is a list of the variables and there function: - - `domain` - base domain - - `mail_domain` - hostname of your mail server and common name on the TLS certificate - - `dkim_selector` - selector for your DKIM keys - - `spam_score` - SpamAssassin score required for mail to be considered spam - - `sa_locales` - locales which SpamAssassin expects to receive mail in - any locale not listed is considered spam - - `cert_email` - the email used to get a LetsEncrypt certificate + - domain - base domain + - mail_domain - hostname of your mail server and common name on the TLS certificate + - dkim_selector - selector for your DKIM keys + - spam_score - SpamAssassin score required for mail to be considered spam + - sa_locales - locales which SpamAssassin expects to receive mail in - any locale not listed is considered spam + - cert_email - the email used to get a LetsEncrypt certificate You must modify `domain` with your domain name. All other changes are optional. -- cgit v1.2.3