Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you encounter that Checkmk might not fetch mails, you might want to try out if Checkmk is able to connect to the POP/IMAP servers with openssl (in this case Google IMAP):

Code Block
linenumberstrue
MD[nagnis_master]:root@<server>:~# openssl s_client -crlf -connect imap.gmail.com:993

Which should give you something like this: 

Code Block
linenumberstrue
00a0 - f7 44 36 73 a1 9d b7 12-8c 3d 91 38 5b ff 13 d6 .D6s.....=.8[...
00b0 - 0d a5 4c 2e 83 54 9b c2-7f c1 aa 20 cd 25 e6 0f ..L..T..... .%..
00c0 - 9a 65 96 9c 33 1c e2 26-78 9c cb 9b 37 83 40 fa .e..3..&x...7.@.
00d0 - a5 94 f8 7c 19 6f 7b 75-ff 53 36 43 0d 72 88 03 ...|.o{u.S6C.r..
00e0 - 9d 66 fe 39 e0 af 4a 75-6d 25 f6 5f .f.9..Jum%._

Start Time: 1649163351
Timeout : 7200 (sec)
Verify return code: 0 (ok)
Extended master secret: no
Max Early Data: 0
---
read R BLOCK
* OK Gimap ready for requests from 87.132.243.59 i15mb422427011wre

And you can logon via 

Code Block
linenumberstrue
tag login <username> <password>

Filter by label (Content by label)
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("email","check_mail_loop","emailloop") and type = "page" and space = "KB"
labelsemail emailloop check_mail_loop

...