André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							6a01411460 
							
						 
					 
					
						
						
							
							[Dovecot] Fix imapsync  
						
						
						
					 
					
						2018-02-27 15:12:21 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							0553dc5959 
							
						 
					 
					
						
						
							
							[Postfix] Fix query  
						
						
						
					 
					
						2018-02-27 15:02:31 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							3829135d93 
							
						 
					 
					
						
						
							
							[ClamAV] Add directory to make bootstrap not complain about missing directories  
						
						
						
					 
					
						2018-02-26 09:19:14 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							944b91a4b8 
							
						 
					 
					
						
						
							
							[Dockerapi] Add du command, push version  
						
						
						
					 
					
						2018-02-22 09:21:37 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							bbbe52f560 
							
						 
					 
					
						
						
							
							[SOGo] Add blue (default) and red theme  
						
						
						
					 
					
						2018-02-22 09:20:46 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							ff3328ea8c 
							
						 
					 
					
						
						
							
							[SOGo] Use indigo theme, copy logo and theme.js to image  
						
						
						
					 
					
						2018-02-19 12:56:45 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							39f289fc3c 
							
						 
					 
					
						
						
							
							[Web, Dovecot, Postfix] Fix JSON attribute for login  
						
						
						
					 
					
						2018-02-19 10:17:29 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							fc53a69a44 
							
						 
					 
					
						
						
							
							[Helper] Nextcloud 13; Additional header for Nextcloud site  
						
						... 
						
						
						
						[PHP-FPM] Build gd with TTF support 
						
					 
					
						2018-02-18 20:59:32 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							ab720bf164 
							
						 
					 
					
						
						
							
							[Web, Postfix] Move TLS policy to mailbox attributes  
						
						
						
					 
					
						2018-02-17 11:12:16 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							2bdc3f94c0 
							
						 
					 
					
						
						
							
							[Web] Database schema test  
						
						
						
					 
					
						2018-02-17 09:50:58 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							31a9bb446c 
							
						 
					 
					
						
						
							
							[Netfilter] Fixes a f2boptions not defined error  
						
						
						
					 
					
						2018-02-17 08:51:41 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							1f09544f32 
							
						 
					 
					
						
						
							
							Fix conflict  
						
						
						
					 
					
						2018-02-16 22:44:02 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							2865c892a6 
							
						 
					 
					
						
						
							
							[Multi]  Fixes   #1058  by including a 'force password update' option and also introduces a attributes json object to be used for further mailbox configurations in the future  
						
						
						
					 
					
						2018-02-16 22:40:51 +01:00 
						 
				 
			
				
					
						
							
							
								eXtremeSHOK 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8eb05d1450 
							
						 
					 
					
						
						
							
							Fix for large Mailboxes to avoid timeouts 2  
						
						... 
						
						
						
						Missing ' (sorry my editor keeps correcting the '" to " ) 
						
					 
					
						2018-02-14 14:02:56 +02:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Phoenix Eve Aspacio 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42868b1710 
							
						 
					 
					
						
						
							
							Merge pull request  #1037  from klausenbusk/empty  
						
						... 
						
						
						
						Remove "empty" folders 
						
					 
					
						2018-02-14 08:15:13 +08:00 
						 
				 
			
				
					
						
							
							
								Kristian Klausen 
							
						 
					 
					
						
						
						
						
							
						
						
							a0cdc1e4ff 
							
						 
					 
					
						
						
							
							Remove "empty" folders  
						
						... 
						
						
						
						There seems to be no reason for this empty folders. 
						
					 
					
						2018-02-13 23:45:49 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							66a3df16ed 
							
						 
					 
					
						
						
							
							[Netfilter] Fixes empty f2b options  
						
						
						
					 
					
						2018-02-09 10:32:12 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							83094a773e 
							
						 
					 
					
						
						
							
							[Watchdog] Use socket to pipe to Rspamd  
						
						
						
					 
					
						2018-02-08 22:57:29 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							004d262e41 
							
						 
					 
					
						
						
							
							[Rspamd] Create missing password include as placeholder  
						
						
						
					 
					
						2018-02-08 22:57:17 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							ac4982d706 
							
						 
					 
					
						
						
							
							[Dovecot] Use socket to pipe to Rspamd  
						
						
						
					 
					
						2018-02-08 22:56:43 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							a2ca550aa0 
							
						 
					 
					
						
						
							
							[Dovecot] Use socket instead of worker IP  
						
						
						
					 
					
						2018-02-08 22:29:43 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
						
						
							
						
						
							e3854a8037 
							
						 
					 
					
						
						
							
							[Dockerapi] Fixes recent chang in exec_run return  
						
						
						
					 
					
						2018-02-08 22:29:06 +01:00 
						 
				 
			
				
					
						
							
							
								root 
							
						 
					 
					
						
						
						
						
							
						
						
							fae542534d 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into dev  
						
						
						
					 
					
						2018-02-08 19:54:14 +01:00 
						 
				 
			
				
					
						
							
							
								Joshua Hesketh 
							
						 
					 
					
						
						
						
						
							
						
						
							2fc13bdfbe 
							
						 
					 
					
						
						
							
							Fix imapsync for large mailboxes  
						
						... 
						
						
						
						Where there is a lot of folders in a mailbox the output may be larger
than TEXT will allow (64KiB). Instead use MEDIUMTEXT (16MiB) which
should be ample.
Additionally check that a sync isn't already running before starting
a new one.
Fixes : #1011  
						
					 
					
						2018-02-08 15:24:04 +11:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							cf1e46723a 
							
						 
					 
					
						
						
							
							[Dovecot] Fixes CVE-2017-15132 - take 2  
						
						
						
					 
					
						2018-02-01 23:37:10 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							3f9e0a8023 
							
						 
					 
					
						
						
							
							[Dovecot] Fixes CVE-2017-15132 - take 2  
						
						
						
					 
					
						2018-02-01 23:36:06 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							ae4ccd4d17 
							
						 
					 
					
						
						
							
							[Dovecot] Fixes CVE-2017-15132 - take 2  
						
						
						
					 
					
						2018-02-01 23:35:55 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							6ebcd00521 
							
						 
					 
					
						
						
							
							[Dovecot] Fixes CVE-2017-15132  
						
						
						
					 
					
						2018-02-01 22:43:28 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							c5f9b065f6 
							
						 
					 
					
						
						
							
							[Dovecot] Fixes CVE-2017-15132  
						
						
						
					 
					
						2018-02-01 22:27:48 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							a0d9efba00 
							
						 
					 
					
						
						
							
							[PHP-FPM] Remove old migration scripts  
						
						
						
					 
					
						2018-02-01 13:40:59 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							f4ae354c0c 
							
						 
					 
					
						
						
							
							[SOGo] Do not try to use foreign mailboxes as alias  
						
						
						
					 
					
						2018-02-01 13:40:13 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							38a819771b 
							
						 
					 
					
						
						
							
							[Netfilter] Rename fail2ban to netfilter, use iptables-python  
						
						
						
					 
					
						2018-02-01 13:39:27 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							0773448b35 
							
						 
					 
					
						
						
							
							[Dockerapi] Fix jsonify output  
						
						
						
					 
					
						2018-02-01 13:38:42 +01:00 
						 
				 
			
				
					
						
							
							
								André Peters 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							912ba9b4ff 
							
						 
					 
					
						
						
							
							Fixes   #979  
						
						
						
					 
					
						2018-01-29 14:42:51 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Kuron 
							
						 
					 
					
						
						
						
						
							
						
						
							c30448c4d8 
							
						 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/andryyy/mailcow-dockerized  into recipient_map  
						
						... 
						
						
						
						Conflicts:
	data/web/inc/init_db.inc.php 
						
					 
					
						2018-01-27 17:22:08 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							7433b6dc91 
							
						 
					 
					
						
						
							
							[ClamAV] Build from source, fix bugs...  
						
						... 
						
						
						
						[Compose] New clamd-mailcow image 
						
					 
					
						2018-01-27 10:26:12 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							04f9d74339 
							
						 
					 
					
						
						
							
							[Web, Dovecot] Add new options to imapsync, other minor changes to forms, partly  fixes   #955  
						
						
						
					 
					
						2018-01-24 12:59:11 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							1aaa5682b4 
							
						 
					 
					
						
						
							
							[Fail2ban] Allow to set subnet size for banned networks  
						
						
						
					 
					
						2018-01-24 09:11:33 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							f2f4dabce4 
							
						 
					 
					
						
						
							
							[Postfix] postconf wrapper for correct config location,  fixes   #949  
						
						
						
					 
					
						2018-01-24 09:10:43 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							46aafff627 
							
						 
					 
					
						
						
							
							[ClamAV] Outsource config  
						
						
						
					 
					
						2018-01-24 08:40:13 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Kuron 
							
						 
					 
					
						
						
						
						
							
						
						
							e86565e283 
							
						 
					 
					
						
						
							
							Expose Postfix's recipient_canonical_maps through web UI  
						
						
						
					 
					
						2018-01-23 20:02:31 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							a7a7b3f3fd 
							
						 
					 
					
						
						
							
							[Postfix] Use name instead of IP  
						
						
						
					 
					
						2018-01-21 15:01:51 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							d24bb16947 
							
						 
					 
					
						
						
							
							[Watchdog] Check PHP-FPM port 9000 and 9001  
						
						
						
					 
					
						2018-01-21 15:01:35 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							737c41379f 
							
						 
					 
					
						
						
							
							[PHP-FPM] Move opcache config to local config file, define new PECL versions  
						
						
						
					 
					
						2018-01-21 15:01:02 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							83a21259f7 
							
						 
					 
					
						
						
							
							[Rspamd] Use names instead of IPs  
						
						
						
					 
					
						2018-01-21 15:00:05 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							08c8976a95 
							
						 
					 
					
						
						
							
							[SOGo] Show shared aliases and "allow to send as" addresses as FROM fields in SOGo  
						
						
						
					 
					
						2018-01-21 14:58:16 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							8419266678 
							
						 
					 
					
						
						
							
							[Web] Important fixes for quarantaine; other minor changes  
						
						
						
					 
					
						2018-01-17 15:23:33 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							09b6c20bad 
							
						 
					 
					
						
						
							
							[DockerAPI] Hide stderr from rspamadm output  
						
						
						
					 
					
						2018-01-14 18:44:06 +01:00 
						 
				 
			
				
					
						
							
							
								andre.peters 
							
						 
					 
					
						
						
						
						
							
						
						
							5d5d36fc60 
							
						 
					 
					
						
						
							
							[Dovecot] Revert to 2.2 to fix various errors  
						
						
						
					 
					
						2018-01-14 10:44:06 +01:00