Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Recommended mass mailer
PostPosted: Mon Sep 23, 2013 6:20 pm 
Offline
Junior Member

Joined: Fri Sep 06, 2013 7:05 pm
Posts: 24
Any easy ones for Linode?


Top
   
PostPosted: Mon Sep 23, 2013 7:23 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
I've used and enjoyed MailChimp enough that I'd hesitate to recommend any other service. (Indeed, if you examine the "Please Take This Short Survey" e-mail that Linode sent a few days ago, you will see it was sent via MailChimp.)

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
PostPosted: Mon Sep 23, 2013 8:02 pm 
Offline
Junior Member

Joined: Fri Sep 06, 2013 7:05 pm
Posts: 24
Ah ok.

Well I just installed Dadamail, and when you try to upload more than about 1000 emails it times out. Can Mailchimp upload larger amounts?


Top
   
PostPosted: Mon Sep 23, 2013 8:33 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Yep: http://kb.mailchimp.com/article/how-do- ... t-my-list/

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
PostPosted: Mon Sep 23, 2013 9:05 pm 
Offline
Junior Member

Joined: Fri Sep 06, 2013 7:05 pm
Posts: 24
Well, I know it is supposed to, but so is DadaMail. But during the import, DadaMail stalls out and give a blank screen, almost as if the Linode can't keep up. The Linode graphs show that there is no load at all, however.


Top
   
PostPosted: Mon Sep 23, 2013 9:16 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
The Notes section towards the bottom of the KB article I linked to addresses that. If it does cause an issue, you can use the API and skip the whole web browser thing.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
PostPosted: Wed Sep 25, 2013 2:03 am 
Offline
Junior Member

Joined: Fri Sep 06, 2013 7:05 pm
Posts: 24
I looked on the mailchimp page... they only list prices for using their servers.


Top
   
PostPosted: Wed Sep 25, 2013 7:53 am 
Offline
Senior Member

Joined: Mon Jan 02, 2012 12:45 pm
Posts: 365
MailChimp does use their own servers. You upload your list(s), setup your email content (they have templates or you can use your own HTML) and then send your emails. They manage the opt-outs, the new registrations (we do this via an ajax call from our websites) and provide great statistics.

We've used MailChimp for years. Each of our clients has a separate account. Most of them have small mailing lists and send once a month or less so the free account is a perfect fit for them.

MailChimp also lets you have sub-lists which is great for group specific announcements without having to maintain completely separate lists.


Top
   
PostPosted: Wed Sep 25, 2013 8:31 am 
Offline
Junior Member

Joined: Fri Sep 06, 2013 7:05 pm
Posts: 24
Ok how about an installable program that sits on a Linode? Once instealled it can send out 100,000+ emails a month, for just the monthly charge of the Linode.

DadaMail was working great until the cgi-bin folder mysteriously disappeared. Now it has to be rebuilt.


Top
   
PostPosted: Fri Sep 27, 2013 1:15 pm 
Offline
Senior Member
User avatar

Joined: Thu Nov 24, 2011 12:46 pm
Posts: 138
Location: Mesa AZ
LINuser wrote:
DadaMail was working great until the cgi-bin folder mysteriously disappeared. Now it has to be rebuilt.


Why did that happen? That is a huge red flag that you need to look into.

Do you use backups?

Do you monitor your server to make sure it is secure? Have a firewall setup? Check your logs?

_________________
Kevin a.k.a. Dweeber


Top
   
PostPosted: Fri Sep 27, 2013 1:47 pm 
Offline
Junior Member

Joined: Fri Sep 06, 2013 7:05 pm
Posts: 24
Not sure how it happened. Dada was just installed for a few weeks and being tested. I had gone in to give it new passwords, then I restarted sendmail, and restarted the Linode, and then the cgi-bin was gone.

Was going to do a security check right after that, but now no need unless the mass mailer works (may have to re-image).

Had not used backup (extra charge, right?) because I did not even know if the server would work. I'll do a backup after it gets running again. And then a security check.


Top
   
PostPosted: Fri Sep 27, 2013 6:52 pm 
Offline
Senior Member

Joined: Mon Jan 02, 2012 12:45 pm
Posts: 365
LINuser,
If you don't want to use Linode's backup service you can split up your disc space allotment and create a 'clone' of your production disc. This will give you a backup of the full installation & configuration. You'd still need to backup your mailing lists, databases, etc, but you'd have a fully working installation to spin up or clone.

We do this on test Linodes. I'll use 1/4 of the disc allotment and create a base install of what we want to test. Then I clone it. Once I have a clone I install whatever I wanted to test and just bang away at it. If I get it where I want it I clone that disc (leaving me with 3 disc images and enough space for a fourth just in case I want to try something else). Every time I hit a milestone I delete #3 and clone #2 again.

Sometimes I want to try different products (such as free control panels). I create #1 and clone it a few times. Then I boot #2 and install. Boot #3 and install. Then #4. It's a great way to create a backup - or try things out - without having set up multiple Linodes.


Top
   
PostPosted: Fri Sep 27, 2013 7:23 pm 
Offline
Junior Member

Joined: Fri Sep 06, 2013 7:05 pm
Posts: 24
I was just starting to consider doing this. My current image is 100%; can it be re-sized to make room for cloning, without messing up our outbound sendmail (which is currently all that's on it) ?


Top
   
PostPosted: Fri Sep 27, 2013 7:36 pm 
Offline
Senior Member

Joined: Mon Jan 02, 2012 12:45 pm
Posts: 365
The link below shows you the steps to resize your disk image. It says you can increase or decrease the size of your disk. I assume that you would lose data if you shrink it to a size below your currently used disk space.
https://library.linode.com/disk-images-config-profiles#sph_resizing-a-disk-image

You can check your disk space usage with this command:
Code:
df -h


You can always ask support about any potential problems when reducing the size of a disk image.


edit: typo, schmypo, I blame my keyboard


Top
   
PostPosted: Fri Sep 27, 2013 7:53 pm 
Offline
Junior Member

Joined: Fri Sep 06, 2013 7:05 pm
Posts: 24
Ah, well it says:

Filesystem Size Used Avail Use% Mounted on
rootfs 48G 1.1G 44G 3% /
/dev/root 48G 1.1G 44G 3% /
devtmpfs 493M 0 493M 0% /dev
tmpfs 99M 184K 99M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 249M 0 249M 0% /run/shm


Would you say it's safe to resize smaller?


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


Who is online

Users browsing this forum: No registered users and 0 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:  
cron
RSS

Powered by phpBB® Forum Software © phpBB Group