Abhilash Raj
Abhilash Raj
So, new versions of Postorius and Hyperkitty do ship with German translations (atleast, most of the strings are translated, newwer ones added are maybe not, but those aren't a lot)....
I don't like the part where we use the first ip and hope that mail server can access it. I'd rather ask people to set the IP manually, in case...
The whole reason we had to go through this static-ip dance in compose file was becase the containers aren't accessible through their hostnames from the host. If you mail server...
How are you deploying the mailserver and mailman-core? Are they deployed using the same docker-compose.yaml (and, same network in docker)? Are they linked to each other? Can you ping the...
The documentation would awesome!
So, the current search engine that is default in these images aren't very good for production workloads. I have had several reports about it's poor performance. What we need to...
So, the fix has already been added to master branch through https://github.com/maxking/docker-mailman/pull/364. I'll make a release soon, but if you want to do this in your running instance, you can...
You need to restart and also index all your existing emails with the new Xapian Engine. You'd have to do that with the next release anyway. One you have re-started...
About #346 , I think it's okay. It will only add a little bit of latency in the search. Maybe later we can switch to 15mins.
Easiest way to do this is to manage the path to configuration file using an environment variable. The default value of this variable is `uwsgi.ini` embedded in the image.