From 234f62241a7fea61ed45f5caa3e4ae40a88b1fd6 Mon Sep 17 00:00:00 2001 From: brianemwd <38105578+brianemwd@users.noreply.github.com> Date: Wed, 8 May 2019 12:08:57 -0400 Subject: [PATCH] Added instructions for setting up site_owner email in mailman-extra.cfg. (#328) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8c05aff..c221424 100644 --- a/README.md +++ b/README.md @@ -418,6 +418,17 @@ configuration: /etc/postfix-mailman.cfg The configuration file `/etc/postfix-mailman.cfg` is generated automatically. +Setup site owner address. By default, mailman is setup with the site_owner set to 'changeme@example.com'. This should be pointing to a valid mailbox. Add the following to the '/opt/mailman/core/mailman-extra.cfg'. + +``` +[mailman] +# This address is the "site owner" address. Certain messages which must be +# delivered to a human, but which can't be delivered to a list owner (e.g. a +# bounce from a list owner), will be sent to this address. It should point to +# a human. +site_owner: changeme@example.com +``` + Setting up your web server ==========================