WIth just mailWebAddress in config.json
I am getting this:
{
"mailWebAddress": "https://mail.example.com/web",
}
The URL to rspamWebAddress
is missing in the docs and thus also missing in my config.json
https://docs.grommunio.com/admin/manual_core.html
After adding the line, things are back to normal:
{
"mailWebAddress": "https://mail.example.com/web",
"rspamWebAddress": "https://mail.example.com:8443/antispam"
}
You guys should add this to your bug tracker and also update the docs. Thanks guys! 🙂