> On Aug 21, 2017, at 6:06 AM, Tom Browder <tom.brow...@gmail.com> 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 "need...@foo.com" and "need...@bar.com" > are sent to separate subscriber lists.
Use virtual aliases to map each input address to a distinct localpart: f...@example.com foo-...@lists.example.com f...@example.net foo-...@lists.example.com then include "lists.example.com" in "mydestination", and arrange for suitable handling in the relevant aliases file. -- Viktor.