Does CentOS 5.6 have a mailing list manager like ecartis or majordomo? I want to set up mailing lists for my server in the cloud for three domains that I own. What mailing list managers do yourecommend, and where can they be found? I don't ming compiling source code.
Thanks,
On Tuesday, July 19, 2011 05:07:16 PM John J. Boyer wrote:
Does CentOS 5.6 have a mailing list manager like ecartis or majordomo? I want to set up mailing lists for my server in the cloud for three domains that I own. What mailing list managers do yourecommend, and where can they be found? I don't ming compiling source code.
Thanks,
mailman has always worked well for me, easy to use, reasonable defaults, mail archived by default.
Dave
On 07/20/2011 02:17 AM, Dave Stevens wrote:
On Tuesday, July 19, 2011 05:07:16 PM John J. Boyer wrote:
Does CentOS 5.6 have a mailing list manager like ecartis or majordomo? I want to set up mailing lists for my server in the cloud for three domains that I own. What mailing list managers do yourecommend, and where can they be found? I don't ming compiling source code.
Thanks,
mailman has always worked well for me, easy to use, reasonable defaults, mail archived by default.
In addition to Dave's fine suggestion, there is also Sympa: http://www.sympa.org/
Regards, Patrick
I'll put in a plug for HP Cluster Management Utility http://h20311.www2.hp.com/HPC/cache/412128-0-0-0-121.html?jumpid=reg_R1002_U...
We also use C3 - an oldy but a goody :-) http://www.csm.ornl.gov/torc/C3/index.html
--Russell
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Patrick Lists Sent: Wednesday, 20 July 2011 12:27 p.m. To: CentOS mailing list Subject: Re: [CentOS] Recommended mailing list manager for CentOS 5.6
On 07/20/2011 02:17 AM, Dave Stevens wrote:
On Tuesday, July 19, 2011 05:07:16 PM John J. Boyer wrote:
Does CentOS 5.6 have a mailing list manager like ecartis or
majordomo? I
want to set up mailing lists for my server in the cloud for three domains that I own. What mailing list managers do yourecommend, and where can they be found? I don't ming compiling source code.
Thanks,
mailman has always worked well for me, easy to use, reasonable
defaults, mail
archived by default.
In addition to Dave's fine suggestion, there is also Sympa: http://www.sympa.org/
Regards, Patrick _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
======================================================================= Attention: The information contained in this message and/or attachments from AgResearch Limited is intended only for the persons or entities to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipients is prohibited by AgResearch Limited. If you have received this message in error, please notify the sender immediately. =======================================================================
On 07/19/11 5:07 PM, John J. Boyer wrote:
Does CentOS 5.6 have a mailing list manager like ecartis or majordomo? I want to set up mailing lists for my server in the cloud for three domains that I own. What mailing list managers do yourecommend, and where can they be found? I don't ming compiling source code.
Mailman is kind of the defacto standard list manager these days, indeed, this centos list is managed by it.
the project site is http://www.list.org/ with the documentation and such.
its in the EL5 and I assume EL6 standard repositories, so...
yum install mailman
suffices to install it and set it up. it uses a service called, naturally, mailman
chkconfig mailman on service mailman start
except I think the installation does this automatically.
oddly, In the rhel/centos install, all the management tools are in /usr/lib/mailman/bin/ which isn't in the normal path, but you only need these to create new lists and such, pretty much everything else is done through a simple web interface..
the web interface for users and list moderators will default to http://yourhost.domain.com/mailman/listinfo if you don't dink around with vhost records.
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.
On Tue, Jul 19, 2011 at 8:45 PM, John R Pierce pierce@hogranch.com wrote:
On 07/19/11 5:07 PM, John J. Boyer wrote:
Does CentOS 5.6 have a mailing list manager like ecartis or majordomo? I want to set up mailing lists for my server in the cloud for three domains that I own. What mailing list managers do yourecommend, and where can they be found? I don't ming compiling source code.
Mailman is kind of the defacto standard list manager these days, indeed, this centos list is managed by it.
the project site is http://www.list.org/ with the documentation and such.
its in the EL5 and I assume EL6 standard repositories, so...
yum install mailman
suffices to install it and set it up. it uses a service called, naturally, mailman
chkconfig mailman on service mailman start
except I think the installation does this automatically.
oddly, In the rhel/centos install, all the management tools are in /usr/lib/mailman/bin/ which isn't in the normal path, but you only need these to create new lists and such, pretty much everything else is done through a simple web interface..
the web interface for users and list moderators will default to http://yourhost.domain.com/mailman/listinfo if you don't dink around with vhost records.
-- john r pierce N 37, W 122 santa cruz ca mid-left coast
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 7/19/11 8:19 PM, David Lemcoe wrote:
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.
One feature you are likely to miss, though, is a good search for the archives. If it is open to the public I suppose you can let google index it for you.
On 07/19/2011 09:32 PM Les Mikesell wrote:
On 7/19/11 8:19 PM, David Lemcoe wrote:
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.
One feature you are likely to miss, though, is a good search for the archives. If it is open to the public I suppose you can let google index it for you.
Good point, Les. It's tedious to search mailman archives-- as I've seen them set up-- because it's necessary to run the search on each month's archives. It would be a lot friendlier to be able to do one search of the entire archives at once. Is there a way to set up mailman that way?
On 20.7.2011 4.32, Les Mikesell wrote:
One feature you are likely to miss, though, is a good search for the archives. If it is open to the public I suppose you can let google index it for you.
+1
If someone knows a fix, please share.
Mailman 3 will most probably have searchable archives, but who knows when it will be out.
https://launchpad.net/mailman/3.0
- Jussi
At Tue, 19 Jul 2011 19:07:16 -0500 CentOS mailing list centos@centos.org wrote:
Does CentOS 5.6 have a mailing list manager like ecartis or majordomo? I want to set up mailing lists for my server in the cloud for three domains that I own. What mailing list managers do yourecommend, and where can they be found? I don't ming compiling source code.
Mailman works well.
Thanks,