> On Aug 21, 2017, at 6:06 AM, Tom Browder <[email protected]> wrote:
> 
> My postfix will accept mail for multiple domains. Is it possible to have one 
> or more "simple mailing list"s for each domain?
> 
> For example:  Incoming mail for for "[email protected]" and "[email protected]" 
> are sent to separate subscriber lists.

Use virtual aliases to map each input address to a distinct localpart:

        [email protected]           [email protected]
        [email protected]    [email protected]

then include "lists.example.com" in "mydestination", and arrange for
suitable handling in the relevant aliases file.

-- 
        Viktor.

Reply via email to