Michael Grimm:
> Is there maybe an even more simple approach to this using standard
> postfix functionality?
> The distribution lists are very static and do not require adjustments
> very often.
The low-tech solution:
/etc/aliases:
# The mailing list "foobar" is implemented as an :include:
# file with one email address per line.
foobar: :include:/etc/postfix/foobar-members
# This alias is required. It specifies the person who will
# receive delivery error notifications.
owner-foobar: [email protected]
For details, see http://www.postfix.org/aliases.5.html
Wietse