Page MenuHomePhorge
Feed Search

Jan 13 2017

vendel.colja added a comment to T2187: 'bool' object has no attribute 'lower' from pykolab/imap/_init_.py", line 832 after "pykolab.imap ERROR Could not create ..." (MIGMAK-751).

I opened a duplicate bifrost for this at https://bifrost.kolabsystems.com/T21031 .
One of the cases should end up in a commit and a new pykolab version, I think.

Jan 13 2017, 9:42 AM · PyKolab, Bug Reports

Jan 12 2017

machniak added a comment to T2187: 'bool' object has no attribute 'lower' from pykolab/imap/_init_.py", line 832 after "pykolab.imap ERROR Could not create ..." (MIGMAK-751).

Proposed fix:

-- a/pykolab/auth/ldap/__init__.py
+++ b/pykolab/auth/ldap/__init__.py
@@ -1683,6 +1683,8 @@ class LDAP(pykolab.base.Base):
                     entry[mailserver_attribute]
                 )
Jan 12 2017, 6:37 PM · PyKolab, Bug Reports
vendel.colja updated the task description for T2187: 'bool' object has no attribute 'lower' from pykolab/imap/_init_.py", line 832 after "pykolab.imap ERROR Could not create ..." (MIGMAK-751).
Jan 12 2017, 2:46 PM · PyKolab, Bug Reports
vendel.colja renamed T2187: 'bool' object has no attribute 'lower' from pykolab/imap/_init_.py", line 832 after "pykolab.imap ERROR Could not create ..." (MIGMAK-751) from 'bool' object has no attribute 'lower' from pykolab/imap/_init_.py", line 832 after "pykolab.imap ERROR Could not create ..." to 'bool' object has no attribute 'lower' from pykolab/imap/_init_.py", line 832 after "pykolab.imap ERROR Could not create ..." (MIGMAK-751).
Jan 12 2017, 2:45 PM · PyKolab, Bug Reports
vendel.colja created T2187: 'bool' object has no attribute 'lower' from pykolab/imap/_init_.py", line 832 after "pykolab.imap ERROR Could not create ..." (MIGMAK-751).
Jan 12 2017, 2:44 PM · PyKolab, Bug Reports

Jan 10 2017

lang.ed added a comment to T1525: Postfix LDAP timed out on clean centos7 installation.

I was able ro reproduce the error:

  1. I received a meeting invite.
  2. I accepted the invite
  3. I clicked Update in my calendar.
  4. The webinterface showed saving for about 3 minutes

4.1 Mail and calendar was locked during this time

  1. After recovery 3 minutes mail was working and the calendar was updated
Jan 10 2017, 6:51 PM · Kolab 16, PyKolab, Bug Reports

Jan 6 2017

adomaitis added a project to T2181: Roundcube does not set meeting organizer: Roundcube.
Jan 6 2017, 2:45 PM · Kolab 16, Roundcube Kolab Plugins , Bug Reports
adomaitis created T2181: Roundcube does not set meeting organizer.
Jan 6 2017, 2:44 PM · Kolab 16, Roundcube Kolab Plugins , Bug Reports
petersen added a comment to T2169: wallace module_resource heartbeat fails with trace back.
Jan 6 2017, 12:40 PM · PyKolab, Bug Reports

Jan 5 2017

adomaitis added a comment to T2166: wallace fails to read resource calendar.

Moved with investigation even further, leaving /usr/lib/python2.7/site-packages/cyruslib.py modified, I also modified:

  • wallace/modules.py commenting lines 135-136, to make sure smtp.set_debuglevel(True) is not set. in debug level 9
  • pykolab/auth/ldap/__init__.py commenting lines 427-428, to make sure trace_level = 1 is not set in debug level 9
  • pykolab/imap/cyrus.py commenting lines 90-92, to make sure self.VERBOSE = True and self.m.debug = 5 is not set in debug level 9

Now I can get wallace working correctly even in debug level 9.

Jan 5 2017, 4:01 PM · PyKolab, Bug Reports
adomaitis added a comment to T2169: wallace module_resource heartbeat fails with trace back.

Comments in T2166: wallace fails to read resource calendar might be related.

Jan 5 2017, 3:30 PM · PyKolab, Bug Reports
adomaitis added a comment to T2163: wallace fails to connect to ldap then running in debug 9 mode.

Comments in T2166: wallace fails to read resource calendar might be related.

Jan 5 2017, 3:30 PM · PyKolab, Bug Reports
adomaitis added a comment to T2166: wallace fails to read resource calendar.

I was able to bypass the issue in debug mode 8, by setting self.LOGFD = open('/var/log/kolab/cyruslib.log', 'a') around line 319 in cyruslib/py library. Now wallace successfully parse the message and resource calendar and accepts the invitation.
The same trick gives different results in debug level 9:

2017-01-05 16:23:43,776 pykolab.wallace ERROR Module resources.heartbeat() failed with error: Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/wallace/__init__.py", line 89, in modules_heartbeat
    modules.heartbeat(module, lastrun)
  File "/usr/lib/python2.7/site-packages/wallace/modules.py", line 128, in heartbeat
    return modules[name]['heartbeat'](*args, **kw)
  File "/usr/lib/python2.7/site-packages/wallace/module_resources.py", line 442, in heartbeat
    imap.connect()
  File "/usr/lib/python2.7/site-packages/pykolab/imap/__init__.py", line 170, in connect
    self._imap[hostname].login(admin_login, admin_password)
  File "/usr/lib/python2.7/site-packages/pykolab/imap/cyrus.py", line 142, in login
    cyruslib.CYRUS.login(self, *args, **kw)
  File "/usr/lib/python2.7/site-packages/cyruslib.py", line 419, in login
    self.__doexception("LOGIN", error)
  File "/usr/lib/python2.7/site-packages/cyruslib.py", line 359, in __doexception
    self.__doraise( function.upper(), msg )
  File "/usr/lib/python2.7/site-packages/cyruslib.py", line 368, in __doraise
    raise CYRUSError( idError[0], mode, msg )
CYRUSError: (10, 'LOGIN', '[Errno 9] Bad file descriptor')

and

2017-01-05 16:25:10,389 pykolab.imap DEBUG [13257]: Logging on to Cyrus IMAP server localhost
2017-01-05 16:25:10,422 pykolab.wallace ERROR Unknown error occurred; CYRUSError(10, 'LOGIN', '[Errno 32] Broken pipe')
2017-01-05 16:25:10,423 pykolab.wallace ERROR Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/wallace/modules.py", line 118, in execute
    return modules[name]['function'](*args, **kw)
  File "/usr/lib/python2.7/site-packages/wallace/module_invitationpolicy.py", line 363, in execute
    imap.connect()
  File "/usr/lib/python2.7/site-packages/pykolab/imap/__init__.py", line 170, in connect
    self._imap[hostname].login(admin_login, admin_password)
  File "/usr/lib/python2.7/site-packages/pykolab/imap/cyrus.py", line 142, in login
    cyruslib.CYRUS.login(self, *args, **kw)
  File "/usr/lib/python2.7/site-packages/cyruslib.py", line 419, in login
    self.__doexception("LOGIN", error)
  File "/usr/lib/python2.7/site-packages/cyruslib.py", line 359, in __doexception
    self.__doraise( function.upper(), msg )
  File "/usr/lib/python2.7/site-packages/cyruslib.py", line 368, in __doraise
    raise CYRUSError( idError[0], mode, msg )
CYRUSError: (10, 'LOGIN', '[Errno 32] Broken pipe')

and

2017-01-05 16:25:00,082 pykolab.auth ERROR LDAP server unavailable: SERVER_DOWN({'desc': "Can't contact LDAP server"},)
2017-01-05 16:25:00,084 pykolab.auth ERROR Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/pykolab/auth/ldap/__init__.py", line 3065, in _search
    secondary_domains
  File "<string>", line 10, in <module>
  File "/usr/lib/python2.7/site-packages/pykolab/auth/ldap/__init__.py", line 2963, in _regular_search
    (_result_type, _result) = self.ldap.result(_search, False, 0)
  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 458, in result
    resp_type, resp_data, resp_msgid = self.result2(msgid,all,timeout)
  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 462, in result2
    resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all,timeout)
  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 469, in result3
    resp_ctrl_classes=resp_ctrl_classes
  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 476, in result4
    ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
  File "/usr/lib64/python2.7/site-packages/ldap/ldapobject.py", line 99, in _ldap_call
    result = func(*args,**kwargs)
SERVER_DOWN: {'desc': "Can't contact LDAP server"}

Although there is still a progress, because looks like the invitation is parsed, just these tracebacks are thrown later.

Jan 5 2017, 3:30 PM · PyKolab, Bug Reports
petersen updated subscribers of T2163: wallace fails to connect to ldap then running in debug 9 mode.
Jan 5 2017, 1:48 PM · PyKolab, Bug Reports
petersen updated subscribers of T2166: wallace fails to read resource calendar.
Jan 5 2017, 1:48 PM · PyKolab, Bug Reports
petersen updated subscribers of T2169: wallace module_resource heartbeat fails with trace back.
Jan 5 2017, 1:47 PM · PyKolab, Bug Reports

Jan 3 2017

machniak added a comment to T1582: (Calendar) Interpretation of BYSETPOS in RRULE.

Looks like none of libkolabxml and plugins: libkolab and calendar support BYSETPOS. As a quick fix we should probably allow two simple and most common cases of "first weekday" and "last weekday" by converting them to correct BYDAY property.

Jan 3 2017, 10:29 AM · Kolab Enterprise 14, Kolab 16, Roundcube Kolab Plugins

Jan 2 2017

adomaitis added a project to T2169: wallace module_resource heartbeat fails with trace back: PyKolab.
Jan 2 2017, 12:05 PM · PyKolab, Bug Reports
adomaitis added a project to T2166: wallace fails to read resource calendar: PyKolab.
Jan 2 2017, 12:04 PM · PyKolab, Bug Reports
adomaitis added a project to T2163: wallace fails to connect to ldap then running in debug 9 mode: PyKolab.
Jan 2 2017, 12:04 PM · PyKolab, Bug Reports
adomaitis created T2169: wallace module_resource heartbeat fails with trace back.
Jan 2 2017, 11:20 AM · PyKolab, Bug Reports
adomaitis created T2166: wallace fails to read resource calendar.
Jan 2 2017, 10:58 AM · PyKolab, Bug Reports
adomaitis created T2163: wallace fails to connect to ldap then running in debug 9 mode.
Jan 2 2017, 10:09 AM · PyKolab, Bug Reports
machniak added a project to T2157: No support for read-only access in CalDAV-Sync (android): iRony.
Jan 2 2017, 7:18 AM · iRony
machniak added a comment to T2157: No support for read-only access in CalDAV-Sync (android).

This is RFC 3744 which has to be implemented. We have a ticket for this (T756), but that one is about WebDAV. Let's keep a separate ticket for CalDAV.

Jan 2 2017, 7:06 AM · iRony

Jan 1 2017

bff created T2157: No support for read-only access in CalDAV-Sync (android).
Jan 1 2017, 10:57 PM · iRony
bff created T2154: Exceptions to recurring events are not accounted for via syncroton.
Jan 1 2017, 10:21 PM · Syncroton, Bug Reports
rc-pl created T2148: problems with editing task list.
Jan 1 2017, 8:26 AM · Roundcube Kolab Plugins , Bug Reports
rc-pl created T2145: problem with new lasklist.
Jan 1 2017, 8:15 AM · Roundcube Kolab Plugins , Bug Reports
rc-pl updated the task description for T2142: editing task with no status fails.
Jan 1 2017, 7:34 AM · Roundcube Kolab Plugins , Bug Reports
rc-pl created T2142: editing task with no status fails.
Jan 1 2017, 7:29 AM · Roundcube Kolab Plugins , Bug Reports

Dec 31 2016

lang.ed added a comment to T1525: Postfix LDAP timed out on clean centos7 installation.

Are there any other related patches? I searched and was unable to locate similar issues.

Dec 31 2016, 1:25 PM · Kolab 16, PyKolab, Bug Reports
machniak added a comment to T1525: Postfix LDAP timed out on clean centos7 installation.

I'm not able to reproduce the issue anymore.

Dec 31 2016, 1:07 PM · Kolab 16, PyKolab, Bug Reports

Dec 30 2016

machniak closed T1841: exceptions in recurrences with mixed all day and non all day appointments not working as expected as Resolved.
Dec 30 2016, 10:42 AM · Roundcube Kolab Plugins , Bug Reports
machniak added a project to T1347: wallace fails to run expunge old events job: PyKolab.
Dec 30 2016, 8:14 AM · PyKolab, Kolab Enterprise 14, Bug Reports
machniak closed T1347: wallace fails to run expunge old events job as Resolved.

This is a duplicate of T1847.

Dec 30 2016, 8:13 AM · PyKolab, Kolab Enterprise 14, Bug Reports

Dec 29 2016

machniak added a project to T1841: exceptions in recurrences with mixed all day and non all day appointments not working as expected: Roundcube Kolab Plugins .

I can confirm this. There are at least two issues here:

  1. allday flag for exceptions is forced to be the same as main event. This can be fixed with this:
-- a/plugins/libkolab/lib/kolab_format_event.php
+++ b/plugins/libkolab/lib/kolab_format_event.php
@@ -291,7 +291,9 @@ class kolab_format_event extends kolab_format_xcal
         }
Dec 29 2016, 8:29 PM · Roundcube Kolab Plugins , Bug Reports
machniak added a revision to T2043: iRony CardDAV: ContactsBackend.php does not handle v4 PHOTO properties: D357: Fix PHP fatal errors on some PHOTO property formats.
Dec 29 2016, 4:20 PM · iRony, Bug Reports
machniak added a comment to T2043: iRony CardDAV: ContactsBackend.php does not handle v4 PHOTO properties.

Roundcube core and kolab_addressbook plugin does not support photo URLs. It is not clear to me if it is at all possible to store URL and mediatype in Kolab XML format (probably only URL without type is supported).

Dec 29 2016, 2:32 PM · iRony, Bug Reports
machniak closed T2103: Can't get Chwala working after an upgrade. as Invalid.

I just did an update on some old Kolab:Winterfell installation:

33 | update                   | 2016-12-29 09:31 | E, I, O, U     |  481 EE
32 | update                   | 2016-08-31 12:05 | E, I, U        |  194 EE

I see no issues. Anyway this looks more like a mysql issue.

Dec 29 2016, 8:43 AM · Bug Reports
machniak created T2136: Confusing warnings on package update.
Dec 29 2016, 8:39 AM · Kolab 16, Bug Reports

Dec 28 2016

machniak closed T1859: setup-kolab on Debian Jessie does not restart apache as Resolved.

This was fixed in 66310b2fc46138.

Dec 28 2016, 6:43 PM · Kolab 16, PyKolab, Jessie, Bug Reports
machniak added a project to T2009: pykolab: given names with white spaces will fail.: PyKolab.
Dec 28 2016, 6:40 PM · PyKolab, Bug Reports
machniak added a project to T1607: Install on fresh CentOS 7 server fails because of missing clamav package: PyKolab.

clamav-update package is required dependency of kolab-16.0.1-3 according to https://obs.kolabsys.com/package/rdiff/Kolab:16/kolab?linkrev=base&rev=9 So, this probably is fixed already. @vanmeeuwen ?

Dec 28 2016, 6:33 PM · PyKolab, Bug Reports
machniak added a project to T1739: iRony does not log failed login attempts, if user name exists: iRony.

The same as in syncroton (T1751) it is caused by authentication cache.

Dec 28 2016, 6:21 PM · iRony, Bug Reports
machniak added a project to T1742: Chwala does not log failed login attempts, if the user name exists: Chwala.

I'm afraid Chwala does not log successful logins either. Failed logins log comes from kolab_auth plugin.

Dec 28 2016, 6:18 PM · Chwala, Bug Reports
machniak added a comment to T1751: Syncroton does not log failed login attempts, if the user name exists.

It is because syncroton uses authentication cache. So, when the username is in the cache kolab_auth plugin (which logs userlogins errors) is bypassed. We need some additional code in kolab_sync::authenticate(), probably should depend on Roundcube's log_logins setting.

Dec 28 2016, 5:49 PM · Syncroton, Bug Reports
machniak added a project to T1751: Syncroton does not log failed login attempts, if the user name exists: Syncroton.
Dec 28 2016, 5:45 PM · Syncroton, Bug Reports

Dec 21 2016

Robert_Selk added a comment to T1457: a manual sync (sync_client -u) on the active backend node removes the DELETED folder of the mailbox on passive node..

Transferred to https://bifrost.kolabsystems.com/T9049 on Oct 27 2016.

Dec 21 2016, 3:34 PM · Cyrus IMAP, Bug Reports
machniak added a comment to T1357: Wrong message displayed, if user tries to delete an appointment on a shared calendar..

@vanmeeuwen, So we have a case with no delegation, but with a shared folder where user (with write rights) deletes an event. Considering my comment here https://git.kolab.org/T1357#27566 and the next one, what would you propose? Note that we first have to solve this independently from what wallace does, i.e. define what iTip messages are sent and when, should we use SENT-BY field, etc. Then how wallace would handle that is another story.

Dec 21 2016, 11:51 AM · Kolab Enterprise 14, Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T2103: Can't get Chwala working after an upgrade..

Anything interesting in mariadb logs?

Dec 21 2016, 9:18 AM · Bug Reports
ccregor added a comment to T2103: Can't get Chwala working after an upgrade..

I upgraded all kolab packages from current on 10/18 to what was current on 12/15 for CentOS 7

Dec 21 2016, 12:58 AM · Bug Reports
ccregor added a comment to T2103: Can't get Chwala working after an upgrade..

Roundcube works, everything works, mail, calendaring, address book, etc.... I can even browse files in the roundcube files. I can't view or edit files. The Chwala errors posted are from when I try to view/edit.
What should I try out in SQL?

Dec 21 2016, 12:56 AM · Bug Reports

Dec 20 2016

Robert_Selk added a comment to T1357: Wrong message displayed, if user tries to delete an appointment on a shared calendar..

Any news for this issue?

Dec 20 2016, 1:46 PM · Kolab Enterprise 14, Roundcube Kolab Plugins , Bug Reports
machniak added a comment to T2103: Can't get Chwala working after an upgrade..

Did you try to use mysql from command line? Does Roundcube work? What exactly did you upgrade?

Dec 20 2016, 10:25 AM · Bug Reports
ccregor created T2103: Can't get Chwala working after an upgrade..
Dec 20 2016, 12:51 AM · Bug Reports

Dec 18 2016

machniak added a project to T2094: Direct access to kernel /proc/sys/net/ipv4/tcp_keepalive* not available in virtual containers: PyKolab.
Dec 18 2016, 7:32 AM · PyKolab, Bug Reports

Dec 16 2016

cdp1337 reopened T2094: Direct access to kernel /proc/sys/net/ipv4/tcp_keepalive* not available in virtual containers as "Open".

(Actually, setting this to open until the upstream code gets fixed; may be a good idea) Resolved elsewhere, still a problem upstream.

Dec 16 2016, 7:40 PM · PyKolab, Bug Reports
vendel.colja closed T1426: Special Folder Translation Settings not applied on Other Users Special Folders as Invalid.
Dec 16 2016, 1:57 PM · Roundcube, Bug Reports
vendel.colja closed T1427: is it possible/intended to translate "other users" and "shared folders" in roundcube settings and navigation trees view as Invalid.
Dec 16 2016, 1:56 PM · Roundcube, Bug Reports

Dec 14 2016

cdp1337 closed T2094: Direct access to kernel /proc/sys/net/ipv4/tcp_keepalive* not available in virtual containers as Resolved.
Dec 14 2016, 6:40 PM · PyKolab, Bug Reports
cdp1337 added a comment to T2094: Direct access to kernel /proc/sys/net/ipv4/tcp_keepalive* not available in virtual containers.

..... AND I have no good way to provide code... so Github it is!

Dec 14 2016, 6:39 PM · PyKolab, Bug Reports
cdp1337 created T2094: Direct access to kernel /proc/sys/net/ipv4/tcp_keepalive* not available in virtual containers.
Dec 14 2016, 6:06 PM · PyKolab, Bug Reports

Dec 13 2016

seigo moved T1063: Backport the groupware filters fix to Guam 0.7 and make a minor release with them from Backlog to Done on the Guam board.
Dec 13 2016, 1:12 PM · Kolab Enterprise 14 - Extras Audit, Guam, Kolab 16, Sprint 201609, Bug Reports
seigo moved T1305: Winterfell: guam has problem, bad argument in call to binary:match from Backlog to Done on the Guam board.
Dec 13 2016, 1:12 PM · Guam, Bug Reports
seigo moved T1065: Guam crashes frequently (might be SSL related) from Backlog to Done on the Guam board.
Dec 13 2016, 1:11 PM · Guam, Bug Reports
seigo moved T1317: guam crashes on port 143 at the first connection opened from Backlog to Done on the Guam board.
Dec 13 2016, 1:11 PM · Restricted Project, Guam, Kolab Enterprise 14 - Extras Audit, Bug Reports
seigo moved T1392: guam drove complete cyrus replicated murder system to death from Backlog to Done on the Guam board.
Dec 13 2016, 1:11 PM · Restricted Project, Kolab Enterprise 14, Guam, Bug Reports
seigo moved T1312: Guam init script is not setting the HOME variable. from Backlog to Done on the Guam board.
Dec 13 2016, 1:11 PM · Kolab Enterprise 14, Restricted Project, Guam, Bug Reports
seigo moved T1144: Guam does not filter groupware folders on '%' wildcard use from Review to Done on the Guam board.
Dec 13 2016, 1:10 PM · Sprint 201619, Sprint 201618, Sprint 201617, Sprint 201616, Sprint 201615, Sprint 201614, Sprint 201613, Winterfell, Kolab 16, Kolab Enterprise 14 - Extras Audit, Guam, Sprint 201612, Bug Reports
seigo moved T1835: Out of memory: Guam dropped 17823 messages in the last second from Pending to Backlog on the Guam board.
Dec 13 2016, 1:02 PM · Restricted Project, Guam, Bug Reports
seigo moved T2076: Commands are not handled individually when a client sends from Pending to Backlog on the Guam board.
Dec 13 2016, 1:02 PM · Guam, Kolab 16, Bug Reports
seigo moved T1634: "IMAP Idle" through guam connections are dropped after 300 seconds from Backlog to Pending on the Guam board.
Dec 13 2016, 1:02 PM · Guam, Bug Reports
seigo moved T2082: Guam allows unencrypted plaintext authentication from Backlog to Pending on the Guam board.
Dec 13 2016, 1:01 PM · PyKolab, Guam, Bug Reports

Dec 12 2016

dhoffend added a comment to T2082: Guam allows unencrypted plaintext authentication.

With {tls, no} guam will not initiate the STARTTLS to the backend server and present the non-starttls response. With { tls, starttls } guam will already initialize a STARTTLS Session to the backend resulting in the security problem descriped above and guam allows unencrypted login, Even the LOGIN is stripped from the CAPABILITY afail

Dec 12 2016, 3:42 PM · PyKolab, Guam, Bug Reports
vanmeeuwen added a comment to T2082: Guam allows unencrypted plaintext authentication.

Test @ 143

# nc localhost 143
* OK [CAPABILITIES IMAP4rev1 LITERAL+ ID ENABLE STARTTLS LOGINDISABLED] kolab Cyrus IMAP 2.5.10-49-g2e214b4-Debian-2.5.10.49-0~kolab1 server ready
Dec 12 2016, 1:31 PM · PyKolab, Guam, Bug Reports
seigo moved T1835: Out of memory: Guam dropped 17823 messages in the last second from Backlog to Pending on the Guam board.
Dec 12 2016, 1:29 PM · Restricted Project, Guam, Bug Reports
seigo moved T2076: Commands are not handled individually when a client sends from Backlog to Pending on the Guam board.
Dec 12 2016, 1:29 PM · Guam, Kolab 16, Bug Reports
dhoffend added a comment to T2082: Guam allows unencrypted plaintext authentication.

Yes. I've already played around with this setup. Here're the results. The only thing that's strange are the capabilities after STARTTLS but before! AUTH

Dec 12 2016, 1:16 PM · PyKolab, Guam, Bug Reports
vanmeeuwen added a comment to T2082: Guam allows unencrypted plaintext authentication.

A possible workaround (especially for Kolab:16) would be to update the default configurations of Cyrus and Guam.

Cyrus should listen on 1143 (non-ssl) and 9993 (ssl) while guam forwards 143 to 1143 and 993 to 9993 (2 different upstream servers and 2 listeners). This way guam isn't exposing and you wouldn't have to deal with it. But in the long term it would be great of guam could take over this work so you wouldn't need cyrus to listen on 2 different ports and running 2 different sets of worker/threads.

Dec 12 2016, 11:42 AM · PyKolab, Guam, Bug Reports
dhoffend added a comment to T2082: Guam allows unencrypted plaintext authentication.

A possible workaround (especially for Kolab:16) would be to update the default configurations of Cyrus and Guam.

Dec 12 2016, 11:33 AM · PyKolab, Guam, Bug Reports
vanmeeuwen added a comment to T2082: Guam allows unencrypted plaintext authentication.

The fact is that the clients may respond to the availability of authentication capabilities before TLS is started (notably URLAUTH, SASL-IR, while AUTH= parameters are already stripped):

Dec 12 2016, 10:51 AM · PyKolab, Guam, Bug Reports
seigo added a comment to T2076: Commands are not handled individually when a client sends.

Still considering what to be done with this.

Dec 12 2016, 10:33 AM · Guam, Kolab 16, Bug Reports
seigo renamed T2076: Commands are not handled individually when a client sends from Guam not filtering groupware folders to Commands are not handled individually when a client sends.
Dec 12 2016, 10:29 AM · Guam, Kolab 16, Bug Reports
seigo added a comment to T1835: Out of memory: Guam dropped 17823 messages in the last second.

out of file handles.

Dec 12 2016, 10:22 AM · Restricted Project, Guam, Bug Reports
seigo added a comment to T2082: Guam allows unencrypted plaintext authentication.

Known issue.

Dec 12 2016, 10:16 AM · PyKolab, Guam, Bug Reports

Dec 9 2016

dhoffend updated the task description for T2082: Guam allows unencrypted plaintext authentication.
Dec 9 2016, 11:48 PM · PyKolab, Guam, Bug Reports
dhoffend added projects to T2082: Guam allows unencrypted plaintext authentication: Guam, PyKolab.
Dec 9 2016, 11:47 PM · PyKolab, Guam, Bug Reports
dhoffend created T2082: Guam allows unencrypted plaintext authentication.
Dec 9 2016, 11:46 PM · PyKolab, Guam, Bug Reports
dhoffend added a comment to T2076: Commands are not handled individually when a client sends.

Connecting with cli imap client "mutt" you can see this behavior because it always presents the full folder list (in the left folder view (patched) version as well when you want to switch the folders.

Dec 9 2016, 11:20 PM · Guam, Kolab 16, Bug Reports
dhoffend added a comment to T2076: Commands are not handled individually when a client sends.

I could narrow it a bit down towards multiline input (IMO). The single commands are processed and filtered correctly. In the moment you or the client issues multiple IMAP commands at once guam isn't able to intercept and split it correctly.

Dec 9 2016, 11:19 PM · Guam, Kolab 16, Bug Reports
petersen updated the task description for T2076: Commands are not handled individually when a client sends.
Dec 9 2016, 4:24 PM · Guam, Kolab 16, Bug Reports
petersen updated the task description for T2076: Commands are not handled individually when a client sends.
Dec 9 2016, 4:23 PM · Guam, Kolab 16, Bug Reports
petersen assigned T2076: Commands are not handled individually when a client sends to seigo.
Dec 9 2016, 4:11 PM · Guam, Kolab 16, Bug Reports
petersen created T2076: Commands are not handled individually when a client sends.
Dec 9 2016, 4:10 PM · Guam, Kolab 16, Bug Reports

Dec 7 2016

vanmeeuwen closed T1425: roundcube "helpdesk-login" add/save delegation not possible as Resolved.

Promoted to Bifrost#T18595.

Dec 7 2016, 4:50 PM · Roundcube Kolab Plugins , Bug Reports
vanmeeuwen closed T1515: syncroton ActiveSync FolderSync problems on all our android devices and clients as Resolved.

This ticket has evolved in to T224, and T2055 and T2058 since. Your current entitlements also alleviate git.kolab.org from the support issues you may find yourself suffering from.

Dec 7 2016, 2:45 PM · Syncroton, Bug Reports
machniak added a project to T2043: iRony CardDAV: ContactsBackend.php does not handle v4 PHOTO properties: iRony.
Dec 7 2016, 7:20 AM · iRony, Bug Reports

Dec 6 2016

dhoffend updated subscribers of T2043: iRony CardDAV: ContactsBackend.php does not handle v4 PHOTO properties.
Dec 6 2016, 11:54 PM · iRony, Bug Reports
mgoodwin added a comment to T2043: iRony CardDAV: ContactsBackend.php does not handle v4 PHOTO properties.

My personal workaround was to comment out 989-994 so that the rest of my contacts and properties actually sync.

Dec 6 2016, 9:54 PM · iRony, Bug Reports