From b912bcb2253cabb31996bda43e6222fb6a307657 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 24 Sep 2019 20:55:11 +0200 Subject: [PATCH 1/2] Add HTTPS for link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0479bd..8e785fc 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You'll need to log in as administrator and visit the `/admin/site/site`. If you're Mailman3 is setup on `myyunohost.org` then that would be the following: -> myyunohost.org/admin/site/site +> https://myyunohost.org/admin/site/site ### Configure incoming mail From 76e3d521749df7e8ca975fe9920c80a8caafd122 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 24 Sep 2019 20:55:18 +0200 Subject: [PATCH 2/2] Make sure we're using the right user --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e785fc..e0dcb38 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ virtual_mailbox_maps = ldap:/etc/postfix/ldap-accounts.cf, hash:/var/lib/mailman And then run: ```bash -$ mailman aliases +$ sudo -su list mailman aliases ``` This is unfortunately a manual step at this point because the package remains experimental. Once it matures, this will be integrated into a hook or the default Postfix configuration. For now, remember that when you run `yunohost tools regen-conf postfix` or if any installation invokes `regen-conf`, your Postfix configuration will not be changed because it has diverged from the default configuration. This may cause you problems if YunoHost core expects that there is some new value in your Postfix configuration.