39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
CHART NAME: {{ .Chart.Name }}
|
|
CHART VERSION: {{ .Chart.Version }}
|
|
APP VERSION: {{ .Chart.AppVersion }}
|
|
|
|
** Please be patient while the chart is being deployed **
|
|
|
|
After all services are running, your mail system is reachable under
|
|
|
|
https://{{ .Values.hostnames|first }}
|
|
|
|
{{- if .Values.initialAccount.enabled }}
|
|
|
|
You can login to the admin panel using the following initial credentials (if not changed yet):
|
|
|
|
https://{{ .Values.hostnames|first }}/admin
|
|
|
|
Username: {{ .Values.initialAccount.username }}@{{ .Values.initialAccount.domain }}
|
|
|
|
The password can be retrieved in the '{{ include "mailu.initialAccount.secretName" . }}' secret.
|
|
To retrieve the password, run:
|
|
|
|
kubectl --namespace={{ .Release.Namespace }} get secrets {{ include "mailu.initialAccount.secretName" . }} -o jsonpath='{.data.{{ include "mailu.initialAccount.secretKey" . }}}' | base64 --decode
|
|
|
|
!!! Please change the password after 1st login !!!
|
|
|
|
{{- else }}
|
|
|
|
After you created an initial admin login (see docs), you can login to the admin panel at
|
|
|
|
https://{{ .Values.hostnames|first }}/admin
|
|
|
|
{{- end }}
|
|
|
|
!!! Please make sure you read and understand the warning about open relays in the README.md !!!
|
|
|
|
If you're upgrading from Mailu < 2024.06, please read this: https://mailu.io/2024.06/releases.html#after-upgrading
|
|
|
|
{{ include "mailu.validateValues" . }}
|