Go to file
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
data Fix for large Mailboxes to avoid timeouts 2018-02-14 13:27:30 +02:00
helper-scripts [Helper] Set Nextcloud trusted proxies by ipv6/4 network vars 2018-01-24 09:19:03 +01:00
.env Docs 2017-03-02 11:23:23 +01:00
.gitignore [SOGo] SOGo refuses to bind to IPv6, so force IPv4 in proxy_pass, fixes #1006 2018-02-12 21:34:59 +01:00
.travis.yml Travis: Temp stop auto build 2018-01-14 10:45:10 +01:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2017-06-30 07:03:10 +08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-06-30 06:48:04 +08:00
docker-compose.yml [Compose] Add missing var 2018-02-12 21:37:18 +01:00
generate_config.sh Fix generate_config 2018-01-27 16:52:56 +01:00
LICENSE License 2017-05-18 09:48:22 +02:00
README.md Fix README.md bitcoin address 2017-07-10 21:28:44 +02:00
update.sh Fix var name.. 2018-01-27 12:24:00 +01:00

mailcow: dockerized - 🐮 + 🐋 = 💕

Donate

mailcow Bitcoin donations: 1E5rgzgA1sS3QH7r1ToWxRC3GEavfsGMrx

Please see the official documentation for instructions.

Important: mailcow makes use of various open-source software. Please assure you agree with their license before using mailcow. Any part of mailcow itself is released under GNU General Public License, Version 3.