> On 27 May 2018, at 23:59, John Hardin <jhar...@impsec.org> wrote:
> 
> On Sun, 27 May 2018, Palvelin Postmaster wrote:
> 
>>> On 27 May 2018, at 21:43, John Hardin <jhar...@impsec.org> wrote:
>>>> 
>>>> # Use Redis for Bayes backend
>>>> bayes_store_module         Mail::SpamAssassin::BayesStore::Redis
>>>> bayes_sql_dsn                      server=127.0.0.1:6379,database=0
>>> 
>>>  foreach (split(';', $bconf->{bayes_sql_dsn})) {
>>> 
>>> It appears the DSN syntax for SA follows the common format and uses 
>>> semicolon as a delimiter. Try:
>>> 
>>> server=127.0.0.1:6379;database=0
>> 
>> Works! Thanks a lot! :)
> 
> Yay! Thanks for confirming. Example .cf file fixed.
> 
> ...just for completeness, would you try "localhost" in the DSN to see whether 
> name resolution does work there? I just assumed it does...

Using localhost does NOT work for me. Linting produces the same error as before.



--
Palvelin.fi Hostmaster
postmas...@palvelin.fi

Reply via email to