From fe601c1d2f0218db4b3098cc1bfae9c7508f5575 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 23 May 2021 10:46:14 +0200 Subject: [PATCH] Remove relay domain as not required --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 53f8154..d156539 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ This configuration is intended to be used with a [Mailu](https://git.autonomic.z This configuration assumes the following: - you have a correctly configured Mailu instance (e.g. `mail.example.com`) -- you have a relay domain setup on your Mailu side which relays mails (e.g. `lists.example.com`) and the remote host is your `mailman-core` service name (e.g. `my_stack_core`) - you have an MX and an SPF record setup on your `lists.example.com` for incoming mail - you have your Mailman container network configured in the `RELAYNETS` environment variable on the Mailu side for outgoing mail - you have overlay networks configured for both your Mailu and Mailman3 stacks (see `SMTP_HOST` and `SMTP_NETWORK` in the [.env.sample](./.env.sample) on the mailman side and `MAILMAN_CORE_NETWORK` [in the mailu config](https://git.autonomic.zone/coop-cloud/mailu/src/branch/main/.env.sample) on the mailu side)