Shadowghost / mailcow-mailman3-dockerized

Mailcow combined with Mailman3
35 stars 3 forks source link

Issue Editing mailman-web Configuration #7

Closed roddajohn closed 6 years ago

roddajohn commented 6 years ago

Hi,

I am trying to get working with the REST API, which, to do so, it seems I must edit the Django configuration of mailman-web.

Their documentation (found here) indicates that there should be a file called settings_local.py which is found in /mailman/web/. I tried searching in <path-to-repo>/data/mailman/ but came up blank. I then searched in a few other directories (all those in <path-to-repo>/data/) but could not find anything.

If it would be possible to mess with these configuration files that would be amazing and/or interact with the REST API which I have as of yet been unable to use.

Shadowghost commented 6 years ago

You need to create this file manually, since the container is configured to load the additional configuration parameters from this config.

roddajohn commented 6 years ago

So I should create the file in <path-to-repo>/data/mailman/settings_local.py?

Shadowghost commented 6 years ago

No you should edit <path-to-repo>/data/mailman/web/settings_local.py