mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-30 18:07:46 +00:00 
			
		
		
		
	Make it possible to send out of office notifications (#400)
* add wrapper to specify config file for kopano-autorespond * drop overriding definition of tmp_path
This commit is contained in:
		
							parent
							
								
									7a04c93219
								
							
						
					
					
						commit
						e583247a58
					
				
							
								
								
									
										3
									
								
								core/bin/kopano-autorespond
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										3
									
								
								core/bin/kopano-autorespond
									
									
									
									
									
										Executable file
									
								
							| @ -0,0 +1,3 @@ | |||||||
|  | #!/bin/bash | ||||||
|  | 
 | ||||||
|  | /usr/sbin/kopano-autorespond -C /tmp/kopano/autorespond.cfg "$@" | ||||||
| @ -255,10 +255,11 @@ services: | |||||||
|       - kopanosocket/:/run/kopano |       - kopanosocket/:/run/kopano | ||||||
|       - kopanossl/:/kopano/ssl |       - kopanossl/:/kopano/ssl | ||||||
|     environment: |     environment: | ||||||
|  |       - KCCONF_AUTORESPOND_SENDDB=/tmp/autorespond.db | ||||||
|  |       - KCCONF_DAGENT_AUTORESPONDER=/usr/local/bin/kopano-autorespond | ||||||
|       - KCCONF_DAGENT_LMTP_LISTEN=0.0.0.0:2003 |       - KCCONF_DAGENT_LMTP_LISTEN=0.0.0.0:2003 | ||||||
|       - KCCONF_DAGENT_LOG_LEVEL=3 |       - KCCONF_DAGENT_LOG_LEVEL=3 | ||||||
|       - KCCONF_DAGENT_SSLKEY_FILE=/kopano/ssl/kopano_dagent.pem |       - KCCONF_DAGENT_SSLKEY_FILE=/kopano/ssl/kopano_dagent.pem | ||||||
|       - KCCONF_DAGENT_TMP_PATH=/tmp/dagent/ |  | ||||||
|       - SERVICE_TO_START=dagent |       - SERVICE_TO_START=dagent | ||||||
|       - TZ=${TZ} |       - TZ=${TZ} | ||||||
|     env_file: |     env_file: | ||||||
| @ -285,7 +286,6 @@ services: | |||||||
|       - KCCONF_SPOOLER_LOG_LEVEL=3 |       - KCCONF_SPOOLER_LOG_LEVEL=3 | ||||||
|       - KCCONF_SPOOLER_SMTP_SERVER=mail |       - KCCONF_SPOOLER_SMTP_SERVER=mail | ||||||
|       - KCCONF_SPOOLER_SSLKEY_FILE=/kopano/ssl/kopano_spooler.pem |       - KCCONF_SPOOLER_SSLKEY_FILE=/kopano/ssl/kopano_spooler.pem | ||||||
|       - KCCONF_SPOOLER_TMP_PATH=/tmp/spooler/ |  | ||||||
|       - SERVICE_TO_START=spooler |       - SERVICE_TO_START=spooler | ||||||
|       - TZ=${TZ} |       - TZ=${TZ} | ||||||
|     env_file: |     env_file: | ||||||
| @ -310,7 +310,6 @@ services: | |||||||
|       - KCCONF_GATEWAY_IMAP_LISTEN=0.0.0.0:143 |       - KCCONF_GATEWAY_IMAP_LISTEN=0.0.0.0:143 | ||||||
|       - KCCONF_GATEWAY_LOG_LEVEL=3 |       - KCCONF_GATEWAY_LOG_LEVEL=3 | ||||||
|       - KCCONF_GATEWAY_SERVER_SOCKET=http://kopano_server:236/ |       - KCCONF_GATEWAY_SERVER_SOCKET=http://kopano_server:236/ | ||||||
|       - KCCONF_GATEWAY_TMP_PATH=/tmp/gateway/ |  | ||||||
|       - SERVICE_TO_START=gateway |       - SERVICE_TO_START=gateway | ||||||
|       - TZ=${TZ} |       - TZ=${TZ} | ||||||
|     env_file: |     env_file: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user