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

[enhancement] redis configuration: configurable database (standard is db 0) #157

Open
pommetjehorlepiep opened this issue Sep 10, 2016 · 4 comments

Comments

@pommetjehorlepiep
Copy link

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

@xpunkt
Copy link

xpunkt commented Sep 10, 2016

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 ?

@moisseev
Copy link
Contributor

@xpunkt you can disable Redis in Rmilter configuration if you want.

@fatalbanana
Copy link
Contributor

It appears that setting dbname should do this.

@xpunkt
Copy link

xpunkt commented Sep 10, 2016

not yet in compile time disable / enable, and in conf file is pretty much undokumented

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

4 participants