View Issue Details

IDProjectCategoryView StatusLast Update
0002778SOGoWeb Mailpublic2014-05-23 15:34
Reporterrupi Assigned Toludovic  
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platform[Server] LinuxOSDebianOS Version7 (Wheezy)
Product Version2.2.3 
Fixed in Version2.2.4 
Summary0002778: SOGo Mail Webinterface ignores NGImap4ConnectionGroupPrefix
Description

The setting NGImap4ConnectionGroupPrefix does not seem to have any effect.

Cyrus imap server needs a 'group:' prefix for mailbox acl instead of the default '$'. Changing the prefix in /etc/sogo/sogo.conf via

NGImap4ConnectionGroupPrefix = "group:";

is silently ignored.

Steps To Reproduce

Use SOGo with a cyrus imap server.
Set sogo pref:
NGImap4ConnectionGroupPrefix = "group:";

Configure ptloader with pts_module: ldap

Confirm group acls are working with cyradm:

sam user.testuser.testfolder group:foo lrswipkxtecda

ptloader produces logmessage:
cyrus/imap[29042]: canonified group:foo -> group:foo

Try with webinterface:
ptloader produces logmessage:
cyrus/imap[29005]: ptload completely failed: unable to canonify identifier: $foo

TagsNo tags attached.

Activities

ludovic

ludovic

2014-05-23 15:34

administrator   ~0007099

The doc was wrong: NGImap4ConnectionGroupPrefix ->NGImap4ConnectionGroupIdPrefix

Fixed here:

https://github.com/inverse-inc/sogo/commit/6fc81e61ecd98034b00fa36761f8ef81cb60ffe7

Issue History

Date Modified Username Field Change
2014-05-20 08:12 rupi New Issue
2014-05-23 15:34 ludovic Note Added: 0007099
2014-05-23 15:34 ludovic Status new => resolved
2014-05-23 15:34 ludovic Fixed in Version => 2.2.4
2014-05-23 15:34 ludovic Resolution open => fixed
2014-05-23 15:34 ludovic Assigned To => ludovic