Good morning,
I just upgraded from Cyrus 2.3.16 to Cyrus 2.4.6. I have OX Version : 6.14.0 Rev6 ( 2009-12-01 12:29:16 ).
Starting with Cyrus 2.4 I can't see or subscribe shared folders.
I tried to understand what it happens. It seems that it could be related with some differences in IMAP answer on folder list. When I ask
Cyrus 2.3 returns:
Instead, Cyrus 2.4 returns:
The behavior is the same in 2.3 and 2.4 only if I ask
It doesn't seem a Cyrus bug. With Thunderbird it works as expected. Only OX has this problem.
Does anyone experience this?
How does I could configure Cyrus-2.4 with shared folders to work with OX?
I leave my Cyrus conf:
Thank you very much
Best regards
Marco
I just upgraded from Cyrus 2.3.16 to Cyrus 2.4.6. I have OX Version : 6.14.0 Rev6 ( 2009-12-01 12:29:16 ).
Starting with Cyrus 2.4 I can't see or subscribe shared folders.
I tried to understand what it happens. It seems that it could be related with some differences in IMAP answer on folder list. When I ask
Code:
A20 LIST "" user
Cyrus 2.3 returns:
Code:
* LIST (\NonExistent \Noselect \HasChildren) "/" "user" A20 OK Completed (0.000 secs 2 calls)
Instead, Cyrus 2.4 returns:
Code:
A20 OK Completed (0.000 secs 2 calls)
Code:
A21 LIST "" "user/%"
It doesn't seem a Cyrus bug. With Thunderbird it works as expected. Only OX has this problem.
Does anyone experience this?
How does I could configure Cyrus-2.4 with shared folders to work with OX?
I leave my Cyrus conf:
Code:
name : Cyrus IMAPD version : v2.4.6-Invoca-RPM-2.4.6-3 35e0e72f 2010-12-21 vendor : Project Cyrus support-url: http://cyrusimap.web.cmu.edu os : Linux os-version : 2.6.18-164.el5 environment: Built w/Cyrus SASL 2.1.22 Running w/Cyrus SASL 2.1.22 Built w/OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 Running w/OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 Built w/zlib 1.2.3 Running w/zlib 1.2.3 CMU Sieve 2.4 TCP Wrappers NET-SNMP mmap = shared lock = fcntl nonblock = fcntl idle = idled
Code:
configdirectory: /var/lib/imap partition-maildata1: /maildata/comune.prova.it/maildata1 partition-maildata2: /maildata/uc.test.it/maildata1 partition-maildata3: /maildata/regione.pioppa.it/maildata1 partition-maildatadm: /maildata/admin.invalid/maildatadm metapartition_files: header index cache expunge squat metapartition-maildata1: /metamaildata1 metapartition-maildata2: /metamaildata2 metapartition-maildata3: /metamaildata3 metapartition-maildatadm: /metamaildatadm altnamespace: 0 serverinfo: on admins: oxcyrus annotation_definitions: /etc/annoIMAP.conf sievedir: /var/lib/imap/sieve postmaster: postmaster@domain.tld # OX request: sieve_utf8fileinto: 1 sendmail: /usr/sbin/sendmail hashimapspool: true sasl_pwcheck_method: saslauthd sasl_mech_list: PLAIN quotawarn: 80 normalizeuid: 1 syslog_prefix: cyrus unixhierarchysep: 1 autocreatequota: 0 createonpost: 0 autosubscribe_all_sharedfolders: 1 expunge_days: 30 singleinstancestore: 1 defaultdomain: admin.invalid improved_mboxlist_sort: 1 virtdomains: userid quotadb: skiplist allowusermoves: 1 auth_mech: pts pts_module: ldap ptloader_sock: /var/lib/imap/socket/ptsock ldap_uri: ldap://10.102.40.156:489 ldap_version: 3 ldap_bind_dn: uid=oxcyrus,o=admin.invalid,ou=People,o=servizirete,c=it ldap_password: ###### ldap_sasl: 0 ldap_size_limit: 20000 ldap_filter: (&(objectclass=mailrecipient)(uid=%u)(mailUserStatus=active)) ldap_group_filter: (&(objectclass=groupofuniquenames)(mailUserStatus=active)(mail=%u)) ldap_member_method: filter ldap_member_filter: (uniquemember=%D) ldap_member_attribute: mail ldap_base: ou=People,o=servizirete,c=it ldap_group_base: ou=MailGroups,o=%d,ou=People,o=servizirete,c=it ldap_member_base: ou=People,o=servizirete,c=it unix_group_enable: no
Thank you very much
Best regards
Marco
Comment