> On Aug 23, 2017, at 9:25 AM, Tom Browder <tom.brow...@gmail.com> wrote:
> 
> or the first time I can remember, I just glanced through the postfix multi 
> info and it looks like it might be the way to go for my use: managing a 
> remote, internet-connected, multi-domain mail server via my local laptop 
> connected with a dynamic IP.
> 
> The doumentation looks very detailed and cookbook-ish and, at first glance, 
> it seems to be very easy to translate into an auto-generated solution.
> 
> I would appreciate any thoughts about using postmulti.

Use multiple instances when your Postfix system is tasked with
multiple requirements that are tricky to implement in a single
monolithic configuration.  Thus, for example, it is not uncommon
to use multiple instances to separate local submission, inbound and
outbound mail on an edge (DMZ) Postfix server.  This scales the
number of instances with the number of problems you're trying
to solve.

Multiple instances are less compelling to separate additional
copies of the same problem.  Thus, it generally makes less
sense to spin up an instance per domain, unless the separate
domains have vastly different mail handling requirements.
More typically it is not too cumbersome to handle minor
variations between domains with suitable address rewriting
tables.

-- 
        Viktor.

Reply via email to