From 2144a1fcb2b1734b66afd6412029d5a38c5ec449 Mon Sep 17 00:00:00 2001 From: Henning Oschwald Date: Sat, 6 Apr 2024 16:05:09 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cfcef8..6f0533f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Mailman 3 setup using Podman Quadlets. Containers are supposed to run in rootles 1. Then copy the files from the *mailman/* subdirectory in this repository into the quadlet directory: ```bash $ cp mailman/* ~mailman/.config/containers/systemd/``` 1. Now we have to generate some secrets which the various components use to talk to each other: -```bash $ pwgen -1 32 | | podman secret create HYPERKITTY_API_KEY - + ```bash $ pwgen -1 32 | | podman secret create HYPERKITTY_API_KEY - $ pwgen -1 32 | podman secret create MAILMAN_REST_PASSWORD - $ pwgen -1 32 | podman secret create MAILMAN_WEB_SECRET_KEY - ``` 1. Next adapt the environment variable definitions in mailman-core.container and mailman-web.container to your needs. You may want to customize at least the variable *SERVE_FROM_DOMAIN*, which is set to lists.example.com by default.