On Thu, 18 Apr 2019 08:30:47 +0200 (CEST) Thomas Meulendijks <t.meulendijks_AT_tuta.io> wrote:
> That being said, I have taken interest in the way this community
> discusses things via mailing lists and would like to use this type of
> communication within my school projects.
If it's a small number of known people, just setting up /etc/aliases
could be enough:
mylist: one_AT_example.com two_AT_example.com
People can then send mails to mylist_AT_example.com (assuming your MTA is
properly configured).
Mlmmj that was mentioned basically works like this, except that the
list of addresses are loaded dynamically via a shell command. For small
lists, just manually editing /etc/aliases works just as well and is a
*lot* simpler.
Received on Thu Apr 18 2019 - 13:16:01 CEST