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

Maximum number of simultaneous connections per IP address disconnecting before limit. #2

Closed
peter-korinek opened this issue Mar 9, 2017 · 3 comments
Labels

Comments

@peter-korinek
Copy link

Hi!
We are trying to implement the limit plugin (version 1.0.2), but it is disconnecting to soon. Maybe as soon as 8 concurrent connections.

Our limit.ini consist only of two rows.
[concurrency]
max=500

What are we doing wrong?
Please advise!
:) Peter

We use Haraka Version: 2.8.13

Attached, limit.ini, plugins and example from our log

limit.ini.txt
plugins.txt
example_from_log.txt

@msimerson
Copy link
Member

"421 connection rate limit exceeded"

You aren't hitting concurrency limits, you're hitting the rate limits. Have a look at the default limit.ini file and then raise the rate limits.

@msimerson
Copy link
Member

Follow up here if you require more assistance.

@msimerson
Copy link
Member

@peter-korinek , does #3 make this plugin work more like you expected?

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

No branches or pull requests

2 participants