mailcow/data/Dockerfiles/dovecot
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
..
Dockerfile [Dovecot] Fixes CVE-2017-15132 - take 2 2018-02-01 23:35:55 +01:00
docker-entrypoint.sh [Dovecot] sieve_before/after maps in sql, changed dict names 2017-11-03 20:25:38 +01:00
imapsync [Dovecot] Update imapsync 2017-12-17 17:45:05 +01:00
imapsync_cron.pl Fix for large Mailboxes to avoid timeouts 2018-02-14 13:27:30 +02:00
postlogin.sh Docs 2017-03-02 11:23:23 +01:00
report-ham.sieve Rebase Dovecot on Stretch slim, build from stable source with latest stable Pigeonhole for antispam replacement 2017-04-03 20:06:49 +02:00
report-spam.sieve Rebase Dovecot on Stretch slim, build from stable source with latest stable Pigeonhole for antispam replacement 2017-04-03 20:06:49 +02:00
rspamd-pipe-ham Rebase Dovecot on Stretch slim, build from stable source with latest stable Pigeonhole for antispam replacement 2017-04-03 20:06:49 +02:00
rspamd-pipe-spam Rebase Dovecot on Stretch slim, build from stable source with latest stable Pigeonhole for antispam replacement 2017-04-03 20:06:49 +02:00
supervisord.conf [Dovecot] Specify supervisord user 2017-11-05 12:19:18 +01:00
syslog-ng.conf [Compose] New images with LOG_LINES 2018-01-08 22:00:54 +01:00