Skip to content

Commit

Permalink
follow up on ed1bd0c
Browse files Browse the repository at this point in the history
  • Loading branch information
georglauterbach committed Feb 19, 2021
1 parent ed1bd0c commit 9efa94c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ docker-compose up -d mail
./setup.sh -Z config dkim
```

If you're seeing error messages about unchecked error, please **verify that you're using the right version of `setup.sh`**. Refer to the [Get the tools](#get-the-tools) section.
If you're seeing error messages about unchecked error, please **verify that you're using the right version of `setup.sh`**. Refer to the [Get the tools](#get-the-tools) section and / or execute `./setup.sh help` and read teh `VERSION` section.

If you are using a LDAP, the setup looks a bit different as you do not add user accounts directly. Postfix doesn't know your domain(s) and you need to provide it when configuring DKIM:
In case you're using LDAP, the setup looks a bit different as you do not add user accounts directly. Postfix doesn't know your domain(s) and you need to provide it when configuring DKIM:

``` BASH
./setup.sh config dkim domain '<domain.tld>[,<domain2.tld>]'
Expand Down
7 changes: 4 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

# version v0.2.5 stable
# executed manually (via Make)
# version v0.3.0 stable
# executed manually / via Make
# task wrapper for various setup scripts

SCRIPT='setup.sh'
Expand All @@ -20,7 +20,8 @@ function __log_err

printf "Make sure you use a version of this script that matches
the version / tag of docker-mailserver. Please read the
'Get the tools' section in the README on GitHub carefully.\n" >&2
'Get the tools' section in the README on GitHub careful-
ly and use ./setup.sh help and read the VERSION section.\n" >&2
}

function _unset_vars
Expand Down

0 comments on commit 9efa94c

Please sign in to comment.