mailtrain icon indicating copy to clipboard operation
mailtrain copied to clipboard

Throttling not working

Open sandoche opened this issue 3 years ago • 4 comments

I have the following settings image

But in my campaign 200 mails have been delivered (which is the max per hour of my SMTP) image

Is there a setting I am missing or is it a bug?

sandoche avatar Jan 11 '22 19:01 sandoche

Same problem here. Got blacklisted because of this throttling issue...

vix-db avatar Apr 06 '22 11:04 vix-db

The throttling limit is "per sending process". I guess you have 5 sending processes in your system.

bures avatar Apr 06 '22 11:04 bures

How do I tune up the sending process number? Max connections is not the sending process number? Screenshot from 2022-04-07 10-49-14

vix-db avatar Apr 06 '22 14:04 vix-db

$ sudo grep -C2 processes /opt/mailtrain/server/config/production.yaml

queue:
  processes: 5                        <------------------- I believe is here

anibalpacheco avatar Oct 12 '23 06:10 anibalpacheco

We are going to start with the development and testing of mailtrain v3 in the next weeks.

You are welcome to help us with the testing as soon as the first release candidate is available.

talheim-it avatar Mar 16 '24 09:03 talheim-it