Email limits

Email limits

Posted by: snoldak924
Posted on: 2009-09-08 20:24:00

I currently have hosting with another company, and they limit each account to 350 emails/hour. While this is more than enough if applied as an average, I operate several large *legitimate* mailing lists for several clubs at my school and sometimes need to send out 1000 emails to advertise an event. This is usually once a week, which averages to about 6 emails an hour.

Does Dreamhost have any similar restrictions?

Re: Email limits

Posted by: Atropos7
Posted on: 2009-09-08 21:31:00

In reply to:

Does Dreamhost have any similar restrictions?


Yes.

DreamHost Wiki - SMTP Quota



Customer since 2000 cool openvein.org

Re: Email limits

Posted by: sXi
Posted on: 2009-09-08 22:54:00

Sounds like an Announce List would suit (no limits!)




How To Install PHP.INI / ionCube on DreamHost

Re: Email limits

Posted by: patricktan
Posted on: 2009-09-10 02:41:00

Though announce list is unlimited, is it still restricted by SMTP quota?

Re: Email limits

Posted by: Atropos7
Posted on: 2009-09-10 05:23:00

In reply to:

Though announce list is unlimited, is it still restricted by SMTP quota?


Here is the link to the Wiki page again: http://wiki.dreamhost.com/SMTP_quota

And it goes over the different methods: SMTP, SMTP by DH webmail, Postfix sendmail (CGI/PHP), and Announcement Lists.

"DreamHost "Announce Lists" (configured via our control panel): unlimited recipients per hour
* Max recipients per message: unlimited
* Max message size: 40MB (encoded)

How exactly is that not clear?



Customer since 2000 cool openvein.org

Re: Email limits

Posted by: patricktan
Posted on: 2009-09-11 03:08:00

I need more reading tongue

I thought announce list ended up sending emails by SMTP. I'll read more to understand the difference between SMTP and announce list.

Re: Email limits

Posted by: Atropos7
Posted on: 2009-09-11 05:30:00

In reply to:

I thought announce list ended up sending emails by SMTP. I'll read more to understand the difference between SMTP and announce list.


The difference is that to post to a DH Announcement List you have to use the Web Panel or the API. Thus *you* aren't using SMTP or Postfix sendmail to send the message; the *DH backend* does instead of one of your users or mailboxes. That's why Announcement List can be separate from the other methods. And SMTP is used for both sending and transfering messages. A message gets sent first then transfered. And again the Wiki page is discussing methods of sending, not transfering.



Customer since 2000 cool openvein.org

Re: Email limits

Posted by: sdayman
Posted on: 2009-09-11 06:23:00

The underlying reason is that SMTP limits will bottleneck a potential spam attack. Announce and Discussion lists are double-opt in, so it's highly unlikely that someone will receive spam from one of those lists, thus no reason to bottleneck the mail delivery.

-Scott

Re: Email limits

Posted by: patricktan
Posted on: 2009-09-12 04:49:00

In reply to:

Announce and Discussion lists are double-opt in


That clears my doubt. Thank you Scott and Atropos.