1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-15 01:24:34 +02:00
Commit Graph

4451 Commits

Author SHA1 Message Date
a89a04d364 Add fa (Persian) language code to assets Dockerfile 2023-09-09 01:25:02 +03:30
0ec7989bf5 Add translation file for Persian (aka Farsi) 2023-09-09 01:23:01 +03:30
683c28ea63 Merge #2929
2929: Maybe fix fetchmail when used with pop3 r=nextgens a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Fix fetchmail when used with pop3.

### Related issue(s)
- closes #2928 

## 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>
2023-08-30 19:16:49 +00:00
008ff03882 as per review 2023-08-30 15:11:58 +02:00
5402d00be0 Maybe fix fetchmail when used with pop3 2023-08-30 13:17:50 +02:00
585549ce92 Merge #2924
2924: Remove the usage of capabilities, use port 8080 for admin r=nextgens a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

In the real world users can't get them to work... I wonder if they use patched-up kernels or if xattrs are lost somehow... in any case, we can do without capabilities so let's do that.

Ensure that dovecot doesn't attempt to bind a v6 socket if SUBNET6 is not configured

Also, document that systemd-resolve may cause trouble with DNSSEC.

### Related issue(s)
- closes #2906
- closes #2913

## 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.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
2023-08-29 06:19:42 +00:00
8d4abe55ed doh 2023-08-29 08:18:45 +02:00
dcaedc05e3 Merge #2903
2903: Make traefik work r=mergify[bot] a=nextgens

## What type of PR?

enhancement

## What does this PR do?

Document how traefik is meant to be configured: only Mailu needs certificates, we don't need certdumper.

Add a check to ensure we don't "burn" credit with letsencrypt because of a reverse proxy misconfiguration (where port 80 isn't redirected to Mailu)

### Related issue(s)
- closes #1422
- closes #1038
- #2855
- closes #2683
- #1502

## 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.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com>
2023-08-28 21:17:45 +00:00
07d2176df4 Merge #2810
2810: Database migration documentation fixes r=mergify[bot] a=simonmicro

## What type of PR?

documentation

## What does this PR do?
See the commit titles

### Related issue(s)
None

## 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.


Co-authored-by: simonmicro <simon@simonmicro.de>
Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
2023-08-28 17:01:57 +00:00
45ef205887 Serve actual content as requested in review 2023-08-28 17:43:20 +02:00
d026f70239 Merge #2923
2923: Delete the dovecot PID file to avoid race conditions r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Apparently sometimes the podop subprocess can be re-assigned the same PID when the container is restarted, causing havoc. We've had something similar with postfix in the past... so I have added code to clean everything up in the startup script.

This may explain some of the "I can't access the webmail" tickets.

### Related issue(s)
- closes #2917 

## 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>
2023-08-28 13:08:20 +00:00
b2a5a80e12 Ensure that dovecot doesn't bind v6 if not required 2023-08-28 11:56:25 +02:00
bbed508e8b As per review 2023-08-28 11:49:42 +02:00
562cd8c135 Remove the usage of capabilities use port 8080
In the real world users can't get them to work...
2023-08-28 11:34:51 +02:00
086c05a42c Make rspamd retry for longer when connecting to clamav 2023-08-25 14:47:51 +02:00
367fd247cb Move the cleanup to socrate 2023-08-25 14:38:14 +02:00
1731f45d83 Delete the PID file to avoid race conditions
Apparently sometimes the podop subprocess can be re-assigned the same
PID when the container is restarted, causing havok.
2023-08-25 13:40:22 +02:00
fb97cec238 Merge #2901
2901: Force pw change r=mergify[bot] a=nextgens

## What type of PR?

Feature

## What does this PR do?

Allow administrators to force a user to change his password. Prune web-sessions on password change.

### Related issue(s)
- closes #2877 

## 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.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com>
2023-08-20 21:12:55 +00:00
fb072ebfa1 more pythonic way of doing the same thing 2023-08-19 16:37:16 +02:00
0e4c29c269 Clarify further, use the API suggested by ghostwheel42 in (b) 2023-08-19 16:35:22 +02:00
c66934e6bf Auth-Login-Attempt is no more since we don't use nginx 2023-08-18 18:47:49 +02:00
4c675009a2 Update core/admin/mailu/api/v1/user.py
doh

Co-authored-by: Dimitri Huisman <52963853+Diman0@users.noreply.github.com>
2023-08-18 17:45:40 +02:00
c9eae7bfbf Fix exception reported by diginzm 2023-08-18 17:01:15 +02:00
a338e9c75e Fix API call 2023-08-17 23:41:15 +02:00
595f0fe803 Merge #2911
2911: We also need a wait now that we capture stdin r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

better fix for #2910

### Related issue(s)
- #2910

## 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
- [ ] 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>
2023-08-16 09:25:54 +00:00
003bcaab90 We also need a wait now that we capture stdin 2023-08-16 10:44:10 +02:00
35e387e175 Merge #2909
2909: Prevent rspamc zombies, ensure that triggering learn-spam works r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Prevent rspamc zombies, ensure that triggering learn-spam works even when using Outlook

### Related issue(s)
- closes #2908

## 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>
2023-08-15 18:31:18 +00:00
ab3dd11db8 As per review 2023-08-15 19:32:41 +02:00
a1f9fb4347 Prevent rspamc zombies, ensure that triggering learn-spam works 2023-08-15 10:46:13 +02:00
497eb867c6 Update reverse.rst 2023-08-13 08:03:31 +02:00
25b89a732b Set the flag when reset by command line too 2023-08-12 09:03:15 +02:00
7b13ceb693 API and cmdline 2023-08-12 08:51:42 +02:00
dec339800f Make new signups change passwords too 2023-08-12 08:07:10 +02:00
6c144f8e12 simplify 2023-08-12 07:14:10 +02:00
6bda856420 doh 2023-08-11 10:00:05 +02:00
a5f3c7eaf2 Implement downgrade 2023-08-11 09:12:36 +02:00
193b3d522a l10n 2023-08-11 09:09:07 +02:00
786da5e08c clarify 2023-08-11 09:03:42 +02:00
bd4c40b596 Prune sessions that are unrelated when changing passwords 2023-08-10 12:27:47 +02:00
9bcbbdee02 Implement a 'force-password-change' feature 2023-08-10 12:06:15 +02:00
0cd2cbfa72 Make it more explicit 2023-08-09 19:10:34 +02:00
e7e169f1c1 Fix the obvious issue 2023-08-09 19:10:07 +02:00
8b890a84e9 clarify 2023-08-09 18:24:37 +02:00
b7e7f0d8b6 doc 2023-08-09 15:38:27 +02:00
f3cd401450 PROXY_PROTOCOL=all-but-http for traefik 2023-08-09 15:31:14 +02:00
64ce3d1c96 Implement a busy loop for letsencrypt 2023-08-09 15:28:07 +02:00
32d1c7d899 Merge #2893
2893: bugfix for gpg execution with roundcube r=mergify[bot] a=helmuthb

## What type of PR?

bug-fix

## What does this PR do?

It adds another `allow`-rule for `snuffleupagus` when `gpg` is called via absolute path (`/usr/bin/gpg`).
I consider it a minor change so no update to changelog is proposed but if you feel different please let me know.

### Related issue(s)
- Auto close an issue like: closes #2892

## 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.


Co-authored-by: Helmuth Breitenfellner <helmuth@breitenfellner.at>
Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com>
2023-08-09 07:14:23 +00:00
5d8b1940e1 Add a newsfragment for CHANGELOG 2023-08-08 21:45:11 +02:00
ca83152ad9 Update snuffleupagus.rules 2023-08-08 21:41:50 +02:00
b7cf1c88ea bugfix for gpg execution with roundcube 2023-08-08 21:41:50 +02:00