Closed amengus87 closed 2 months ago
You need to encode the address.
We can't as we are using your own UI! The curl example is only to show you what is done behind the web browser.
If you create a user with webadmin ui you will be able to reproduce, the bug is the same as : https://github.com/stalwartlabs/mail-server/issues/761#issuecomment-2354708828
@amengus87 try upgrading to the latest webadmin version. If it is working properly at the moment.
@mdecimus Same on the latest release :
Try updating both Stalwart and the webadmin to the latest version.
@mdecimus Done this morning too
Please set the logging level to trace
and check your server logs for more details.
@mdecimus We are now using the CLI instead of the webui. Works inside CLI
That's fine but please note that the user management functionality has been removed from the CLI in v0.10.0.
That's fine but please note that the user management functionality has been removed from the CLI in v0.10.0.
Good to know :)
Just found the problem => Our reverse proxy wasn't allowing 'PATCH' methods to pass through.
Sorry for any trouble and time lost
When we want to update a user with username having '@' character we obtain a 404 error :
404 page not found
Originally posted by @amengus87 in https://github.com/stalwartlabs/mail-server/issues/761#issuecomment-2354708828