[Mailman-Developers] Re: Mailman, postfix and docker

2021-03-28 Thread Danil Smirnov
Hey, As promised a while ago, I've prepared Kubernetes PoC for Mailman 3 (Helm chart) which is currently deployed into GCP (GKE Autopilot) and exposed at http://test.mailman4.com/postorius/lists/ The setup is based on Abhilash's container images (up to

[Mailman-Developers] Re: Mailman, postfix and docker

2020-12-20 Thread Stephen J. Turnbull
Danil Smirnov writes: > Sorry for the confusion - I should write "would allow" instead of "allows" > as using socketmap_table would be a great feature but it obviously requires > a new endpoint in Mailman core which does not exist yet. Ah, OK, so what exists now is the Postfix docker (which

[Mailman-Developers] Re: Mailman, postfix and docker

2020-12-19 Thread Danil Smirnov
Hey Steve, вс, 20 дек. 2020 г., 6:03 Stephen J. Turnbull < turnbull.stephen...@u.tsukuba.ac.jp>: > Danil Smirnov writes: > > > But how about that idea to offload Postfix-Mailman communication from a > > filesystem to a network using Postfix socketmap_tables feature which I > like > > a lot as

[Mailman-Developers] Re: Mailman, postfix and docker

2020-12-19 Thread Stephen J. Turnbull
Danil Smirnov writes: > But how about that idea to offload Postfix-Mailman communication from a > filesystem to a network using Postfix socketmap_tables feature which I like > a lot as it allows me to get rid of using any shared volumes in the stack > completely - it's quite convenient in

[Mailman-Developers] Re: Mailman, postfix and docker

2020-12-19 Thread Danil Smirnov
Hi Hans-Martin, On Sat, Dec 19, 2020 at 1:05 PM Hans-Martin Mosner wrote: > We're currently working on moving our mail system over to a "mailu" > dockerized implementation, so I will gather some > experience in connecting Mailman3 with a dockerized postfix. > Yeah, using dockerised postfix is

[Mailman-Developers] Re: Mailman, postfix and docker

2020-12-19 Thread Hans-Martin Mosner
Am 18.12.20 um 18:49 schrieb costavitor...@gmail.com: > So, my questions are: > - Is there a way to share aliases db between containers(different hosts) of > mailman and postfix? I thought about sharing volumes but I'm not quite sure > if it's the best solution It is possible to share volumes

[Mailman-Developers] Re: Mailman, postfix and docker

2020-12-18 Thread Mark Sapiro
On 12/18/20 9:49 AM, costavitor...@gmail.com wrote: > Hi all > > I'm upgrading a mailman2 installation to mailman3. And I using a docker > implementation, created by me and not Maxking's implementation. > > Everything is installed and is served correctly. > I have created a postfix container