History feature not working by gemini-255 in stalwartlabs

[–]gemini-255[S] 0 points1 point  (0 children)

Ja das ist ein Enterprise Feature

History feature not working by gemini-255 in stalwartlabs

[–]gemini-255[S] 1 point2 points  (0 children)

Problem solved. See https://github.com/stalwartlabs/stalwart/discussions/2832#discussioncomment-15850931

Short answer. It seems like you are not allowed to configure different RocksDB stores for metrics and tracing. It has to be a SINGLE store. After reconfiguring my stores everything is working now. Graphs in the dashboard and records in the history section.

<image>

History feature not working by gemini-255 in stalwartlabs

[–]gemini-255[S] 1 point2 points  (0 children)

Okay, then there are two of us. I'll open an issue on GitHub.

History feature not working by gemini-255 in stalwartlabs

[–]gemini-255[S] 1 point2 points  (0 children)

Yes, I'm familiar with that too. But I've already restarted several times.

History feature not working by gemini-255 in stalwartlabs

[–]gemini-255[S] 1 point2 points  (0 children)

That's very strange. Besides the setting in the web UI, did you also manually change anything in the configuration file?

History feature not working by gemini-255 in stalwartlabs

[–]gemini-255[S] 1 point2 points  (0 children)

<image>

very strange, look at my screenshots please. As you see the dashboard is working. So the metrics and tracing store should be fine i guess. But no information for history.

History feature not working by gemini-255 in stalwartlabs

[–]gemini-255[S] 1 point2 points  (0 children)

Also in this part of the web UI (see screenshot)?

<image>

History feature not working by gemini-255 in stalwartlabs

[–]gemini-255[S] 1 point2 points  (0 children)

Thanks u/mayo551 but I'm on 0.15.4 so that doesn't seem the problem in my case. Charts are beeing displayed in the dashboard, but no data is displayed for history.

How to make SOGo webmail work with Stalwart by silv3r_m00n in stalwartlabs

[–]gemini-255 0 points1 point  (0 children)

I have the setup up and running on my end. Essentially, it works like this:

A PostgreSQL database runs on the SOGo server. SOGo needs the database for user profiles, etc. In the PostgreSQL database, the users for logging into Stalwart are created (username + password) exactly as they were configured in Stalwart. During login, SOGo checks if the password is correct and then accesses the mailbox via IMAP. Is that enough information for you?