Thanks all for the answers!
Regarding rspamd: As seen in the installation script the worker-controller password is the same as the grommunio admin user password. Is this a hard requirement or can we configure the rspamd controller password in grommunio separately? In our environment it's not possible (regarding security) that the rspamd controller password is the same as the grommunio admin password.
We have the problem that the Domain DNS Health Check isn't working, see the screenshot.
Logs:
Oct 30 11:01:36 groupware uwsgi[1618]: Wed Oct 30 11:01:36 2024 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) !!!
Oct 30 11:01:36 groupware uwsgi[1618]: Wed Oct 30 11:01:36 2024 - uwsgi_response_writev_headers_and_body_do(): Broken pipe [core/writer.c line 306] during GET /api/v1/domains/1/dnsCheck (192.168.X.X)
Oct 30 11:01:36 groupware uwsgi[1618]: OSError: write error
For now we can't figure out where here the problem is.
The Host can't do DNS Lookup to the public internet. We have configured local resolvers:
dns:
disabled: false
dudIP: 192.168.X.X
externalResolvers:
- 1.1.1.1
- 1.0.0.1
internalResolvers:
- 192.168.X.X
- 192.168.X.X
We have also tried to configure our local resovlers in "externalResolvers", but they were only appended to the list and the default resolvers remained in the list.
Thanks!