Page MenuHomePhorge
Feed Advanced Search

Jan 5 2017

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, 4: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, 4: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, 2:48 PM · PyKolab, Bug Reports
petersen updated subscribers of T2166: wallace fails to read resource calendar.
Jan 5 2017, 2:48 PM · PyKolab, Bug Reports
petersen updated subscribers of T2169: wallace module_resource heartbeat fails with trace back.
Jan 5 2017, 2:47 PM · PyKolab, Bug Reports

Jan 2 2017

adomaitis added a project to T2169: wallace module_resource heartbeat fails with trace back: PyKolab.
Jan 2 2017, 1:05 PM · PyKolab, Bug Reports
adomaitis added a project to T2166: wallace fails to read resource calendar: PyKolab.
Jan 2 2017, 1: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, 1:04 PM · PyKolab, 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, 2: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, 2:07 PM · Kolab 16, PyKolab, Bug Reports

Dec 30 2016

machniak added a project to T1347: wallace fails to run expunge old events job: PyKolab.
Dec 30 2016, 9:14 AM · PyKolab, Kolab Enterprise 14, 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, 7: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, 7: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, 7:33 PM · PyKolab, 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, 8:32 AM · PyKolab, Bug Reports

Dec 13 2016

seigo moved T2082: Guam allows unencrypted plaintext authentication from Backlog to Pending on the Guam board.
Dec 13 2016, 2: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, 4: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, 2:31 PM · PyKolab, Guam, 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, 2: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, 12:42 PM · 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, 12:33 PM · 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, 11:51 AM · PyKolab, Guam, Bug Reports
seigo added a comment to T2082: Guam allows unencrypted plaintext authentication.

Known issue.

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

Dec 10 2016

dhoffend updated the task description for T2082: Guam allows unencrypted plaintext authentication.
Dec 10 2016, 12:48 AM · PyKolab, Guam, Bug Reports
dhoffend added projects to T2082: Guam allows unencrypted plaintext authentication: Guam, PyKolab.
Dec 10 2016, 12:47 AM · PyKolab, Guam, Bug Reports

Dec 5 2016

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

I spoke too soon, after posting the above comment, the system would not allow me to log in. No calendar entries we made by anyone.

Dec 5 2016, 5:21 PM · Kolab 16, PyKolab, Bug Reports
lang.ed added a comment to T1525: Postfix LDAP timed out on clean centos7 installation.

I have implemented T1988 patch, and the problem cannot be replicated.

Dec 5 2016, 3:20 PM · Kolab 16, PyKolab, Bug Reports
machniak reopened T1525: Postfix LDAP timed out on clean centos7 installation as "Open".

@vanmeeuwen No, this is not a duplicate. The issue still persists with pykolab code from git-master. See Bifrost T16075 for the same issue.

Dec 5 2016, 10:33 AM · Kolab 16, PyKolab, Bug Reports

Dec 3 2016

machniak reopened T1988: wallace fails to check if resource reservation requests conflicts with any of resource events as "Open".

@vanmeeuwen, The issue is fixed, but two tests fail now:

======================================================================
FAIL: test_002_check_event_conflict
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
    result = f(*args, **kw)
  File "/usr/lib64/python2.7/site-packages/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed
    result = f(*a, **kw)
  File "/root/pykolab/tests/unit/test-011-itip.py", line 450, in test_002_check_event_conflict
    self.assertTrue(itip.check_event_conflict(event3, itip_event), "Conflict in two recurring events")
  File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 224, in failUnless
    raise self.failureException(msg)
FailTest: Conflict in two recurring events
Dec 3 2016, 1:24 PM · PyKolab, Bug Reports
matthias.huetter added a comment to T1213: unable to create and use resource conference rooms.

I did a complete reinstall with kolab 16 some days ago and i am also unable to reproduce. I noticed that the ldif export from the ldap looks different now.

Dec 3 2016, 11:04 AM · PyKolab, Bug Reports
vanmeeuwen closed T1213: unable to create and use resource conference rooms as Resolved.

I've just attempted to reproduce the symptoms and it does not seem like I can. I'm going to request you wait for PyKolab version 0.8.7 in Kolab 16 and then try again.

Dec 3 2016, 9:28 AM · PyKolab, Bug Reports

Dec 2 2016

vanmeeuwen closed T1405: after LDAP connection problem kolabd seems to reuse this broken LDAP connection and reports errors instead of reestablishing/repairing the connection as Resolved.

Promoted to BifrostT9064

Dec 2 2016, 3:40 PM · Kolab Enterprise 14, PyKolab, Bug Reports
vanmeeuwen moved T1030: Make it abundantly clear that the FQDN must resolve properly from Backlog to Done on the PyKolab board.
Dec 2 2016, 3:36 PM · Sprint 201608, PyKolab
vanmeeuwen closed T1282: "Bad file descriptor" errors when using -d 9 as Wontfix.
Dec 2 2016, 3:35 PM · Bug Reports, PyKolab
vanmeeuwen moved T1373: Untranslated "PENDING" in invitation notification from Backlog to Done on the PyKolab board.
Dec 2 2016, 3:34 PM · PyKolab, Bug Reports
vanmeeuwen closed T1404: Unable to send mail after upgrade from 3.4 to 16 - SMTP access policy issue? as Resolved.
Dec 2 2016, 3:33 PM · Kolab 16, PyKolab, Bug Reports
sicherha added a comment to T1404: Unable to send mail after upgrade from 3.4 to 16 - SMTP access policy issue?.

This should be documented here, shouldn't it?
https://docs.kolab.org/upgrade-guide/kolab-16.html

Dec 2 2016, 3:29 PM · Kolab 16, PyKolab, Bug Reports
vanmeeuwen closed T1555: missing german(de) translation pykolab v 0.7.28-1.1el6 as Resolved.
Dec 2 2016, 3:23 PM · Kolab Enterprise 14, PyKolab, Bug Reports
vanmeeuwen closed T1561: missing german(de) translation "%s commented: %s" pykolab v 0.7.28-1.1el6 as Resolved.
Dec 2 2016, 3:23 PM · PyKolab, Bug Reports
vanmeeuwen closed T1847: Wallace expunge old events in resources fails due to datetime comparison TypeError as Resolved by committing rPedf272f88eac: Convert potential date to datetime.
Dec 2 2016, 3:21 PM · PyKolab, Bug Reports
vanmeeuwen closed T1525: Postfix LDAP timed out on clean centos7 installation as Resolved.

This is likely a duplicate of T1988

Dec 2 2016, 3:18 PM · Kolab 16, PyKolab, Bug Reports
vanmeeuwen closed T1988: wallace fails to check if resource reservation requests conflicts with any of resource events as Resolved.

Resolved per the aforementioned commits.

Dec 2 2016, 3:17 PM · PyKolab, Bug Reports
vanmeeuwen added a comment to T1988: wallace fails to check if resource reservation requests conflicts with any of resource events.

D308 isn't the proper solution to these symptoms.

Dec 2 2016, 11:42 AM · PyKolab, Bug Reports

Nov 28 2016

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

I have the same syptoms on a fully updated kolab16 on centos7.
Rebooting the sever starts things going for a while until ldap is blocked again.
If it happens Roundcube login does not work and sending mails via kontact is blocked.

Nov 28 2016, 3:58 PM · Kolab 16, PyKolab, Bug Reports

Nov 24 2016

machniak added a comment to T1988: wallace fails to check if resource reservation requests conflicts with any of resource events.

D308 is a little bit hacky (and may not find all conflicts), but works. And the old method wasn't perfect anyway.

Nov 24 2016, 2:14 PM · PyKolab, Bug Reports
machniak added a revision to T1988: wallace fails to check if resource reservation requests conflicts with any of resource events: D308: T1988: Fix performance issue in check_event_conflict().
Nov 24 2016, 2:12 PM · PyKolab, Bug Reports
adomaitis added a comment to T1988: wallace fails to check if resource reservation requests conflicts with any of resource events.

It is not infinite. It is just so extremally slow... For two weekly recurring events it does around 10 * 50 * 10 * 50 iterations. And every iteration calls getLastOccurrence(), getOccurenceEndDate(), etc. on EventCal (from kolab.calendaring). Looks like these are slow.

Nov 24 2016, 1:25 PM · PyKolab, Bug Reports
machniak added a comment to T1988: wallace fails to check if resource reservation requests conflicts with any of resource events.

It is not infinite. It is just so extremally slow... For two weekly recurring events it does around 10 * 50 * 10 * 50 iterations. And every iteration calls getLastOccurrence(), getOccurenceEndDate(), etc. on EventCal (from kolab.calendaring). Looks like these are slow.

Nov 24 2016, 1:14 PM · PyKolab, Bug Reports

Nov 22 2016

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

Hi machniak, the current build 16 that we are using already has the fix:
https://git.kolab.org/rP54cb493d655bb67719572acd934994161c3751af

Nov 22 2016, 10:23 PM · Kolab 16, PyKolab, Bug Reports
machniak added projects to T1525: Postfix LDAP timed out on clean centos7 installation: PyKolab, Kolab 16.
Nov 22 2016, 9:15 PM · Kolab 16, PyKolab, Bug Reports
adomaitis added a project to T1988: wallace fails to check if resource reservation requests conflicts with any of resource events: PyKolab.
Nov 22 2016, 3:11 PM · PyKolab, Bug Reports

Nov 16 2016

adomaitis added a comment to T1847: Wallace expunge old events in resources fails due to datetime comparison TypeError.

Aye, looks like so - don't see any TypeErrors with patch you proposed.

Nov 16 2016, 4:52 PM · PyKolab, Bug Reports
machniak added a comment to T1847: Wallace expunge old events in resources fails due to datetime comparison TypeError.

I think a date is possible here if the event is full-day recurring event. In such a case to_dt() is not used on the event last occurence date in https://git.kolab.org/diffusion/P/browse/master/wallace/module_resources.py;71df0cc7b4fc8373e6d84db8e8c01e56ca99ad25$506

Nov 16 2016, 4:32 PM · PyKolab, Bug Reports
adomaitis added a project to T1847: Wallace expunge old events in resources fails due to datetime comparison TypeError: PyKolab.
Nov 16 2016, 10:11 AM · PyKolab, Bug Reports

Nov 4 2016

vendel.colja added a comment to T1555: missing german(de) translation pykolab v 0.7.28-1.1el6.

Translation was added to transifex: https://www.transifex.com/kolab/kolab/translate/#de/pykolab/93629155

Nov 4 2016, 7:34 AM · Kolab Enterprise 14, PyKolab, Bug Reports

Nov 3 2016

vendel.colja updated subscribers of T1389: a change we made to allow cmd_sync_mailhost_attrs to respect 'user_filter' settings from kolab.conf.

was not intended to change supscribers...

Nov 3 2016, 1:13 PM · PyKolab
vendel.colja closed T1389: a change we made to allow cmd_sync_mailhost_attrs to respect 'user_filter' settings from kolab.conf as Resolved.

This issue was resolved with https://git.kolab.org/rPe75b015fa96721968083a10d205187ffe8e335d3 in respect to T1417 and D209. The implementation is quite close to what the submitted patch was meant for. So we should close this T1389 and T10702

Nov 3 2016, 1:12 PM · PyKolab

Oct 28 2016

Florian_Eder added a comment to T1555: missing german(de) translation pykolab v 0.7.28-1.1el6.

Now, partially translated:

Oct 28 2016, 7:57 AM · Kolab Enterprise 14, PyKolab, Bug Reports

Oct 27 2016

vanmeeuwen closed T1412: wallace stops listening/accepting delivery from postfix (kill + start reanables) as Wontfix.

This ticket has been superseded by Bifrost#T9061.

Oct 27 2016, 12:20 PM · PyKolab, Bug Reports

Oct 17 2016

machniak assigned T1555: missing german(de) translation pykolab v 0.7.28-1.1el6 to vanmeeuwen.
Oct 17 2016, 9:27 AM · Kolab Enterprise 14, PyKolab, Bug Reports
machniak added a project to T1412: wallace stops listening/accepting delivery from postfix (kill + start reanables): PyKolab.
Oct 17 2016, 9:19 AM · PyKolab, Bug Reports
machniak added projects to T1404: Unable to send mail after upgrade from 3.4 to 16 - SMTP access policy issue?: PyKolab, Kolab 16.
Oct 17 2016, 9:18 AM · Kolab 16, PyKolab, Bug Reports

Oct 6 2016

vanmeeuwen closed T1417: sync-mailhost-attrs behaves strange as Resolved by committing rPe75b015fa967: T1417: Fix so sync-mailhost-attr uses result_attribute not mail_attributes.
Oct 6 2016, 11:41 AM · PyKolab, Bug Reports
vanmeeuwen closed T1375: Using kolab (0.8.0) list-mailbox-metadata with a dovecot server 1:2.2.13-12~deb8u1 didn't work as Resolved by committing rPf57e5263ed37: T1375: Fix setting metadata on dovecot.
Oct 6 2016, 11:41 AM · PyKolab, Bug Reports
vanmeeuwen closed T1221: Race between Todo and Event to_dict() as Resolved by committing rP8478ac6830d0: T1221: Fix a "race" between Event and Todo properties_map dict.
Oct 6 2016, 11:40 AM · PyKolab
vanmeeuwen closed T1464: Duplicated imap_conn_options and smtp_conn_options as Resolved by committing rPa773c1edcf21: T1464: Removed duplicated options.
Oct 6 2016, 11:39 AM · PyKolab
vanmeeuwen closed T1178: calendar.inc.php template does not contain all possible options as Resolved by committing rPd3ef5e8b1168: T1178: Add some missing calendar configuration options.
Oct 6 2016, 11:39 AM · PyKolab
vanmeeuwen closed T1414: Kolabd not catching changes in LDAP as Resolved by committing rP54cb493d655b: T1414: Set LDAP TIMEOUT option only on "immediate" connection.
Oct 6 2016, 11:38 AM · PyKolab, Bug Reports

Oct 5 2016

vanmeeuwen closed D238: subprocess call for freshclam needs to use collection for the parameters by committing rPa3a546e1fbdd: subprocess call for freshclam needs to use collection for the parameters (authored by pokorra).
Oct 5 2016, 9:40 AM · PyKolab
vanmeeuwen accepted D238: subprocess call for freshclam needs to use collection for the parameters.
Oct 5 2016, 9:39 AM · PyKolab

Oct 4 2016

pokorra added a comment to D238: subprocess call for freshclam needs to use collection for the parameters.

please consider this submit request for Kolab 16: https://obs.kolabsys.com/request/show/1796

Oct 4 2016, 11:55 AM · PyKolab
pokorra added a comment to D238: subprocess call for freshclam needs to use collection for the parameters.

we should fix this in Kolab 16 as soon as possible? I guess I will add a patch?

Oct 4 2016, 11:26 AM · PyKolab
pokorra added a reviewer for D238: subprocess call for freshclam needs to use collection for the parameters: PyKolab Developers.
Oct 4 2016, 11:26 AM · PyKolab

Sep 30 2016

vanmeeuwen closed T1461: Invitationpolicy: Windows time zones are wrongly converted to UTC as Resolved by committing rPefb60aa45131: T1461: Convert windows timezones into Olson format in iTip.
Sep 30 2016, 8:00 PM · PyKolab

Sep 29 2016

machniak added a project to T1561: missing german(de) translation "%s commented: %s" pykolab v 0.7.28-1.1el6: PyKolab.
Sep 29 2016, 4:41 PM · PyKolab, Bug Reports
machniak added a comment to T1543: Undeliverable mail because of duplicated Sender header.

The headers are indeed added by smtp access policy and come from:

[kolab_smtp_access_policy]
delegate_sender_header = True
alias_sender_header = True
sender_header = True
xsender_header = True

Problem is that Roundcube already set X-Sender and Sender headers.

Sep 29 2016, 11:23 AM · Winterfell, PyKolab

Sep 28 2016

machniak created T1543: Undeliverable mail because of duplicated Sender header.
Sep 28 2016, 12:55 PM · Winterfell, PyKolab

Sep 26 2016

vanmeeuwen assigned T1461: Invitationpolicy: Windows time zones are wrongly converted to UTC to machniak.

Differential accepted.

Sep 26 2016, 2:28 PM · PyKolab

Sep 22 2016

Florian_Eder added a comment to T1373: Untranslated "PENDING" in invitation notification.

Installed Packages
pykolab.noarch
0.7.28-1.1.el6.kolab_14

Sep 22 2016, 1:46 PM · PyKolab, Bug Reports
machniak reassigned T1373: Untranslated "PENDING" in invitation notification from machniak to vanmeeuwen.

Anyway, I see this label is indeed not translated in de.po and de_DE.po localization files.

Sep 22 2016, 1:45 PM · PyKolab, Bug Reports
machniak added a comment to T1373: Untranslated "PENDING" in invitation notification.

This label comes from pykolab. What version of pykolab are you using?

Sep 22 2016, 1:40 PM · PyKolab, Bug Reports
Florian_Eder reopened T1373: Untranslated "PENDING" in invitation notification as "Open".

Still not translated with the latest package:
roundcubemail 1.1.5.21-1.1.el6.kolab_14

Sep 22 2016, 1:34 PM · PyKolab, Bug Reports

Sep 20 2016

tobru added projects to T1516: TLS support broken in kolab-saslauthd: PyKolab, PyKolab Developers.
Sep 20 2016, 10:46 AM · Web Administration Panel, Bug Reports

Sep 14 2016

tobru added a comment to T1415: Shared folders not deleted in IMAP.

Interesting. When can we expect to have the missing feature implemented?

Sep 14 2016, 10:27 AM · PyKolab, Bug Reports

Sep 9 2016

chkorn added a comment to T1429: wallace srcambels quoted printable encoded long subject lines.

Just to confirm: It was a faulty PHP-Mailer-Version that caused this issue.

Sep 9 2016, 3:12 PM · Kolab Enterprise 14, PyKolab, Bug Reports
machniak added a revision to T1178: calendar.inc.php template does not contain all possible options: D221: T1178: Add some missing calendar configuration options.
Sep 9 2016, 3:06 PM · PyKolab
machniak added a comment to T1415: Shared folders not deleted in IMAP.

Looks like it is not implemented at all, https://git.kolab.org/diffusion/P/browse/master/pykolab/auth/ldap/__init__.py;9d70f9d837c50e0b74b69d7e8b69c93294dd767a$1735

Sep 9 2016, 2:47 PM · PyKolab, Bug Reports
machniak added a comment to T1414: Kolabd not catching changes in LDAP.

I finally found the culprit. Differential updated.

Sep 9 2016, 2:25 PM · PyKolab, Bug Reports
machniak closed T1429: wallace srcambels quoted printable encoded long subject lines as Invalid.
Sep 9 2016, 1:28 PM · Kolab Enterprise 14, PyKolab, Bug Reports
machniak added a revision to T1464: Duplicated imap_conn_options and smtp_conn_options: D220: T1464: Removed duplicated options.
Sep 9 2016, 1:27 PM · PyKolab
machniak added a comment to T1461: Invitationpolicy: Windows time zones are wrongly converted to UTC.

Differential created. Note that python-tzlocal need to be added as a pykolab dependency.

Sep 9 2016, 12:28 PM · PyKolab
machniak added a revision to T1461: Invitationpolicy: Windows time zones are wrongly converted to UTC: D219: T1461: Convert windows timezones into Olson format in iTip.
Sep 9 2016, 12:27 PM · PyKolab

Sep 8 2016

machniak added a comment to T1414: Kolabd not catching changes in LDAP.

I applied the fix into Kolab Winterfell installation, and I still see "infinite" processing loop with the same traceback. I restarted wallace and kolabd.

Sep 8 2016, 11:33 AM · PyKolab, Bug Reports

Sep 7 2016

machniak added a comment to T1461: Invitationpolicy: Windows time zones are wrongly converted to UTC.

I think I know why we don't use kolab.calendaring to parse iTip data. It's because it does not support VTODO. Grrrr... Lets start from the beginning...

Sep 7 2016, 2:50 PM · PyKolab
machniak added a comment to T1461: Invitationpolicy: Windows time zones are wrongly converted to UTC.

From what I see iTip attachments are parsed using iCalendar. From what I see we could fix this issue by using kolab.calendaring instead. This is quite a big change, but I'm working on this, I've got a few unit tests failing. If there was any reason to not use kolab.calendaring please speak now.

Sep 7 2016, 2:18 PM · PyKolab
machniak updated subscribers of T1461: Invitationpolicy: Windows time zones are wrongly converted to UTC.
Sep 7 2016, 2:15 PM · PyKolab
machniak added a revision to T1221: Race between Todo and Event to_dict(): D216: T1221: Fix a "race" between Event and Todo properties_map dict.
Sep 7 2016, 11:00 AM · PyKolab

Sep 6 2016

machniak reassigned T1389: a change we made to allow cmd_sync_mailhost_attrs to respect 'user_filter' settings from kolab.conf from machniak to vanmeeuwen.

My "it should" should be verified with Jeroen ;)

Sep 6 2016, 12:46 PM · PyKolab
petersen reassigned T1389: a change we made to allow cmd_sync_mailhost_attrs to respect 'user_filter' settings from kolab.conf from petersen to machniak.
Sep 6 2016, 12:43 PM · PyKolab

Sep 2 2016

machniak created T1464: Duplicated imap_conn_options and smtp_conn_options.
Sep 2 2016, 11:44 AM · PyKolab