Simpily, when I try to create a time limited alias (via the api as I can’t find it on the mailcow ui anywhere)
I get the following error (using swagger to test)
[
{
"type": "danger",
"log": [
"mailbox",
"add",
"time_limited_alias",
{
"username": "info@domain.tld",
"domain": "domain.tld"
},
null
],
"msg": "access_denied"
}
]