Page 1 of 1

Is there a daily or hourly email sending limit by default?

Posted: Fri Dec 25, 2015 1:55 pm
by baijianpeng
I am goint to use the SMTP server built by VestaCP to send out newsletters to registered members on my website. However, I don't know if there is a daily or hourly email sending limit by default?

There is some information said that 1000 (one thousand) emails per hour is a common limit set by most hosting providers.

Since this VestaCP is my own server and installed by myself, I think maybe I can lift the limit, or just remove the limit, if there is one.

Then my question is: how to check if there is a email sending limit by VestaCP?

Thank you.

Re: Is there a daily or hourly email sending limit by default?

Posted: Mon Dec 28, 2015 10:42 am
by skurudo
No way with VestaCP, but it can Exim

viewtopic.php?t=8246#p26068

Re: Is there a daily or hourly email sending limit by default?

Posted: Mon Dec 28, 2015 11:30 am
by baijianpeng
Thank you, I see it, the keyword is "ratelimit ".

Re: Is there a daily or hourly email sending limit by default?

Posted: Tue Dec 29, 2015 11:03 am
by hafeezksa
skurudo wrote:No way with VestaCP, but it can Exim

viewtopic.php?t=8246#p26068
What to change for daily limit not hourly?

Re: Is there a daily or hourly email sending limit by default?

Posted: Tue Dec 29, 2015 11:37 am
by skurudo
hafeezksa wrote:What to change for daily limit not hourly?
Example: number interval options

interval = 1d

Code: Select all

deny authenticated = *
     ratelimit = 100 / [b]1d[/b] / strict