mirror of
https://github.com/YunoHost-Apps/mailman3_ynh.git
synced 2024-09-03 19:36:17 +02:00
Make sure we're using the right user
This commit is contained in:
parent
b912bcb225
commit
76e3d52174
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue