mailcow / mailcow-dockerized

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
8.8k stars 1.17k forks source link

olefy-mailcow - errors im Logfile #2800

Closed johann8 closed 5 years ago

johann8 commented 5 years ago

Describe the bug, try to make it reproducible Es gibt einen Fehler im Logfile von olefy Container und zwar: dclogs olefy-mailcow: olefy-mailcow_1 | olefy ERROR eof_received Protocol ERROR: no OLEFY/1.0 found) olefy-mailcow_1 | olefy INFO eof_received ('172.22.1.3', 43176) response send: b'[ { "error": "Protocol error" } ]' olefy-mailcow_1 | olefy INFO eof_received <> 0 bytes (stream size)

Diese drei Zeilen wiederholen sich alle ein paar Minuten. Im clamd Container selbst gibt es keine Fehlermeldungen. Wenn ich versuche von olefy container aus den clamd Container anzupingen, dann kommt folgendes:

dcexec olefy-mailcow ping 172.22.1.3 PING 172.22.1.3 (172.22.1.3): 56 data bytes ping: permission denied (are you root?)

Von z.B nginx Container kann ich anpingen: dcexec nginx-mailcow ping 172.22.1.3 PING 172.22.1.3 (172.22.1.3): 56 data bytes 64 bytes from 172.22.1.3: seq=0 ttl=64 time=0.358 ms

Der Dienst selbst im Conrtainer läuft: dcexec olefy-mailcow netstat -tulpan Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.11:43931 0.0.0.0: LISTEN - tcp 0 0 0.0.0.0:10055 0.0.0.0: LISTEN 1/python3 udp 0 0 127.0.0.11:60339 0.0.0.0:*

Für einen Hinweis wäre ich sehr dankbar!

System information and quick debugging

Further information (where applicable):

andryyy commented 5 years ago

Hi,

Please try to keep it English.

The errors are "ok", as we run a very basic TCP check in watchdog-mailcow to monitor olefy.

You can ignore them until @c-rosenberg found time to integrate a "ping? pong!" event. :)

johann8 commented 5 years ago

Hello andryyy,

thank you very match for the answer.