mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-31 23:40:25 +02:00
scripts: remove DMS_DEBUG
(#2523)
* remove DMS_DEBUG from tests * remove DMS_DEBUG from doc and scripts * updated issue template * re-add description about removal of DMS_DEBUG
This commit is contained in:
parent
35fb744ffb
commit
21c218ac68
38 changed files with 9 additions and 59 deletions
|
@ -241,7 +241,6 @@ The changes on the configurations necessary to work with Active Directory (**onl
|
|||
# <<< SASL LDAP Authentication
|
||||
|
||||
- ONE_DIR=1
|
||||
- DMS_DEBUG=0
|
||||
- SSL_TYPE=letsencrypt
|
||||
- PERMIT_DOCKER=host
|
||||
|
||||
|
@ -305,7 +304,6 @@ The changes on the configurations necessary to work with Active Directory (**onl
|
|||
# <<< Kopano Integration
|
||||
|
||||
- ONE_DIR=1
|
||||
- DMS_DEBUG=0
|
||||
- SSL_TYPE=letsencrypt
|
||||
- PERMIT_DOCKER=host
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ We assume basic knowledge about K8s from the reader. If you're not familiar with
|
|||
|
||||
We want to provide the basic configuration in the form of environment variables with a `ConfigMap`. Note that this is just an example configuration; tune the `ConfigMap` to your needs.
|
||||
|
||||
|
||||
```yaml
|
||||
---
|
||||
apiVersion: v1
|
||||
|
@ -40,7 +39,6 @@ data:
|
|||
UPDATE_CHECK_INTERVAL: 10d
|
||||
POSTFIX_INET_PROTOCOLS: ipv4
|
||||
ONE_DIR: '1'
|
||||
DMS_DEBUG: '0'
|
||||
ENABLE_CLAMAV: '1'
|
||||
ENABLE_POSTGREY: '0'
|
||||
ENABLE_FAIL2BAN: '1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue