GNU Mailman的简单/轻巧替代品? [英] Simple/lightweight alternative to GNU Mailman?

查看:121
本文介绍了GNU Mailman的简单/轻巧替代品?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个简陋的简单邮件列表(对Unix友好).不需要鲁棒性,细粒度的可配置性,企业就绪"(无论如何).我只需要为几个朋友设置一个很小的邮件列表即可.我想知道是否有人知道存在类似目标的东西,而不是自己弄乱东西?

I'm looking for a dead simple mailing list (unix friendly). Robustness, fine-grained configurability, "enterprise-readiness" (whatever that means) are not requirements. I just need to set up a tiny mailing list for a few friends. Rather than hack something up myself, I was wondering if anybody knows of anything already out there with a similar goal?

我现在应该注意,我想要外部托管的邮件列表-它必须是可以在服务器上安装并运行的软件.我知道我可以在(Google/Yahoo组)的许多地方托管邮件列表,但是最好将数据保留在本地.

I should note right now that I don't want an externally hosted mailing list -- it needs to be software I can install and run on my server. I know of many places I can host a mailing list at (Google/Yahoo groups), but it would be nice to keep the data local.

推荐答案

Mailman是我遇到的最简单的邮件列表程序包之一,因此,如果Mailman超出了您想要处理的范围,建议您添加一个进入/etc/aliases作为您的邮件列表.

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.

当然,您必须手动管理它,但是您说它仅适用于几个朋友,所以这可能不是问题.只需在/etc/aliases中创建一个条目,例如:

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

,然后运行newaliases.没有比这更简单的了.如果需要存档,可以在邮件服务器上创建一个虚拟帐户并将其添加到列表中.

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.

它不像Mailman那样用户友好,但是它很简单,您可以在5分钟内启动并运行.

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

这篇关于GNU Mailman的简单/轻巧替代品?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆