templates | ||
.drone.yml | ||
.editorconfig | ||
.gitignore | ||
.helmignore | ||
.markdownlint.yaml | ||
Chart.yaml | ||
LICENSE | ||
README.md | ||
renovate.json | ||
values.yaml |
postfixadmin-charts
This is an inofficial helm chart for postfixadmin, because the maintainer does not provide currently an official one.
This helm chart can be found on artifacthub.io and can be installed via helm.
helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
helm install postfixadmin volker.raschek/postfixadmin
Customization
The list below is only an excerpt of the listed environment variables from the used container image.
The environment variables are composed on the key of the PHP configuration with
the prefix POSTFIXADMIN_
. You can take an example
configuration
from the upstream project.
value | reference |
---|---|
.config.POSTFIXADMIN_ADMIN_EMAIL |
Documentation |
.config.POSTFIXADMIN_ADMIN_SMTP_PASSWORD |
Documentation |
.config.POSTFIXADMIN_ADMIN_NAME |
Documentation |
.config.POSTFIXADMIN_DATABASE_TYPE |
Documentation |
.config.POSTFIXADMIN_DATABASE_USER |
Documentation |
.config.POSTFIXADMIN_DATABASE_PASSWORD |
Documentation |
.config.POSTFIXADMIN_DATABASE_HOST |
Documentation |
.config.POSTFIXADMIN_DATABASE_PORT |
Documentation |
.config.POSTFIXADMIN_DATABASE_NAME |
Documentation |
.config.POSTFIXADMIN_DEFAULT_LANGUAGE |
Documentation |
.config.POSTFIXADMIN_DATABASE_USE_SSL |
Documentation |
.config.POSTFIXADMIN_DATABASE_KEY |
Documentation |
.config.POSTFIXADMIN_DATABASE_CERT |
Documentation |
.config.POSTFIXADMIN_DATABASE_CA |
Documentation |
.config.POSTFIXADMIN_DATABASE_PREFIX |
Documentation |
.config.POSTFIXADMIN_ENCRYPT |
Documentation |
.config.POSTFIXADMIN_SMTP_SERVER |
Documentation |
.config.POSTFIXADMIN_SMTP_PORT |
Documentation |
.config.POSTFIXADMIN_SMTP_CLIENT |
Documentation |
.config.POSTFIXADMIN_SHOW_FOOTER_TEXT |
Documentation |
.config.POSTFIXADMIN_FOOTER_TEXT |
Documentation |
.config.POSTFIXADMIN_FOOTER_LINK |
Documentation |
.config.POSTFIXADMIN_FETCHMAIL |
Documentation |
Postfixadmin-Fetchmail
As addon can be additionally the helm chart
volker.raschek/postfixadmi-fetchmail
installed. The the fetchmail.pl
script
has been packaged into an own container to support among others non-kubernetes
based postfixadmin instances with the fetchmail.pl
script on kubernetes basis.
More about the addon is documented here.