Today successfully built rspamd 0.7, taken fresh interface from git. Configured.
Web ui opened ok.
However password not accepted, even if input is 100% correct. It shows - "Oops, password is incorrect", and asking for password again.
Switched "debug" logging in rspamd.
when I try to connect after entering password the log shows:
2014-09-10 11:10:22 #30448(controller) rspamd_http_router_finish_handler: requested known path: /
2014-09-10 11:10:22 #30448(controller) rspamd_http_router_try_file: requested file /usr/local/share/rspamd/www/index.html
Path existing, permissions ok, file index.html existing as well.
That path - /usr/local/share/rspamd is linked to /srv/www/rsp as well to server as nginx's root for web ui page. Nginx doesn't show any errors, only ok:
203.xx.xx.xx - - [10/Sep/2014:11:16:36 +1000] "GET /auth/ HTTP/1.1" 200 10843 "http://my.webpage.tld/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36"
Desperately crying :(