HeinleinSupport / olefy

olefy - oletools verify over TCP socket
Apache License 2.0
43 stars 7 forks source link

No Rspamd-ID ? #18

Closed Kuzuto closed 1 year ago

Kuzuto commented 1 year ago

I made a fresh setup and followed the guide on Rspamd and here.

I can see the file is getting send to olefy , but looks like it's missing some data. I enabled Debug. Can some help debug the issue ?

Sep 27 17:02:33 atp-engine python3[4379]: olefy DEBUG data_received ('127.0.0.1', 37754) data received from new connection Sep 27 17:02:35 atp-engine python3[4379]: olefy DEBUG data_received ('127.0.0.1', 37754) data received from new connection Sep 27 17:02:42 atp-engine python3[4379]: olefy INFO eof_received No Rspamd-ID 405 bytes (stream size) Sep 27 17:02:42 atp-engine python3[4379]: olefy ERROR eof_received No Rspamd-ID Protocol ERROR: no OLEFY/1.0 found Sep 27 17:02:42 atp-engine python3[4379]: olefy INFO eof_received No Rspamd-ID ('127.0.0.1', 37754) response send: b'[ { "error": "Protocol error" } ]' Sep 27 17:02:55 atp-engine python3[4379]: olefy DEBUG connection_made ('127.0.0.1', 38514) new connection was made Sep 27 17:02:55 atp-engine python3[4379]: olefy DEBUG data_received ('127.0.0.1', 38514) data received from new connection Sep 27 17:02:55 atp-engine python3[4379]: olefy INFO eof_received No Rspamd-ID 5 bytes (stream size) Sep 27 17:02:55 atp-engine python3[4379]: olefy DEBUG eof_received ('127.0.0.1', 38514) PING request Sep 27 17:02:55 atp-engine python3[4379]: olefy INFO eof_received No Rspamd-ID ('127.0.0.1', 38514) response send: b'PONG'

Kuzuto commented 1 year ago

Never mind.. a restart of all services helped :)