vstakhov / rmilter

Another sendmail milter for different mail checks.
86 stars 18 forks source link

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

Open pommetjehorlepiep opened 8 years ago

pommetjehorlepiep commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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

fatalbanana commented 8 years ago

It appears that setting dbname should do this.

xpunkt commented 8 years ago

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