@@ -35,7 +35,7 @@ The following components are included:
You can download the image using the following command:
```bash
docker pull drummerroma/mailman2:20.04-Postfix
docker pull drummerroma/mailman2:20.04-postfix
```
Host name
...
...
@@ -95,6 +95,14 @@ This image uses several environment variables to define different values to be u
* Accepted values: `false`, `true`
* Description: Used to control the output of the container. By default, only relevant information will be displayed. If you want to output every command executed during setup, run the container with `-e DEBUG_CONTAINER=true`.
-`/etc/exim4/tls.d`: Exim DKIM keys. Expected to contain `private.key` and `public.key` files. If omitted, a new pair of keys will be created on runtime.
-`/etc/dkimkeys`: Opendkim DKIM keys. Expected to contain `private.key` and `public.key` files. If omitted, a new pair of keys will be created on runtime.
Recommendations
----
...
...
@@ -125,22 +133,74 @@ Use cases
1. Run a temporary container for testing purposes with default values:
```
docker run -i -t --rm -h lists.example.com -e DEBUG_CONTAINER=true drummerroma/mailman2:20.04-Postfix
docker run -i -t --rm -h lists.example.com -e DEBUG_CONTAINER=true drummerroma/mailman2:20.04-postfix
```
2. Run a production container for domain `whatever.example.com` without exported volumes: