Mail server for the following domains have been installed:
{{ .Values.mail.domains | toYaml }}

You need to ensure that there a MX records for the domains pointing to
{{ include "mailserver.smtpName" . }}

Mail can be read via IMAP on imaps://{{ include "mailserver.imapName" . }}
{{- if .Values.pop3.enabled }}
or via POP3 on pop3s://{{ include "mailserver.pop3Name" . }}
{{- end }}

User names/password will be resolved using the LDAP:
  server: {{ tpl .Values.ldap.server . }}
  base: {{ .Values.ldap.base }}
