mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 02:17:47 +00:00 
			
		
		
		
	Merge pull request #106 from mithomas/master
Make remaining mail ports (SMTPS/MSA/IMAP) configurable.
This commit is contained in:
		
						commit
						bd83306390
					
				| @ -110,8 +110,8 @@ services: | ||||
|       - ldap | ||||
|     ports: | ||||
|       - "${SMTPPORT:-25}:25" | ||||
|       - "465:465" | ||||
|       - "587:587" | ||||
|       - "${SMTPSPORT:-465}:465" | ||||
|       - "${MSAPORT:-587}:587" | ||||
|     volumes: | ||||
|       - maildata:/var/mail | ||||
|       - mailstate:/var/mail-state | ||||
| @ -360,7 +360,7 @@ services: | ||||
|     image: ${docker_repo:-zokradonh}/kopano_core:${CORE_VERSION:-latest} | ||||
|     container_name: kopano_gateway | ||||
|     ports: | ||||
|       - "143:143" | ||||
|       - "${IMAPPORT:-143}:143" | ||||
|     volumes: | ||||
|       - kopanossl/:/kopano/ssl | ||||
|       - kopanosocket/:/run/kopano | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user