mailcow/data/Dockerfiles
eXtremeSHOK a37a8e3b2a
Fix for large Mailboxes to avoid timeouts
** I agree to the code of conduct and the contributory guidelines **

Tested with 80+GB single inbox via imap

``` --nofoldersizes --skipsize --fast ``` file and folder sizes are only used for statistics, which are completely useless. Before the actual data is transfered the message and folder sizes need to be calculated on a 200 000+ message inbox, this will almost never complete.

``` --buffersize 8192000 ``` sets the io buffer to 8mb, the default buffer is 4kbyte, this is speeds up syncs.

```  --skipheader 'X-*' ``` X headers vary wildly from system to system and do not ensure message uniqueness, they are not needed.

```  --split1 3000 --split2 3000 ```    split the requests in several parts on the server, 3000 is the number of messages handled per request.

``` --fastio1 --fastio2 ``` use fastio
2018-02-14 13:27:30 +02:00
..
acme [Dovecot] Dovecot 2.3 from git for temp fixes 2018-01-14 10:34:06 +01:00
clamd [ClamAV] Build from source, fix bugs... 2018-01-27 10:26:12 +01:00
dockerapi [DockerAPI] Hide stderr from rspamadm output 2018-01-14 18:44:06 +01:00
dovecot Fix for large Mailboxes to avoid timeouts 2018-02-14 13:27:30 +02:00
fail2ban [Fail2ban] Allow to set subnet size for banned networks 2018-01-24 09:11:33 +01:00
memcached Docs 2017-03-02 11:23:23 +01:00
mysql Docs 2017-03-02 11:23:23 +01:00
nginx Docs 2017-03-02 11:23:23 +01:00
phpfpm [PHP-FPM] Move opcache config to local config file, define new PECL versions 2018-01-21 15:01:02 +01:00
postfix [Postfix] postconf wrapper for correct config location, fixes #949 2018-01-24 09:10:43 +01:00
redis Docs 2017-03-02 11:23:23 +01:00
rspamd [Rspamd] Use names instead of IPs 2018-01-21 15:00:05 +01:00
sogo Fixes #979 2018-01-29 14:42:51 +01:00
unbound Do not break DNS replies.... 2017-06-18 20:57:26 +02:00
watchdog [Watchdog] Check PHP-FPM port 9000 and 9001 2018-01-21 15:01:35 +01:00