|  | @@ -983,6 +983,16 @@ function install_composer {
 | 
	
		
			
			| 983 | 983 |      fi
 | 
	
		
			
			| 984 | 984 |  }
 | 
	
		
			
			| 985 | 985 |  
 | 
	
		
			
			|  | 986 | +function email_disable_chunking {
 | 
	
		
			
			|  | 987 | +    if [ -f /etc/exim4/conf.d/main/04_exim4-config_chunking ]; then
 | 
	
		
			
			|  | 988 | +        return
 | 
	
		
			
			|  | 989 | +    fi
 | 
	
		
			
			|  | 990 | +    echo "chunking_advertise_hosts =" > /etc/exim4/conf.d/main/04_exim4-config_chunking
 | 
	
		
			
			|  | 991 | +    update-exim4.conf
 | 
	
		
			
			|  | 992 | +    dpkg-reconfigure --frontend noninteractive exim4-config
 | 
	
		
			
			|  | 993 | +    systemctl restart exim4
 | 
	
		
			
			|  | 994 | +}
 | 
	
		
			
			|  | 995 | +
 | 
	
		
			
			| 986 | 996 |  function email_install_tls {
 | 
	
		
			
			| 987 | 997 |      tls_config_file=/etc/exim4/conf.d/main/03_exim4-config_tlsoptions
 | 
	
		
			
			| 988 | 998 |      tls_auth_config_file=/etc/exim4/conf.d/auth/30_exim4-config_examples
 |