As the title says, Rspamd (and Redis) is installed and working, but I cannot bayes train from the command line. When I try to train it, I always get:
I also get the same when I try to stat:
I CAN train from the web interface, but that would take me a loooong time to copy/paste the 3,500 .eml files through the interface. Been working at this all day, I'm at a wall for things to search/try.
Any help is greatly appreciated!
[root@host ~]# rspamc learn_spam /tmp/test.eml
Results for file: /tmp/test.eml (0.000 seconds)
IO write error: Connection refused
I also get the same when I try to stat:
[root@host ~]# rspamc -h 127.0.0.1:11334 stat
Results for command: stat (0.000 seconds)
IO write error: Connection refused
I CAN train from the web interface, but that would take me a loooong time to copy/paste the 3,500 .eml files through the interface. Been working at this all day, I'm at a wall for things to search/try.
Any help is greatly appreciated!