Tags: Mailu/Mailu
Tags
Merge #3941 3941: Reenable nginx request buffering to fix roundcube (backport) r=nextgens a=nextgens ## What type of PR? bug-fix ## What does this PR do? Re-enable nginx request buffering to fix roundcube ### Related issue(s) - closes #3913 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
Merge #3931 3931: Fixes around non-blocking I/O in the thread manager (backport #3927) r=mergify[bot] a=mergify[bot] ## What type of PR? bug-fix ## What does this PR do? Attempts to fix an issue around blocking I/O in `start.py`. Currently, if a process crashes leaving a zombie thread, `start.py` will use 100% CPU on two threads (trying to read stdout/stderr). This can be reproduced by starting a vanilla Mailu, and running `killall dovecot` (can be outside the container); Dovecot always leaves one zombie thread on crash/exit, so the container *never* restarts. My patch fixes this. This is related to (closes #3852), although I haven't been able to create a repro for that exact case. Nonetheless, I added `errors='replace'` to the popen invocation, as it should prevent mangling the log output. I've seen a couple more issues that are likely related, but can't find them now. **Important note**: Despite my efforts, `mailu-front` still seems to connect to the old dovecot process, which renders the UI unusable (webmail throws me into a redirect loop). Restarting `mailu-front` frees up the defunct dovecot process and fixes the application - I suppose someone should look into detecting this condition and restarting `mailu-front` if it happens. Unfortunately, I'm not sure how to approach this. <hr>This is an automatic backport of pull request #3927 done by [Mergify](https://mergify.com). Co-authored-by: sdomi <dominique.liberda@initos.com>
Merge #3909 3909: Fix passphrase changed errors in snappymail (backport #3907) r=mergify[bot] a=mergify[bot] ## What type of PR? bug-fix ## What does this PR do? Fix "passphrase changed" errors in snappymail; tell it to encrypt data against the email address instead of the transient token used by SSO. You may need to run the following for the error message to disappear completely ``find webmail/_data_/_default_/storage/ -name .cryptkey -delete`` ### Related issue(s) - closes #3906 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. <hr>This is an automatic backport of pull request #3907 done by [Mergify](https://mergify.com). Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
Merge #3905 3905: Upgrade Tika to fix CVE-2025-54988 (backport #3904) r=mergify[bot] a=mergify[bot] ## What type of PR? bug-fix ## What does this PR do? Upgrade Tika to fix CVE-2025-54988 ; Current stable is v3.2.2 ... we pin latest as we have a poor record of keeping up with upstream and the interface we use ought to be stable. You will need to run setup again for the fix to be applied. This is defence in depth (very low risk on docker deployments). ### Related issue(s) - closes #3903 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. <hr>This is an automatic backport of pull request #3904 done by [Mergify](https://mergify.com). Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
Merge #3900 3900: fix snappymail (backport #3899) r=mergify[bot] a=mergify[bot] ## What type of PR? bug-fix ## What does this PR do? fix snappymail, add caching for static content, turn off fastcgi request buffering Workaround what looks like a snuffleupagus bug by disabling the recently added config tweaks; see jvoisin/snuffleupagus#515 for details. ### Related issue(s) - closes #3896 - closes #3868 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. <hr>This is an automatic backport of pull request #3899 done by [Mergify](https://mergify.com). Co-authored-by: Florent Daigniere <nextgens@freenetproject.org> Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
Merge #3880 3880: fix: PATCH /user will overwrite existing "forward_destination" (backport #3376) r=nextgens a=mergify[bot] ## What type of PR? bug-fix for #3374 ## What does this PR do? ### Related issue(s) - closes #3374 - closes #3879 ## Prerequisites - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. <hr>This is an automatic backport of pull request #3376 done by [Mergify](https://mergify.com). Co-authored-by: DrPsychick <drpsychick@drsick.net>
Merge #3895 3895: Remove OCSP stapling by Nginx (backport #3887) r=mergify[bot] a=mergify[bot] Let's Encrypt has dropped OCSP support and the resulting warning may cause problems when restarting or reloading the frontend Nginx e.g. as part of a post cert update hook. ## What type of PR? Feature removal ## What does this PR do? ### Related issue(s) closes #3886 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. <hr>This is an automatic backport of pull request #3887 done by [Mergify](https://mergify.com). Co-authored-by: Sven Schwyn <sven.schwyn@bitcetera.com>
Merge #3894 3894: Fix CI, upgrade base image (backport #3889) r=mergify[bot] a=mergify[bot] ## What type of PR? bug-fix ## What does this PR do? Fix CI by upgrading the base image: - Alpine: 3.20.7 - Carddav: 5.1.1 - docs infra, snufflepagus rules ### Related issue(s) ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. <hr>This is an automatic backport of pull request #3889 done by [Mergify](https://mergify.com). Co-authored-by: Florent Daigniere <nextgens@freenetproject.org> Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com> Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
Merge #3859 3859: Update Dockerfile to contain latest roundcube version (backport #3851) r=mergify[bot] a=mergify[bot] Due to security update, see [this link](https://github.com/roundcube/roundcubemail/releases/tag/1.6.11) for further details ## What type of PR? Security update ## What does this PR do? Updates roundcube to the latest version ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [X] In case of feature or enhancement: documentation updated accordingly - [X] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. <hr>This is an automatic backport of pull request #3851 done by [Mergify](https://mergify.com). Co-authored-by: ctrl-i <1422608+ctrl-i@users.noreply.github.com> Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
Merge #3761 3761: added idna function to perform puny encoding on IDN domains (backport #3758) r=mergify[bot] a=mergify[bot] ## What type of PR? bug-fix ## What does this PR do? ### Related issue(s) - fixes issue where DKIM signatures from domains with IDN are not accepted by some mail servers: closes #3743 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. <hr>This is an automatic backport of pull request #3758 done by [Mergify](https://mergify.com). Co-authored-by: Jumper78 <52802286+Jumper78@users.noreply.github.com> Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com>
PreviousNext