OK, I have found the issue.
In my dovecot.conf file I had:
quota "User quota" {
}
Which specifies the quota name for the current user.
On my old server this setting was not set, and when I was querying the
IMAP server with '2 GETQUOTAROOT INBOX', on the old server I got:
2 GETQUOTAROOT INBOX * QUOTAROOT INBOX user * QUOTA user (STORAGE 149502
10485760) 2 OK Getquotaroot completed (0.002 + 0.000 + 0.001 secs).
Compared to my new server where the result was:
2 GETQUOTAROOT INBOX * QUOTAROOT INBOX "User quota" user * QUOTA "User
quota" (STORAGE 184282 10485760) * QUOTA user (STORAGE 184282 10485760)
2 OK Getquotaroot completed (0.009 + 0.000 + 0.008 secs).
I commented the 2 lines for naming the user quotas and the quotas are
now displayed correctly in SOGo interface.
Cheers,
Laurent
Le 03/04/2026 à 12:23, "Quentin Hivert" ([email protected]) a écrit :
2 GETQUOTAROOT INBOX