Re: single instance multi-tenant service

2019-11-27 Thread Viktor Dukhovni
> On Nov 27, 2019, at 1:35 PM, Wietse Venema wrote: > >> Would adding a new tenant to the system (i.e. a new route in Postfix) >> require a restart, interrupting mail flow for existing tenants? > > Service disruption is unnecessary. "postfix reload" (not stop+start) > should suffice. When lists

Re: single instance multi-tenant service

2019-11-27 Thread Phillip Schichtel
For the routing part I've written a small application that can translate Postfix' socketmap lookups, tcp lookups and policy requests into HTTP requests for integrating other applications for dynamic routing info: [1]. That application is part of a larger application I've build that does most of wha

Re: single instance multi-tenant service

2019-11-27 Thread Wietse Venema
Penny Parker: > Hello > > Does anyone have experience of building a multi-tenant service for > processing incoming email using a single instance of Postfix? I'm > talking about an Internet-facing service where all service subscribers > configure their MX records to point to the same host, running

single instance multi-tenant service

2019-11-27 Thread Penny Parker
Hello Does anyone have experience of building a multi-tenant service for processing incoming email using a single instance of Postfix? I'm talking about an Internet-facing service where all service subscribers configure their MX records to point to the same host, running a single instance of Post