Mailman is probably what you want to use, because anyone who subscribes to any amount of mailing lists knows exactly how to use Mailman and it's features. <br><br><div class="gmail_quote">On Tue, Jul 19, 2011 at 8:45 PM, John R Pierce <span dir="ltr"><<a href="mailto:pierce@hogranch.com">pierce@hogranch.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 07/19/11 5:07 PM, John J. Boyer wrote:<br>
> Does CentOS 5.6 have a mailing list manager like ecartis or majordomo? I<br>
> want to set up mailing lists for my server in the cloud for three<br>
> domains that I own. What mailing list managers do yourecommend, and<br>
> where can they be found? I don't ming compiling source code.<br>
<br>
</div>Mailman is kind of the defacto standard list manager these days, indeed,<br>
this centos list is managed by it.<br>
<br>
the project site is  <a href="http://www.list.org/" target="_blank">http://www.list.org/</a> with the documentation and such.<br>
<br>
its in the EL5 and I assume EL6 standard repositories, so...<br>
<br>
     yum install mailman<br>
<br>
suffices to install it and set it up.  it uses a service called,<br>
naturally, mailman<br>
<br>
     chkconfig mailman on<br>
     service mailman start<br>
<br>
except I think the installation does this automatically.<br>
<br>
oddly, In the rhel/centos install, all the management tools are in<br>
/usr/lib/mailman/bin/ which isn't in the normal path, but you only need<br>
these to create new lists and such, pretty much everything else is done<br>
through a simple web interface..<br>
<br>
the web interface for users and list moderators will default to<br>
<a href="http://yourhost.domain.com/mailman/listinfo" target="_blank">http://yourhost.domain.com/mailman/listinfo</a>  if you don't dink around<br>
with vhost records.<br>
<font color="#888888"><br>
<br>
<br>
--<br>
john r pierce                            N 37, W 122<br>
santa cruz ca                         mid-left coast<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div><br>