File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments