mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	docs: Update the docker config template to add smtp_encryption
This commit is contained in:
		
							parent
							
								
									8e6fe790f3
								
							
						
					
					
						commit
						0d85743db7
					
				@ -101,8 +101,8 @@ key_file = "/data/private_key"
 | 
				
			|||||||
#server="smtp.gmail.com"
 | 
					#server="smtp.gmail.com"
 | 
				
			||||||
## The SMTP port.
 | 
					## The SMTP port.
 | 
				
			||||||
#port=587
 | 
					#port=587
 | 
				
			||||||
## Whether to connect with TLS.
 | 
					## How the connection is encrypted, either "TLS" or "STARTTLS".
 | 
				
			||||||
#tls_required=true
 | 
					#smtp_encryption = "TLS"
 | 
				
			||||||
## The SMTP user, usually your email address.
 | 
					## The SMTP user, usually your email address.
 | 
				
			||||||
#user="sender@gmail.com"
 | 
					#user="sender@gmail.com"
 | 
				
			||||||
## The SMTP password.
 | 
					## The SMTP password.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user