Hi, not sure if i should write in english or german, so guess its better to write in english. Maybe more people understand the problem and can maybe profit of the discussion.
I installed grommunio on a laptop for testing purposes. I never worked with grommunio but i am quiet experienced linux user. So installation went fine (i did not install everything, as its primarily atm for testing and getting started), i can login with my admin account and i created a test account "oli". I checked the database, i can see that the user has a $6$ password (guess thats sha512 crypt or something like that) and all looks fine but when i try to login at https://192.168.1.175:8443/login?redirect=/ i get "Login failed".
In the journalctl log i can see uwsgi[18155]: [WARNING] (grommunio Admin API) POST /api/v1/login? from 192.168.1.196 -> 401 '{"message":"Login failed","error":"Invalid username or password"}\n'. I am wondering if there is another web login (without admin api) that the users has to use (i know something like that from postfixadmin where one has /login/user for users and /login for admins). So not sure if i missed something in the documentation.
Unfortunately, /var/log/gromox is empty - thats where i thought i should fine any information but nop, nothing.
Is there any way to turn on debug logging for such stuff? I assume authentication is done via db auth (like in dovecot when using sql auth), so it should not matter if postfix or anything else is configured correctly because the db stuff works, right?