Simple/lightweight alternative to GNU Mailman?

前端 未结 3 1484
闹比i
闹比i 2021-02-05 12:31

I\'m looking for a dead simple mailing list (unix friendly). Robustness, fine-grained configurability, \"enterprise-readiness\" (whatever that means) are not requirements. I jus

3条回答
  •  不知归路
    2021-02-05 12:54

    Mailman is one of the simplest mailing list packages I've come across, so if Mailman is more than you want to deal with I'd suggest just adding an entry into /etc/aliases for your mailing list.

    Of course you have to manage it by hand, but you said it's only for a few friends so that may not be a problem. Just create an entry in /etc/aliases such as:

    mylist: me@somedomain.com, myfriend@somedomain.com, \
      myotherfriend@differentdomain.com
    

    and then run newaliases. It doesn't get much simpler than that. If you want an archive you can create a dummy account on your mail server and add them to the list.

    It's not as user friendly as Mailman but it's simple and you can be up and running in 5 minutes.

提交回复
热议问题