Commit Graph

3426 Commits (8eb8cb1f48b6e26211866e85037c10ad2483fa08)
 

Author SHA1 Message Date
bors[bot] eb11292aa6
Merge
2234: fix  r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Fix the CI. I don't understand webpack well enough but that does the trick.

### Related issue(s)
- close 

Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
Florent Daigniere 9466ad4131 fix
bors[bot] ea7c743797
Merge
2209: Change URL dashboard in DKIM/SPF & DMARC Entries r=mergify[bot] a=0pc0deFR

## What type of PR?

documentation

## What does this PR do?

Example URL correction in documentation of DKIM/SPF & DMARC Entries

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

## 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
- [ ] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Kevin Falcoz <0pc0defr@gmail.com>
Kevin Falcoz 69ce21c353
Create 2210.bugfix
Mario Jauvin c8d3d1b611
Merge branch 'Mailu:master' into master
Tobias Käfer e274ee762f Update fail2ban faq doc
bors[bot] 855f3b065b
Merge
2211: Ensure we use IMAP IDLE like it's supposed to work r=mergify[bot] a=nextgens

## What type of PR?

enhancement

## What does this PR do?

Increase IMAP IDLE time from 2min to 29mins: this should massively help reduce network traffic & increase battery life of clients

See https://peterkieser.com/2011/03/25/androids-k-9-mail-battery-life-and-dovecots-push-imap/

## 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>
Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com>
Florent Daigniere 224880822f
remove space
bors[bot] 9742f002e3
Merge
2206: Patch function "Display Name" into admin page r=mergify[bot] a=0pc0deFR

## What type of PR?

bug-fix

## What does this PR do?

This PR is bug-fix for  

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


Co-authored-by: Kevin Falcoz <0pc0defr@gmail.com>
Co-authored-by: Kevin Falcoz <0pc0deFR@gmail.com>
Florent Daigniere 3d7b9fe194 Ensure we use IMAP IDLE like it's supposed to work
imap_idle_notify_interval = 2 mins -> 29 mins

See https://peterkieser.com/2011/03/25/androids-k-9-mail-battery-life-and-dovecots-push-imap/
Eric 19e29bf26b
Create 2185.doc
remove the / in the location to avoid http 404
Kevin Falcoz 278d74ce6f
Add title attribute on user-panel div
Kevin Falcoz 98d2d6f212
URL correction for client email configuration in FAQ
Kevin Falcoz 3fe1dbe881
Add input validation for domain creation
Kevin Falcoz e84e311526
Change URL dashboard in DKIM/SPF & DMARC Entries
Kevin Falcoz c69f886a73 Update code with ghostwheel42 comments
Mario Jauvin e47d9bf9be Revert "Set client_max_body_size in default nginx config file"
This reverts commit db39d6b1e2.
Mario Jauvin 4ea3b9522b Add bugfix description
Mario Jauvin db39d6b1e2 Set client_max_body_size in default nginx config file
Mario Jauvin 53a8543772 update permission
Mario Jauvin 5a909bd45d Add config.py and set permissions
Mario Jauvin 7dc9802447 Added subprocess import
Mario Jauvin a9f4fc1b3c Use MESSAGE_SIZE_LIMIT in webmail container also
The webmail container should use the same value as the front container.
Kevin Falcoz 3e394faf92
Patch function "Display Name" into admin page
bors[bot] 1e54d44b19
Merge
2200: Switch to ISRG_Root_X1 in front nginx r=mergify[bot] a=packet23

## What type of PR?

bug-fix

## What does this PR do?

### Related issue(s)
Resolves an nginx startup issue when letsencrypt or mail-letsencrypt is enabled.

closes 

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


Co-authored-by: Sebastian Klemke <3669903+packet23@users.noreply.github.com>
Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com>
Florent Daigniere 1e6fa13203
Update 2199.bugfix
Florent Daigniere f6ebf9fda2
Update tls.conf
Florent Daigniere 68ff6c8337
Use ISRG_ROOT_X1 as DST_ROOT is not available
Sebastian Klemke a6b4b9ae52 Removed ssl_trusted_certificate configuration setting from nginx.
Resolves an nginx startup issue when letsencrypt or
mail-letsencrypt is enabled.

Fixes 
bors[bot] 51a70bcc54
Merge
2193: Update php.ini r=mergify[bot] a=audioscavenger

matching rainloop php to roundcube's: timezone is a parameter in mailu.env

## What type of PR?

bug-fix

## What does this PR do?

### Related issue(s)
- none


Co-authored-by: Eric <dev@derewonko.com>
bors[bot] 3c99bbf695
Merge
2190: Tag for release is correctly tagged to branch x.y. r=mergify[bot] a=Diman0

## What type of PR?

Bug-fix

## What does this PR do?
CI/CD had two issues which are addressed by this PR.
- calculating new x.y.z failed for x.y.10+
- tag was not created for branch x.y, but master. This resulted in the release pointing to the wrong commit.

backport is required to make this workflow available for 1.9.

### Related issue(s)
- closes  

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


Co-authored-by: Dimitri Huisman <diman@huisman.xyz>
bors[bot] 422653a56e
Merge
2182: disabled rsyslogd pidfile r=mergify[bot] a=packet23

## What type of PR?

bug-fix

## What does this PR do?

The change disables the pidfile for rsyslog in the mailu/postfix container image. This fixes an issue where rsyslogd exits after `docker-compose up -d` / `docker-compose stop` / `docker-compose start` with
```
smtp_1      | rsyslogd: pidfile '/var/run/rsyslogd.pid' and pid 8 already exist.
smtp_1      | rsyslogd: run failed with error -3000 (see rsyslog.h or try https://www.rsyslog.com/e/3000 to learn what that number means)
```
due to a conflict with already existing pidfile.

### Related issue(s)

## Prerequisites


Co-authored-by: Sebastian Klemke <3669903+packet23@users.noreply.github.com>
mnival 71d0ec5eda Create 2196.bugfix
mnival 42118109fb Create 2195.bugfix
mnival 5695bbb0f6 Configuring pwstore_scheme in carddav plugin with des_key because Mailu is incompatible with encrypted
Eric c6d220cce2
Create 2193.bugfix
matching rainloop php to roundcube's: timezone is a parameter in mailu.env
Eric d9ea9f7009
Update php.ini
matching rainloop php to roundcube's: timezone is a parameter in mailu.env
mnival 4b9781210f Add /overrides directory in include
Dimitri Huisman 413ecea479 Switched from "$(/usr/bin/git log -1 --format='%H')" to "$(/usr/bin/git rev-parse HEAD)"
Dimitri Huisman 5cef8925dc Remove superfluous parentheses
Dimitri Huisman cf328cdf33 Tag for release is correctly tagged to branch x.y.
bors[bot] 2c1d1e995d
Merge
2161: fix typo r=mergify[bot] a=erikvimz

## What type of PR?

documentation

## What does this PR do?

fixes a typo

Co-authored-by: Erik Kralj <erik@kralj.dev>
Eric c62947aec1
Update reverse.rst
updated the external proxy location pattern and added a note: do not add a / at the end
Sebastian Klemke 89a86e9dda disabled rsyslogd pidfile
bors[bot] d3db047fcc
Merge
2179: Fix resolver r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

Switch to the new API to solve a k8s specific problem

### Related issue(s)
- 


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
Co-authored-by: Billy Chan <shing@PC1>
Florent Daigniere b9e614145f there too
Billy Chan 27d917e3f1 🎨 use resolver.resolve
Florent Daigniere b7fb8c661a switch to new API
bors[bot] 23bd9075ce
Merge
2177: Update start.py to fix the resolver test r=mergify[bot] a=shing6326

Use method resolve instead of query to fix the resolver test

## What type of PR?

bug-fix

## What does this PR do?

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

## 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: shing6326 <42719827+shing6326@users.noreply.github.com>
Co-authored-by: Billy Chan <shing@PC1>
Billy Chan 90394d7d8c 🎨 use resolver.resolve