Re: BayesStore::Redis can't do AUTH when Redis is <=2.6 (was: sa-learn site-wide bayes on Redis)

2014-08-21 Thread Marcin Mirosław
W dniu 21.08.2014 o 15:20, Matteo Dessalvi pisze: > Which version of Redis are you using? I did have some > problems with the 2.4 version packaged by Debian and > I did solve a similar problem using a more recent > version, like the 2.7 or 2.8. And you fixed my problem! Indeed, upgrading from redi

Re: sa-learn site-wide bayes on Redis

2014-08-21 Thread Matteo Dessalvi
Which version of Redis are you using? I did have some problems with the 2.4 version packaged by Debian and I did solve a similar problem using a more recent version, like the 2.7 or 2.8. Matteo On 21.08.2014 14:45, Marcin Mirosław wrote: W dniu 21.08.2014 o 13:45, Matteo Dessalvi pisze: I am p

Re: sa-learn site-wide bayes on Redis

2014-08-21 Thread Marcin Mirosław
W dniu 21.08.2014 o 13:45, Matteo Dessalvi pisze: > I am pretty sure SA support the Redis authentication mechanism. > For my tests I have used the following line: > > bayes_sql_dsn server=127.0.0.1:6379;password=MySecretPWD;database=2 Thanks Matteo, firstly I should try then write to ML:) So now

Re: sa-learn site-wide bayes on Redis

2014-08-21 Thread Matteo Dessalvi
I am pretty sure SA support the Redis authentication mechanism. For my tests I have used the following line: bayes_sql_dsn server=127.0.0.1:6379;password=MySecretPWD;database=2 Matteo On 21.08.2014 12:56, Marcin Mirosław wrote: Hi! I'm reading bayes_redis.cf and I can see: " #NOTE: We're not

Re: sa-learn site-wide bayes on Redis

2014-08-21 Thread Marcin Mirosław
W dniu 20.08.2014 o 14:42, Axb pisze: > On 08/20/2014 02:25 PM, Matteo Dessalvi wrote: >> Hi all. >> >> >> I am managing a bunch of Linux MTAs which are placed in >> front of some Exchange servers. In such a configuration >> the Bayes filter is deployed site-wide. >> >> For a new deployment of thes

Re: sa-learn site-wide bayes on Redis

2014-08-20 Thread Axb
I so love to posters. On 08/20/2014 03:33 PM, Matteo Dessalvi wrote: Ok, perfect! Thanks a lot! This is what I want to know and I was not so sure about. I may be wrong but it looks to me the fact that tools like sa-learn can access transparently the backends configured for SA is not exactly

Re: sa-learn site-wide bayes on Redis

2014-08-20 Thread Matteo Dessalvi
Ok, perfect! Thanks a lot! This is what I want to know and I was not so sure about. I may be wrong but it looks to me the fact that tools like sa-learn can access transparently the backends configured for SA is not exactly clear from the docs. It would be great if the wiki maintainers could add

Re: sa-learn site-wide bayes on Redis

2014-08-20 Thread Axb
bayes_store_module Mail::SpamAssassin::BayesStore::Redis tells SA to use the Redis backend. To sa-learn this becomes transparent, as with any other backed (DBD,SDBM,SQL) bayes_redis.cf shows what parameters are mandatory/optional On 08/20/2014 03:02 PM, Matteo Dessalvi wrote: No, unfortunat

Re: sa-learn site-wide bayes on Redis

2014-08-20 Thread Matteo Dessalvi
No, unfortunately it does not help me. I already have a proper config file for SA to access Redis as backend and most of the configurations are done automatically through a Chef cookbook (Redis included). In the docs you pointed me there's nothing about the interaction between sa-learn and Redis.

Re: sa-learn site-wide bayes on Redis

2014-08-20 Thread Axb
On 08/20/2014 02:25 PM, Matteo Dessalvi wrote: Hi all. I am managing a bunch of Linux MTAs which are placed in front of some Exchange servers. In such a configuration the Bayes filter is deployed site-wide. For a new deployment of these servers I am planning to use Redis as a centralized backe

sa-learn site-wide bayes on Redis

2014-08-20 Thread Matteo Dessalvi
Hi all. I am managing a bunch of Linux MTAs which are placed in front of some Exchange servers. In such a configuration the Bayes filter is deployed site-wide. For a new deployment of these servers I am planning to use Redis as a centralized backend (previously the bayes db were just files save