> On Sep 26, 2019, at 1:43 PM, Jaroslaw Rafa <r...@rafa.eu.org> wrote:
> 
>> The most robust approach that comes to mind is a multi-instance 
>> configuration:
>> 
>>   http://www.postfix.org/MULTI_INSTANCE_README.html#quick
> 
> I think that running such a big and complicated setup is definitely a kind
> of overkill for so small server like mine :)

I find multiple instances simple, ... divide and conquer.  Each instance is
a single-purpose construction, with no tension between potentially conflicting
requirements.  Perhaps unfamiliar at first, but not significantly complicated.
Then again, I instigated multi-instance support and wrote a non-trivial chunk
of the code, so not exactly a neutral reporter...

>> Alternatively, use SMTP content filters, where multiple parallel channels
>> are possible.  There is only one pickup(8) and maildrop queue directory
>> in each Postfix instance.
> 
> Wouldn't it be possible to run a second pickup(8) instance with a different
> configuration file, without milters and configured for a different queue
> directory?  And then run the after-filter sendmail(1) also configured for
> that queue directory?

This is likely "not possible".  Even if some gross hack could make this go,
by the time you have multiple config files, just go with multiple instances,
which are supported.

-- 
        Viktor.

Reply via email to