mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 08:23:02 +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:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/sbin/kopano-autorespond -C /tmp/kopano/autorespond.cfg "$@"
|
||||
+2
-3
@@ -255,10 +255,11 @@ services:
|
||||
- kopanosocket/:/run/kopano
|
||||
- kopanossl/:/kopano/ssl
|
||||
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_LOG_LEVEL=3
|
||||
- KCCONF_DAGENT_SSLKEY_FILE=/kopano/ssl/kopano_dagent.pem
|
||||
- KCCONF_DAGENT_TMP_PATH=/tmp/dagent/
|
||||
- SERVICE_TO_START=dagent
|
||||
- TZ=${TZ}
|
||||
env_file:
|
||||
@@ -285,7 +286,6 @@ services:
|
||||
- KCCONF_SPOOLER_LOG_LEVEL=3
|
||||
- KCCONF_SPOOLER_SMTP_SERVER=mail
|
||||
- KCCONF_SPOOLER_SSLKEY_FILE=/kopano/ssl/kopano_spooler.pem
|
||||
- KCCONF_SPOOLER_TMP_PATH=/tmp/spooler/
|
||||
- SERVICE_TO_START=spooler
|
||||
- TZ=${TZ}
|
||||
env_file:
|
||||
@@ -310,7 +310,6 @@ services:
|
||||
- KCCONF_GATEWAY_IMAP_LISTEN=0.0.0.0:143
|
||||
- KCCONF_GATEWAY_LOG_LEVEL=3
|
||||
- KCCONF_GATEWAY_SERVER_SOCKET=http://kopano_server:236/
|
||||
- KCCONF_GATEWAY_TMP_PATH=/tmp/gateway/
|
||||
- SERVICE_TO_START=gateway
|
||||
- TZ=${TZ}
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user