We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See rmilter.conf.sample
redis { # servers_grey - redis servers for greylisting in format: # host[:port][, host[:port]] servers_grey = localhost;
There is no way currently to specify a specific database within the redis server (like host:port@db) rspamd has this ability already.
Would be nice to have within rmilter as well
The text was updated successfully, but these errors were encountered:
would be nice to get rid of redis in rmilter, all parts of redis use in rmilter is now supported in rspamd, what are still missing ìf anything ?
Sorry, something went wrong.
@xpunkt you can disable Redis in Rmilter configuration if you want.
It appears that setting dbname should do this.
not yet in compile time disable / enable, and in conf file is pretty much undokumented
No branches or pull requests
See rmilter.conf.sample
redis {
# servers_grey - redis servers for greylisting in format:
# host[:port][, host[:port]]
servers_grey = localhost;
There is no way currently to specify a specific database within the redis server (like host:port@db)
rspamd has this ability already.
Would be nice to have within rmilter as well
The text was updated successfully, but these errors were encountered: