-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
Problem with karma and redis #2308
Comments
I'll update my system soon and see if I can't reproduce. Today, I can't:
|
msimerson
added a commit
to haraka/haraka-plugin-redis
that referenced
this issue
Dec 30, 2017
Hi @frank-bn , I've created a small PR against |
Update: on a server that exhibited behavior 2 above, I applied this patch and after running half a day:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
system info
Expected behavior
Karma plugin should be running without redis errors
Observed behavior
1) Test without(!) adding and enabling redis in config/plugins
Plugins like greylist and limit connect to redis and seem to work.
On Haraka startup karma shows:
[karma] connected to redis://127.0.0.1:6379 v3.0.6
But on receiving the first incoming mail the log displays:
[karma] karma requires the redis plugin
2) Test with adding and enabling redis in config/plugins
Haraka startup without any problems. Redis connections seem to work.
After receiving mails for several hours executing:
redis-cli info clients
shows:
connected_clients:4064
Nearly all connections are on redis db=0.
Because of the default redis maxclients setting on my server the next incoming mail causes:
Checking the number of clients with cli:
redis-cli info clients
ERR max number of clients reached
This problem seems similar or is maybe the same I had when trying Haraka the first time. See my issue #1955
Is there something wrong with my configuration?
Steps to reproduce
see my system info
The text was updated successfully, but these errors were encountered: