you have to set the correct template for 1 demo user, then export it via:
gromox-mbop -u moo@kuh.de get-websettings | jq .settings.zarafa.v1.contexts.mail.signatures
and you'll get something like:
{
"all": {
"1742996636072": {
"name": "mysignature",
"isHTML": true,
"content": "<p class=\"MsoNormal\">... </p>"
}
}
}
edit the variables like {%firstname} – First name etc. (https://docs.grommunio.com/web/settings.html )
then reimport the settings wiht:
gromox-mbop -u moo2@kuh.de set-websettings <signature.json
but I dont know the exact syntax, and