Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limited to 5 outbound emails every 5 secondes #332

Open
pydubreucq opened this issue Jun 9, 2023 · 5 comments
Open

Limited to 5 outbound emails every 5 secondes #332

pydubreucq opened this issue Jun 9, 2023 · 5 comments

Comments

@pydubreucq
Copy link
Contributor

Hi,
Actually my Zone-MTA send 5 emails every 5 secondes so with my volume it's a problem because I have to send 100K by day or more.
I tried to modify connections and connectionCache parameter with no effect.
Do you have an idea where I can change that ?
Best Regards
Pierre-Yves

@andris9
Copy link
Member

andris9 commented Jun 9, 2023

@pydubreucq
Copy link
Contributor Author

Hi,
Thanks for your answer.
I tried to change connection cache ttl to 1 but without effect.
I tried to change in a specific zone too.

I forgot to tell that my problem is 5 emails by zone every 5 seconds

Thanks for all :)

@pydubreucq
Copy link
Contributor Author

Is it possible to see the value used by zone-mta like the postconf command for postfix ?
We tried to modify connectioncache or the number of connections without effect.

@louis-lau
Copy link
Contributor

https://github.com/zone-eu/zone-mta-template

To see the current config run the following. This shows the fully merged config tree:

$ npm run config
> { name: 'ZoneMTA',
  ident: 'zone-mta',
  dbs:
   { mongo: ...

@pydubreucq
Copy link
Contributor Author

pydubreucq commented Jun 12, 2023

Thanks for your answer.
npm run config don't work for me
I used npm run show

I'm using last stable Release (3.4.0)

I have this value for connections & connectionCache

default: {
      preferIPv6: false,
      ignoreIPv6: true,
      processes: 1,
      connections: 12,
      pool: 'default',
      connectionCache: { ttl: 3, reuseCount: 100 }
    },
zone1: {
      connections: 20,
      connectionCache: { ttl: 3, reuseCount: 50 },
      pool: 'ipZone1',
      throttling: '30 messages/second',
      recipientDomains: [
        'domain1.com',
        'domain2.com,
        'domain3.com'
      ]
    },

But zone-mta seems to don't care :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants