require state 2, now in 1
Hi @DjGeekusa,
It seems like you’re encountering a state issue with SOGo email. Based on our documentation, if you’re receiving a 403 error related to password policies, it may be due to the password scheme used in your configuration.
To resolve this, you can update the password in the Postfix database to include the correct prefix. Here’s a quick command you can use:
UPDATE mailbox SET password=CONCAT('{MD5-CRYPT}',password) WHERE password LIKE '$1$%';
This change should help align the password scheme with what SOGo expects. If you need further assistance or have additional questions, feel free to reach out!
Best,
– Ashley, Gigbuilder Support