Dependency Graph

Dependency Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0001494SOGoWeb Mailpublic2018-12-04 16:04
Reporterjanfrode Assigned Tofrancis  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.3.9 
Fixed in Version4.0.0 
Summary0001494: sogo doesn't handle dovecot's "quota root name"
Description

When dovecot is configured with the recommended/suggested maildir quota setting:

quota = maildir:User quota

sogo fails to interpret the quota, and no quota information is shown in the webui. Removing the ":User quota" part from dovecot config makes quota-information available in sogo.

http://wiki2.dovecot.org/Quota/Configuration

The difference in output from imap conversation is:

With "quota = maildir:User quota":

a getquotaroot INBOX

  • QUOTAROOT "INBOX" "User quota"
  • QUOTA "User quota" (STORAGE 188 1000000)
    a OK Getquotaroot completed.

with "quota = maildir":

a getquotaroot INBOX

  • QUOTAROOT "INBOX" ""
  • QUOTA "" (STORAGE 188 1000000)
    a OK Getquotaroot completed.
TagsNo tags attached.

Relationships

has duplicate 0004382 resolvedfrancis User-Quota does not show up 

Activities

ludovic

ludovic

2011-11-14 21:52

administrator   ~0003001

For testing purpose, can you try to put:

quota = maildir:Userquota

instead of:

quota = maildir:User quota

janfrode

janfrode

2011-11-14 22:01

reporter   ~0003002

Yes maildir:Userquota works.

ludovic

ludovic

2011-11-17 21:02

administrator   ~0003039

Are you in a position to try a patch?

janfrode

janfrode

2011-11-17 21:35

reporter   ~0003040

Sorry, I've never installed or built sogo from source, so I don't have a build environment available at the moment. Also I'm happy with the workaround of avoiding spaces in the quota name.

Christian Mack

Christian Mack

2016-09-06 09:53

developer   ~0010632

This is still open in SOGo 2.3.14

Altibox

Altibox

2016-09-06 17:51

reporter   ~0010635

We are still on 2.2.16. Quotas are showing correctly in the GUI on our current installation. From my point of view this issue can be closed.

Christian Mack

Christian Mack

2016-09-07 07:07

developer   ~0010636

We have switched from cyrus to dovecot last week.
We are on 2.3.14 (before and after the switch)
Since then Quota was not shown anymore.
We had to do the workaround and remove the space in "User quota" in order to get it working again.
Therefore:
No, this is not fixed yet.

Issue History

Date Modified Username Field Change
2011-11-13 12:48 janfrode New Issue
2011-11-13 16:52 ludovic Target Version => 1.3.10
2011-11-14 21:52 ludovic Note Added: 0003001
2011-11-14 22:01 janfrode Note Added: 0003002
2011-11-17 21:02 ludovic Note Added: 0003039
2011-11-17 21:35 janfrode Note Added: 0003040
2011-11-18 18:31 ludovic Target Version 1.3.10 => 1.3.11
2011-12-12 17:34 francis Target Version 1.3.11 => 1.3.12
2012-01-27 20:55 ludovic Target Version 1.3.12 =>
2015-01-09 15:21 ludovic Severity major => tweak
2016-09-06 09:53 Christian Mack Note Added: 0010632
2016-09-06 17:51 Altibox Note Added: 0010635
2016-09-07 07:07 Christian Mack Note Added: 0010636
2018-12-04 16:04 francis Relationship added has duplicate 0004382
2018-12-04 16:04 francis Status new => resolved
2018-12-04 16:04 francis Fixed in Version => 4.0.0
2018-12-04 16:04 francis Resolution open => fixed
2018-12-04 16:04 francis Assigned To => francis