- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jul 30 2024
Jul 29 2024
Jul 25 2024
Sorry, I didn't mean to imply otherwise on the 389ds issue, I knew it was upstream that was broken but also that it is required for Kolab and has been stopping an update to 20.04.
BTW, I noted that some of your differentials cannot be easily used. arc patch returns "Base commit is not in local repository". Then I get:
Checking patch docker/synapse/rootfs/opt/app-root/src/init.sh... error: docker/synapse/rootfs/opt/app-root/src/init.sh: does not exist in index Checking patch docker/synapse/rootfs/opt/app-root/src/homeserver.yaml... error: docker/synapse/rootfs/opt/app-root/src/homeserver.yaml: does not exist in index Checking patch docker/synapse/Dockerfile... error: docker/synapse/Dockerfile: does not exist in index Checking patch config.prod/src/database/seeds/PassportSeeder.php... Checking patch config.demo/src/database/seeds/PassportSeeder.php... Checking patch ci/testctl... Hunk #1 succeeded at 111 (offset -1 lines). Checking patch ci/env... error: while searching for: MEET_SERVER_TOKEN=simple123 PASSPORT_PROXY_OAUTH_CLIENT_ID=5909ca4f-df7e-45fe-b355-e7c195aef117 PASSPORT_PROXY_OAUTH_CLIENT_SECRET=3URb+3JGJM9wPuDnlUSTPOw2mqmHsoOV8NXanx9xwQM= DES_KEY=kBxUM/53N9p9abusAoT0ZEAxwI2pxFz/
I'm going to write tests.
Jul 24 2024
Great find! I'm wondering where else we have the same assumption...
Jul 23 2024
Jul 22 2024
389ds update issue resides on Ubuntu, it is not a Kolab issue.
- Better const name
Jul 21 2024
Please do, that might help me get the 389ds update for ubuntu functioning and get me off of 18.04 finally.
Jul 18 2024
Cleanup
Separate token scope
Jul 17 2024
Jul 16 2024
- EWS: Fix some contact properties in exported vCard
- EWS: Fix lists handling
- EWS: Improved tasks handling
I can second that. I ran into this issue as well. The dependency is not configured therefore the package is missing when doing dnf install kolab.
Hi there,
I was just able to successfully upgrade from CentOS 7 to Almalinux 9. Everything seems to be working the in place upgrade of the 389ds and the cyrus imapd were a bit of a hassle, but after testing it several times based on backups it worked ok. I can share my list of commands.
Jul 15 2024
I managed to get the package updated but I still cannot send from the webmail interface, I see the same errors in roundcube/errors.log (with a new line number)
[15-Jul-2024 14:24:45 -0400]: <ka2vqi5j> PHP Error: STARTTLS failed (POST /webmail/hF3kdGo6e2kLGlvH/?_task=mail&_unlock=loading1721067885788&_framed=1&_action=send) [15-Jul-2024 14:24:45 -0400]: <ka2vqi5j> PHP Error: Invalid response code received from server (POST /webmail/hF3kdGo6e2kLGlvH/?_task=mail&_unlock=loading1721067885788&_framed=1&_action=send) [15-Jul-2024 14:24:45 -0400]: <ka2vqi5j> SMTP Error: Authentication failure: STARTTLS failed (Code: ) in /usr/share/roundcubemail/program/lib/Roundcube/rcube.php on line 1815 (POST /webmail/hF3kdGo6e2kLGlvH/?_task=mail&_unlock=loading1721067885788&_framed=1&_action=send)
I don't think this should be closed, the roundcube-1.5.7.4-1 package which contains the fix is not installable on Ubuntu 18.04 (it conflicts with roundcube-plugins-kolab) so this is an open issue for me.
sync bcc via eas 16.0
Nope. If you do this the header will be send to every recipient. Note that we're unsetting the header in $smtp_headers only here. The copy of the message saved to Sent folder should contain Bcc header intact.
Thanks. Fixed.
Jul 14 2024
Jul 12 2024
Jul 9 2024
Update request: https://obs.kolabsys.com/request/show/3299
Jul 8 2024
Jul 7 2024
Looks good to me.
In D4845: IMAP data migrator and other improvements I took this differential of yours, but I re-implemented some things differently. I think it's cleaner. Still a lot of TODO lines there. So, we might improve while writing tests. I have also an idea to try to do mail streaming for best performance.
Jul 5 2024
This can be submitted once it is clear that it has the desired effect.
It seems to me we should:
- Adjust the catch in https://git.kolab.org/diffusion/RPK/browse/master/plugins/libcalendaring/lib/libcalendaring_vcalendar.php (to specifically just ignore a broken itip).
- Adjust all the catches in Sync.php to also catch Throwable
- Add a test that triggers this error to the syncroton testsuite
- Remove the catch in this patch again, so we don't end up with 3 layers potentially catching.
..
Throwable catches that fatal error. Now looking at this I found that we could change the catch in https://git.kolab.org/diffusion/RPK/browse/master/plugins/libcalendaring/lib/libcalendaring_vcalendar.php$158
- It's a debug not a warning
- Move sorting to later place
- Fix sorting callback