Abhilash Raj

Results 189 comments of Abhilash Raj

https://github.com/maxking/docker-mailman/blob/master/core/docker-entrypoint.sh#L152 It should be added to the configuration that is used by Mailman, it is appended to the config generated at runtime.

The 2nd part is wrong, thanks for pointing it out. I will update it's documentation. `/opt/mailman/core/mailman-extra.cfg` is the only one that should be added to config.

Docs is correct in one place, the one in core/Readme.md isn't.

I'd need more details about why it doesn't work if you place configs at /opt/mailman/core/mailman-extra.cfg. Can you please share the output of `docker logs mailman-core` after you started/re-started the container?

I guess that makes sense, I will update the docs to reflect the same.

Currently periodic digests aren’t supported by images. You can add a cron job on the host that runs a specific command to do that daily. I don’t remember the command...

`SERVE_FROM_DOMAIN` will add the given IP address/hostname to `ALLOWED_HOSTS` in Django. See the configuration linked below. You can also override the variable in `settings_local.py`. https://github.com/maxking/docker-mailman/blob/master/web/mailman-web/settings.py#L54

I think the variable is poorly named though ;-)

Ah! I guess it makes sense to have a variable to be included in ALLOWED_HOSTS which is not SERVE_FROM_DOMAIN. Thanks for clarifying it. I will add one soon.

Hmmm I think I agree to that point. Although, technically speaking, you can specify multiple values separated by comma and it should work.