Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sat Jan 17, 2015 5:16 am 
Offline
Senior Member

Joined: Wed Jun 27, 2012 10:00 pm
Posts: 87
Website: http://hemonc.org/wiki/Main_Page
I'm looking for a simple to administer mailing list solution which will basically allow me and <50 users communicate by sending a message to mailinglist@domain.com which would then go out to all members/subscribers. Ideally only members would be allowed to send emails out to the group and if people wanted to unsubscribe, they could click on a link, and they would be taken off the list in an automated fashion. Low anticipated volume.

What have you used, or what do you suggest? I've heard of Mailman, but if there are other solutions, like free web services or some feature in Google Apps which I'm unaware of, I'd be very interested in hearing about it. Does anyone still use Majordomo? To be clear, I don't just want to send out a newsletter. I want other users to be able to send a message to our group too.

Thank you!

_________________
Amateur, eager to learn.
My hematology, oncology, and chemotherapy regimen wiki


Top
   
PostPosted: Sat Jan 17, 2015 2:50 pm 
Offline
Senior Member
User avatar

Joined: Sun Dec 27, 2009 11:12 pm
Posts: 1038
Location: Colorado, USA
Have you looked at MailChimp?

It offers a free service for small users - "Send 12,000 emails to 2,000 subscribers for free. No contracts, and no credit card required. It’s free forever."

_________________
Either provide enough details for people to help, or sit back and listen to the crickets chirp.
Security thru obscurity is a myth - and really really annoying.


Top
   
PostPosted: Sat Jan 17, 2015 5:24 pm 
Offline
Senior Member

Joined: Sun Aug 31, 2008 4:29 pm
Posts: 177
I'd strongly recommend using Mailman, it's tried and proven software and provides all the capabilities you need (i.e. private moderated lists, unsubscribe link, etc.)

If you use Mailman you should setup your list on a subdomain - e.g. @list.mydomain.com. Then you won't complicate delivery of regular mail to @mydomain.com.

MailChimp is not an option for this kind of list -- it's good for announcements/newletters, but not for discussion lists. Essentially, it's good for one-to-many lists (announcements/newletters) but doesn't do many-to-many (discussions). That's where software like Mailman comes in.

_________________
sleddog


Top
   
PostPosted: Sun Jan 18, 2015 1:27 am 
Offline
Senior Member

Joined: Wed Jun 27, 2012 10:00 pm
Posts: 87
Website: http://hemonc.org/wiki/Main_Page
Re: MailChimp--I learned about the site by searching old threads, but unfortunately it doesn't seem to fit my needs to allow the group to send messages among each other.

sleddog: Thank you for the Mailman endorsement. Seems like that might end up being the best solution unless someone else suggests something else I should check out :)

_________________
Amateur, eager to learn.
My hematology, oncology, and chemotherapy regimen wiki


Top
   
PostPosted: Sun Jan 18, 2015 2:08 am 
Offline
Senior Member

Joined: Sun Aug 31, 2008 4:29 pm
Posts: 177
Sympa is an alternative to Mailman, and has been around for quite a while -- though the website at www.sympa.org is currently MIA....

_________________
sleddog


Top
   
PostPosted: Sun Jan 18, 2015 2:45 am 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
yaz wrote:
Re: MailChimp--I learned about the site by searching old threads, but unfortunately it doesn't seem to fit my needs to allow the group to send messages among each other.


Yes, MailChimp is optimized for sending the same message to a large number of people at the same time. It's not good for sending email ad-hoc one at a time.

But MailChimp has a subsidiary, called Mandrill, which offers exactly the kind of service that MailChimp doesn't. I don't know why they don't just offer all the services under the same brand, but it's their company, not mine 8)

Even if you run a mailing list software on your own server, it's often a good idea to outsource the actual sending (SMTP and all of that) to a third party such as Mandrill, because their servers will have an easier time getting through spam filters.


Top
   
PostPosted: Sun Jan 18, 2015 3:26 am 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
Mailman can be clunky, but it works. Many of the alternatives aren't actively developed, and in my (admittedly not very deep) searching I haven't found a better self-hosted application. There is a major rewrite of the web interface underway called "Hyperkitty."

My experience on CentOS is that integration with Postfix is pretty much taken care of, as is setting up cron jobs. I would presume other MTAs are similar. Mailman has a few site-wide configuration options and very many per-list options. Most of these you will never need to touch, but figuring out which may take some reading and experimentation.

If you are OK with using a service run by someone else, I've found FreeLists to be free of the crap that services like Yahoo Groups foist on you.


Top
   
PostPosted: Sun Jan 18, 2015 3:25 pm 
Offline
Senior Member
User avatar

Joined: Thu Nov 24, 2011 12:46 pm
Posts: 138
Location: Mesa AZ
Mailman.... I have also used Dada Mail http://dadamailproject.com/ which uses.

I still use majordomo for some very old lists, but I would not create a new one using it. The old lists are being migrated to MailChip (if they announce only) or Mailman if they are a group list.

_________________
Kevin a.k.a. Dweeber


Top
   
PostPosted: Mon Jan 19, 2015 9:15 am 
Offline
Senior Member

Joined: Sun Aug 31, 2008 4:29 pm
Posts: 177
Just to note that www.sympa.org is back online. A quick google search (sympa mailing lists) shows it's used by many .edu's.

_________________
sleddog


Top
   
PostPosted: Thu Jan 22, 2015 4:09 pm 
Offline
Senior Member

Joined: Wed Jun 27, 2012 10:00 pm
Posts: 87
Website: http://hemonc.org/wiki/Main_Page
Thank you for the suggestions everyone. I'll give things a go with Mailman and see if I have any issues configuring it. If you think there's a particularly good tutorial somewhere about installing and configuring it, I'd be happy to reference it.

_________________
Amateur, eager to learn.
My hematology, oncology, and chemotherapy regimen wiki


Top
   
PostPosted: Thu Jan 22, 2015 6:30 pm 
Offline
Senior Member

Joined: Sun Aug 31, 2008 4:29 pm
Posts: 177
Installation, setup and config is to some extent dependent on your distro and your MTA.

For example here's a Ubuntu guide: https://help.ubuntu.com/community/Mailman

_________________
sleddog


Top
   
PostPosted: Thu Jan 22, 2015 6:34 pm 
Offline
Senior Member

Joined: Wed Jun 27, 2012 10:00 pm
Posts: 87
Website: http://hemonc.org/wiki/Main_Page
sleddog wrote:
Installation, setup and config is to some extent dependent on your distro and your MTA.

For example here's a Ubuntu guide: https://help.ubuntu.com/community/Mailman

I run Ubuntu and Postfix, so this is great! Thank you :)

_________________
Amateur, eager to learn.
My hematology, oncology, and chemotherapy regimen wiki


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group