Skip to content

Commit c468c42

Browse files
authored
Merge pull request #31 from simonsystem/provide-more-dovecot-ldap-values
2 parents 1e5fc17 + 7c629cb commit c468c42

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

charts/docker-mailserver/templates/_upstream-env-variables.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ We list them here (and include this template in deployment.yaml) to keep deploym
8989
value: {{ .Values.pod.dockermailserver.ldap_query_filter_domain | quote }}
9090
- name: DOVECOT_TLS
9191
value: {{ .Values.pod.dockermailserver.dovecot_tls | quote }}
92+
- name: DOVECOT_LDAP_VERSION
93+
value: {{ .Values.pod.dockermailserver.dovecot_ldap_version | quote }}
94+
- name: DOVECOT_DEFAULT_PASS_SCHEME
95+
value: {{ .Values.pod.dockermailserver.dovecot_default_pass_scheme | quote }}
96+
- name: DOVECOT_AUTH_BIND
97+
value: {{ .Values.pod.dockermailserver.dovecot_auth_bind | quote }}
9298
- name: DOVECOT_USER_FILTER
9399
value: {{ .Values.pod.dockermailserver.dovecot_user_filter | quote }}
94100
- name: DOVECOT_USER_ATTR

charts/docker-mailserver/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ pod:
181181
ldap_query_filter_alias:
182182
ldap_query_filter_domain:
183183
dovecot_tls:
184+
dovecot_ldap_version: 3
185+
dovecot_default_pass_scheme:
186+
dovecot_auth_bind:
184187
dovecot_user_filter:
185188
dovecot_user_attr:
186189
dovecot_pass_filter:

0 commit comments

Comments
 (0)