1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mailman3_ynh.git synced 2024-09-03 19:36:17 +02:00

Merge pull request #10 from YunoHost-Apps/readme-commands-gardening

Readme commands gardening
This commit is contained in:
decentral1se 2019-09-24 21:06:51 +02:00 committed by GitHub
commit c8cd21f640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
@ -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.