Page MenuHomePhorge
Feed Advanced Search

Sep 2 2016

machniak created T1463: Get rid of owncloud.inc.php.tpl.
Sep 2 2016, 11:37 AM · PyKolab

Aug 31 2016

machniak created T1461: Invitationpolicy: Windows time zones are wrongly converted to UTC.
Aug 31 2016, 1:16 PM · PyKolab

Aug 25 2016

machniak moved T1375: Using kolab (0.8.0) list-mailbox-metadata with a dovecot server 1:2.2.13-12~deb8u1 didn't work from Backlog to Review on the PyKolab board.
Aug 25 2016, 12:45 PM · PyKolab, Bug Reports
machniak added a revision to T1375: Using kolab (0.8.0) list-mailbox-metadata with a dovecot server 1:2.2.13-12~deb8u1 didn't work: D211: T1375: Fix setting metadata on dovecot.
Aug 25 2016, 12:43 PM · PyKolab, Bug Reports
machniak moved T1417: sync-mailhost-attrs behaves strange from Backlog to Review on the PyKolab board.
Aug 25 2016, 12:19 PM · PyKolab, Bug Reports

Aug 23 2016

machniak added a comment to T1429: wallace srcambels quoted printable encoded long subject lines.
=?iso-8859-15?Q?Stellenausschreibung-=C4nderung:_16-2509-075, IT@M, A10/E9_TV=F6D?=

This is not a valid header value according to RFC2047. Encoded-word can't contain spaces. What client created this?

Aug 23 2016, 1:42 PM · Kolab Enterprise 14, PyKolab, Bug Reports
petersen added projects to T1429: wallace srcambels quoted printable encoded long subject lines: PyKolab, Kolab Enterprise 14.
Aug 23 2016, 12:04 PM · Kolab Enterprise 14, PyKolab, Bug Reports

Aug 22 2016

petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201634.
Aug 22 2016, 8:52 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611

Aug 19 2016

petersen added a project to T1318: Fix issue with re-binding to an LDAP connection: Kolab Enterprise 14.
Aug 19 2016, 12:24 PM · Kolab Enterprise 14, PyKolab
petersen added a project to T1171: LDAP reconnection does not bind the LDAP user: Kolab Enterprise 14.
Aug 19 2016, 12:23 PM · Kolab Enterprise 14, PyKolab

Aug 18 2016

vendel.colja added a comment to T1417: sync-mailhost-attrs behaves strange.

ok, thank's, I've missed that

Aug 18 2016, 3:58 PM · PyKolab, Bug Reports
machniak added a comment to T1417: sync-mailhost-attrs behaves strange.

Shared folders are handled differently. We've been there. See find_folder_resource() in line 192.

Aug 18 2016, 3:48 PM · PyKolab, Bug Reports
vendel.colja added a comment to T1417: sync-mailhost-attrs behaves strange.

For normal mailboxes and users I'd be happy with the implementation as I read it.

Aug 18 2016, 3:34 PM · PyKolab, Bug Reports
vendel.colja added a comment to T1414: Kolabd not catching changes in LDAP.

We'll test it in Kolab Enterprise 14 repos if available.

Aug 18 2016, 3:04 PM · PyKolab, Bug Reports
machniak added a comment to T1417: sync-mailhost-attrs behaves strange.

Created a patch. This is untested and it's not my decision if it is proper aproach.

Aug 18 2016, 2:50 PM · PyKolab, Bug Reports
machniak added a revision to T1417: sync-mailhost-attrs behaves strange: D209: T1417: Fix so sync-mailhost-attr uses result_attribute not mail_attributes.
Aug 18 2016, 2:48 PM · PyKolab, Bug Reports
tobru added a comment to T1414: Kolabd not catching changes in LDAP.

Thanks for your effort. As soon as the changes are available in Winterfell, I'll be happy to test it.

Aug 18 2016, 2:31 PM · PyKolab, Bug Reports
machniak added a revision to T1414: Kolabd not catching changes in LDAP: D208: T1414: Set LDAP TIMEOUT option only on "immediate" connection.
Aug 18 2016, 2:18 PM · PyKolab, Bug Reports
vendel.colja added a comment to T1417: sync-mailhost-attrs behaves strange.

As Jeroen already wrote, I think that is absolutely correct, it "should use" this

[cyrus-sasl]
result_attribute = mail

but the filter "-d 9" uses is

(&(&(objectclass=kolabinetorgperson)(objectclass=mailrecipient)(mail=*))(|(mail=pitb.mse@domain.de)(alias=pitb.mse@domain.de)))

so it includes "alias" into the search and I don't know why.

Aug 18 2016, 2:07 PM · PyKolab, Bug Reports
vanmeeuwen added a comment to T1414: Kolabd not catching changes in LDAP.

rather than setting the timeout unconditionally, it should set the timeout only for if immediate:

Aug 18 2016, 1:36 PM · PyKolab, Bug Reports
machniak added a comment to T1399: kolabInvitationPolicy attribute is not respected.

As discussed with Jeroen REJECT does not make much sense for resources. So, I don't see anything in the code that would need to be fixed now. Consider updating documentation to be more precise.

Aug 18 2016, 1:05 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
machniak added a comment to T1417: sync-mailhost-attrs behaves strange.

Returning to the original question. No, it is not possible to prevent this with configuration. So, you have to investigate why a mailbox exists for alias attribute in the first place.

Aug 18 2016, 12:27 PM · PyKolab, Bug Reports
machniak added a comment to T1414: Kolabd not catching changes in LDAP.

Ehh. So, different value for immediate? What values?

Aug 18 2016, 11:27 AM · PyKolab, Bug Reports
vanmeeuwen added a comment to T1414: Kolabd not catching changes in LDAP.

Line 444 should be claused similarly to line 431 (by line 430)

Aug 18 2016, 11:21 AM · PyKolab, Bug Reports
vanmeeuwen added a comment to T1417: sync-mailhost-attrs behaves strange.

sync-mailhost-attr should use the (one) result attribute (cyrus-sasl, result attribute), not the mail attributes.

Aug 18 2016, 11:19 AM · PyKolab, Bug Reports
vanmeeuwen added a comment to T1399: kolabInvitationPolicy attribute is not respected.

Again, the resources module is a different module from the invitation policy. I read this ticket as concerning the invitation policy. I'm not sure how the resources module got in to the mix.

Aug 18 2016, 11:16 AM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
machniak added a comment to T1399: kolabInvitationPolicy attribute is not respected.

As I understand setting kolabinvitationpolisy: ALL_REJECT for resources does not work as for users, i.e. does not respond with Declined status.

Aug 18 2016, 10:37 AM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
vanmeeuwen added a comment to T1399: kolabInvitationPolicy attribute is not respected.

The resources module is a different one from the invitation policy module. This ticket concerns the invitation policy module.

Aug 18 2016, 10:28 AM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports

Aug 17 2016

machniak added a project to T1417: sync-mailhost-attrs behaves strange: PyKolab.
Aug 17 2016, 4:17 PM · PyKolab, Bug Reports
machniak assigned T1414: Kolabd not catching changes in LDAP to vanmeeuwen.

In rPd71e26c1a we added 10 second timeout (OPT_TIMEOUT option). I'm curious if we shouldn't use OPT_NETWORK_TIMEOUT and/or greater OPT_TIMEOUT value. Jeroen, what was your intention?

Aug 17 2016, 4:17 PM · PyKolab, Bug Reports
Florian_Eder updated subscribers of T1414: Kolabd not catching changes in LDAP.
Aug 17 2016, 2:11 PM · PyKolab, Bug Reports

Aug 16 2016

adomaitis added a comment to T1399: kolabInvitationPolicy attribute is not respected.

In addition it is not clear what ALL_MANUAL policy means for resources. There is nobody behind the resource, so nobody can manually react to the reservation request. Even more, resource is calendar, so it has no mail type folder to deliver request.

Aug 16 2016, 6:49 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
machniak added a project to T1399: kolabInvitationPolicy attribute is not respected: Architecture & Design.
Aug 16 2016, 6:47 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
machniak added a comment to T1399: kolabInvitationPolicy attribute is not respected.

Yes, ACT_MANUAL is an alias for ALL_MANUAL in invitationpolicy module, but as I've said resources module supports only three policies. We should probably add support for ALL_* aliases, but adding support for all policies supported by invitationpolicy module would not be just a simple fix. That's why I'd like Architecture & Design to take a look at this.

Aug 16 2016, 6:46 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
adomaitis added a comment to T1399: kolabInvitationPolicy attribute is not respected.

Update: user invitation policy handling works, at least I can get invitation declined. It is declined either setting ALL_REJECT or ACT_REJECT.

Aug 16 2016, 5:58 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
machniak added a comment to T1399: kolabInvitationPolicy attribute is not respected.

As for the resources, in the code I see this module support only three policies: ACT_MANUAL, ACT_ACCEPT and ACT_ACCEPT_AND_NOTIFY

Aug 16 2016, 12:18 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
machniak added a comment to T1399: kolabInvitationPolicy attribute is not respected.

Works for me on KE14 (pykolab 0.7.28). What policy do you have in kolab.conf?

Aug 16 2016, 11:59 AM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
seigo moved T1399: kolabInvitationPolicy attribute is not respected from Backlog to Doing on the Kolab Enterprise 14 board.
Aug 16 2016, 11:49 AM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201633.
Aug 16 2016, 11:34 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611
petersen added a project to T1399: kolabInvitationPolicy attribute is not respected: Kolab Enterprise 14.
Aug 16 2016, 11:20 AM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
petersen assigned T1399: kolabInvitationPolicy attribute is not respected to machniak.
Aug 16 2016, 11:19 AM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
vendel.colja added a comment to T1414: Kolabd not catching changes in LDAP.

With pykolab 0.7.28 we discover the same issue.

Aug 16 2016, 11:09 AM · PyKolab, Bug Reports
vendel.colja updated the task description for T1389: a change we made to allow cmd_sync_mailhost_attrs to respect 'user_filter' settings from kolab.conf.
Aug 16 2016, 8:12 AM · PyKolab

Aug 11 2016

tobru added a project to T1415: Shared folders not deleted in IMAP: PyKolab.
Aug 11 2016, 5:45 PM · PyKolab, Bug Reports
tobru added a project to T1414: Kolabd not catching changes in LDAP: PyKolab.

Just debugged the same stuff with pykolab-0.8.3-3.1.el7.kolab_16.noarch, same behaviour.

Aug 11 2016, 5:38 PM · PyKolab, Bug Reports
Florian_Eder updated subscribers of T1405: after LDAP connection problem kolabd seems to reuse this broken LDAP connection and reports errors instead of reestablishing/repairing the connection.
Aug 11 2016, 1:12 PM · Kolab Enterprise 14, PyKolab, Bug Reports

Aug 9 2016

petersen added projects to T1405: after LDAP connection problem kolabd seems to reuse this broken LDAP connection and reports errors instead of reestablishing/repairing the connection: PyKolab, Kolab Enterprise 14.
Aug 9 2016, 2:19 PM · Kolab Enterprise 14, PyKolab, Bug Reports

Aug 8 2016

petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201632.
Aug 8 2016, 8:03 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611

Aug 5 2016

adomaitis added a comment to T1399: kolabInvitationPolicy attribute is not respected.

Relevant OTRS issues:
1100085

Aug 5 2016, 3:48 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
adomaitis added a project to T1399: kolabInvitationPolicy attribute is not respected: PyKolab.
Aug 5 2016, 3:47 PM · Documentation, Architecture & Design, Kolab Enterprise 14, Bug Reports
petersen added a comment to T1395: change of LDAP "mail" attribute unexpectedly creates new mailbox .

Reproduced inhouse

Aug 5 2016, 10:13 AM · Restricted Project, Kolab Enterprise 14, PyKolab, Bug Reports
petersen assigned T1395: change of LDAP "mail" attribute unexpectedly creates new mailbox to vanmeeuwen.
Aug 5 2016, 10:12 AM · Restricted Project, Kolab Enterprise 14, PyKolab, Bug Reports

Aug 4 2016

petersen added projects to T1395: change of LDAP "mail" attribute unexpectedly creates new mailbox : PyKolab, Kolab Enterprise 14, Restricted Project.
Aug 4 2016, 11:06 AM · Restricted Project, Kolab Enterprise 14, PyKolab, Bug Reports

Jul 29 2016

vendel.colja assigned T1389: a change we made to allow cmd_sync_mailhost_attrs to respect 'user_filter' settings from kolab.conf to petersen.
Jul 29 2016, 4:43 PM · PyKolab
vendel.colja added a comment to T1389: a change we made to allow cmd_sync_mailhost_attrs to respect 'user_filter' settings from kolab.conf.

Ok, when it's not used but should, then what's to do here?
The goal is to only try to sync_mailhost_attrs on LDAP items that realy belong to kolab relevant items.
So either one can do it as we did patch our current version or in a simpler way as you mentioned.

Jul 29 2016, 9:14 AM · PyKolab

Jul 28 2016

machniak added a project to T1389: a change we made to allow cmd_sync_mailhost_attrs to respect 'user_filter' settings from kolab.conf: PyKolab.
Jul 28 2016, 4:42 PM · PyKolab

Jul 27 2016

machniak added a project to T1375: Using kolab (0.8.0) list-mailbox-metadata with a dovecot server 1:2.2.13-12~deb8u1 didn't work: PyKolab.
Jul 27 2016, 10:40 AM · PyKolab, Bug Reports

Jul 25 2016

petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201630.
Jul 25 2016, 9:06 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611

Jul 22 2016

vanmeeuwen closed T1373: Untranslated "PENDING" in invitation notification as Resolved by committing rPeb2aeb99ae7e: T1373: Fix untraslated "PENDING" label in invitation notification.
Jul 22 2016, 3:33 PM · PyKolab, Bug Reports
vanmeeuwen added a revision to T1171: LDAP reconnection does not bind the LDAP user: D199: Resolve finding no entries, too many entries, and ensure that LDAP failures are triggered immediately.
Jul 22 2016, 1:41 PM · Kolab Enterprise 14, PyKolab
vanmeeuwen added a revision to T1318: Fix issue with re-binding to an LDAP connection: D199: Resolve finding no entries, too many entries, and ensure that LDAP failures are triggered immediately.
Jul 22 2016, 1:41 PM · Kolab Enterprise 14, PyKolab
detrout created P15 fix-two-minor-dovecot-issues.
Jul 22 2016, 12:36 AM · PyKolab

Jul 20 2016

machniak added a revision to T1373: Untranslated "PENDING" in invitation notification: D198: T1373: Fix untraslated "PENDING" label in invitation notification.
Jul 20 2016, 1:39 PM · PyKolab, Bug Reports
machniak created T1373: Untranslated "PENDING" in invitation notification.
Jul 20 2016, 11:54 AM · PyKolab, Bug Reports

Jul 15 2016

adomaitis added a comment to T1282: "Bad file descriptor" errors when using -d 9.

I suspect https://git.kolab.org/rP200ba8fe4dab5884ab0b3818c6678ad9745bdd7e

Jul 15 2016, 1:51 PM · Bug Reports, PyKolab

Jul 13 2016

vanmeeuwen closed T1207: kolab list-mailboxes throws an EOF error on a clean system as Resolved.
Jul 13 2016, 11:54 AM · PyKolab, Bug Reports
vanmeeuwen added a comment to T1207: kolab list-mailboxes throws an EOF error on a clean system.

This is not occurred for me since the original report. If it still happens, can you reopen the ticket?

Jul 13 2016, 11:53 AM · PyKolab, Bug Reports

Jul 11 2016

petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201628.
Jul 11 2016, 9:08 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611

Jul 4 2016

vanmeeuwen closed T1342: Ensure ID is issued before DUMP/LIST as Resolved.
Jul 4 2016, 9:47 AM · Sprint 201627, PyKolab, Bug Reports
vanmeeuwen moved T1342: Ensure ID is issued before DUMP/LIST from Backlog to Done on the Sprint 201627 board.

Resolved in:

Jul 4 2016, 9:47 AM · Sprint 201627, PyKolab, Bug Reports
vanmeeuwen created T1342: Ensure ID is issued before DUMP/LIST.
Jul 4 2016, 9:46 AM · Sprint 201627, PyKolab, Bug Reports
petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201627.
Jul 4 2016, 7:12 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611

Jun 29 2016

vanmeeuwen closed T1318: Fix issue with re-binding to an LDAP connection as Resolved by committing rP9dafa8b521b0: Fix issue with re-binding to an LDAP connection (T1318).
Jun 29 2016, 11:21 AM · Kolab Enterprise 14, PyKolab

Jun 27 2016

petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201626.
Jun 27 2016, 10:41 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611

Jun 21 2016

machniak added a revision to T1318: Fix issue with re-binding to an LDAP connection: D188: Fix issue with re-binding to an LDAP connection (T1318).
Jun 21 2016, 11:26 AM · Kolab Enterprise 14, PyKolab
machniak claimed T1318: Fix issue with re-binding to an LDAP connection.
Jun 21 2016, 9:10 AM · Kolab Enterprise 14, PyKolab
machniak created T1318: Fix issue with re-binding to an LDAP connection.
Jun 21 2016, 9:10 AM · Kolab Enterprise 14, PyKolab

Jun 20 2016

petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201625.
Jun 20 2016, 10:34 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611

Jun 13 2016

petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201624.
Jun 13 2016, 9:53 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611

Jun 10 2016

vanmeeuwen added a comment to T1290: Folders not subscribed for new users in kolab 3.4.

Please state the version of pykolab, cyrus imap and guam

Jun 10 2016, 2:22 PM · Bug Reports

Jun 8 2016

pokorra added a comment to T1207: kolab list-mailboxes throws an EOF error on a clean system.

This does not happen in Winterfell, just in Kolab 16.

Jun 8 2016, 3:14 PM · PyKolab, Bug Reports

Jun 6 2016

petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201623.
Jun 6 2016, 9:57 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611

Jun 5 2016

tobru added a project to T1290: Folders not subscribed for new users in kolab 3.4: PyKolab Developers.
Jun 5 2016, 6:49 PM · Bug Reports
tobru renamed T1291: Invitation and Resource Handling in Kolab Multi Domain Configuration from Invitation Handling in Kolab Multi Domain Configuration to Invitation and Resource Handling in Kolab Multi Domain Configuration.
Jun 5 2016, 6:48 PM · PyKolab Developers, PyKolab, Bug Reports
tobru updated the task description for T1290: Folders not subscribed for new users in kolab 3.4.
Jun 5 2016, 6:43 PM · Bug Reports

Jun 4 2016

gsp added a comment to T1213: unable to create and use resource conference rooms.

me? i ain't going to tell you anything. but resources seem to be (kind of) working for me after applying the above patch. - groups of resources lack functionality which is present i 3.4 - first available resource of a group is booked in 3.4 if a group is 'invited'.

Jun 4 2016, 6:18 AM · PyKolab, Bug Reports

Jun 3 2016

vanmeeuwen added a comment to T1207: kolab list-mailboxes throws an EOF error on a clean system.

Run this command with -d 9 to see more literal output all the way down to imaplib.

Jun 3 2016, 6:17 AM · PyKolab, Bug Reports

Jun 2 2016

matthias.huetter added a comment to T1213: unable to create and use resource conference rooms.

This did not actually result in a resolution for me. I am still unable to create and use resources.
As i don´t have a clean installation at the moment maybe somebody else with a fresh installation should check if this is could be a resolution.

Jun 2 2016, 6:47 AM · PyKolab, Bug Reports

Jun 1 2016

vanmeeuwen added a comment to T1213: unable to create and use resource conference rooms.

Please don't tell me this actually resulted in a resolution but nobody shared?

Jun 1 2016, 6:40 PM · PyKolab, Bug Reports
vanmeeuwen closed T1250: POODLE: SSLv3 vulnerability fix for Postfix as Wontfix.

This is not a topic for PyKolab nor Kolab not Postfix to fix. Distributions still shipping support for SSLv3 and before should take a serious, very fscking serious look in the mirror.

Jun 1 2016, 6:19 PM · PyKolab, Bug Reports
vanmeeuwen closed T1281: wallace problems when debug level is set as Invalid.
Jun 1 2016, 6:12 PM · Restricted Project, PyKolab, Bug Reports
vanmeeuwen added a project to T1282: "Bad file descriptor" errors when using -d 9: Bug Reports.
Jun 1 2016, 6:06 PM · Bug Reports, PyKolab
machniak added a comment to T1282: "Bad file descriptor" errors when using -d 9.

It does not happen with -d 8.

Jun 1 2016, 11:23 AM · Bug Reports, PyKolab
machniak created T1282: "Bad file descriptor" errors when using -d 9.
Jun 1 2016, 11:23 AM · Bug Reports, PyKolab
machniak added a comment to T1281: wallace problems when debug level is set.

I'm unable to reproduce using KE14 with pykolab 0 7.26 and setting :

Jun 1 2016, 11:10 AM · Restricted Project, PyKolab, Bug Reports
petersen raised the priority of T1281: wallace problems when debug level is set from 60 to High.
Jun 1 2016, 9:44 AM · Restricted Project, PyKolab, Bug Reports

May 31 2016

adomaitis assigned T1281: wallace problems when debug level is set to machniak.
May 31 2016, 4:28 PM · Restricted Project, PyKolab, Bug Reports

May 30 2016

petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201622.
May 30 2016, 10:33 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611

May 23 2016

petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201621.
May 23 2016, 9:05 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611

May 16 2016

petersen added a project to T1120: Fix deficiency in pykolab's logrotate: Sprint 201620.
May 16 2016, 8:51 AM · Sprint 201634, Sprint 201633, Sprint 201632, Sprint 201630, Sprint 201628, Sprint 201627, Sprint 201626, Sprint 201625, Sprint 201624, Sprint 201623, Sprint 201622, Sprint 201621, Sprint 201620, Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Sprint 201612, PyKolab, Sprint 201611