mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 02:17:47 +00:00 
			
		
		
		
	Make sure that services listen globally (#273)
they need to be made available through reverse proxy and port forwarding anyways changed in https://jira.kopano.io/browse/KC-1616 Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
		
							parent
							
								
									e74da7b832
								
							
						
					
					
						commit
						a827ef65b7
					
				| @ -5,6 +5,7 @@ import kcconf | |||||||
| kcconf.configkopano({ | kcconf.configkopano({ | ||||||
|     r"/etc/kopano/dagent.cfg": |     r"/etc/kopano/dagent.cfg": | ||||||
|     { |     { | ||||||
|  |         'lmtp_listen': "0.0.0.0:2003", | ||||||
|         'log_file': "-", |         'log_file': "-", | ||||||
|         'log_level': "4", |         'log_level': "4", | ||||||
|         'tmp_path': "/tmp/dagent/" |         'tmp_path': "/tmp/dagent/" | ||||||
|  | |||||||
| @ -5,6 +5,7 @@ import kcconf | |||||||
| kcconf.configkopano({ | kcconf.configkopano({ | ||||||
|     r"/etc/kopano/gateway.cfg": |     r"/etc/kopano/gateway.cfg": | ||||||
|     { |     { | ||||||
|  |         'imap_listen': "0.0.0.0:143", | ||||||
|         'log_file': "-", |         'log_file': "-", | ||||||
|         'log_level': "3", |         'log_level': "3", | ||||||
|         'tmp_path': "/tmp/gateway/" |         'tmp_path': "/tmp/gateway/" | ||||||
|  | |||||||
| @ -9,8 +9,8 @@ kcconf.configkopano({ | |||||||
|         'log_level': "3", |         'log_level': "3", | ||||||
|         'attachment_path': "/kopano/data/attachments/", |         'attachment_path': "/kopano/data/attachments/", | ||||||
|         'user_plugin': "ldap", |         'user_plugin': "ldap", | ||||||
|         'server_listen': "*:236", |         'server_listen': "0.0.0.0:236", | ||||||
|         'server_listen_tls': "*:237", |         'server_listen_tls': "0.0.0.0:237", | ||||||
|         'sync_gab_realtime': "no", |         'sync_gab_realtime': "no", | ||||||
|         'softdelete_lifetime': "0", |         'softdelete_lifetime': "0", | ||||||
|         'kcoidc_initialize_timeout': "360" |         'kcoidc_initialize_timeout': "360" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user