Go to file
Markus Pesch 96ec4acc22
continuous-integration/drone/push Build is passing Details
fix(ci): use docker.io/volkerraschek/drone-email:0.1.1
2022-07-26 17:50:41 +02:00
templates feat: support pod priorityClassName 2022-04-18 11:00:05 +02:00
.drone.yml fix(ci): use docker.io/volkerraschek/drone-email:0.1.1 2022-07-26 17:50:41 +02:00
.editorconfig fix: add .editorconfig 2021-10-12 18:31:59 +02:00
.gitignore Initial Commit 2021-09-26 20:56:02 +02:00
.helmignore Initial Commit 2021-09-26 20:56:02 +02:00
.markdownlint.yaml Initial Commit 2021-09-26 20:56:02 +02:00
Chart.yaml chore(deps): update dependency postfixadmin to v3.3.11 2022-04-18 11:01:51 +02:00
LICENSE Initial Commit 2021-09-26 20:56:02 +02:00
README.md Initial Commit 2021-09-26 20:56:02 +02:00
renovate.json fix(ci): add package rules 2022-01-30 16:41:51 +01:00
values.yaml fix: values config error 2022-07-14 21:02:45 +02:00

README.md

postfixadmin-charts

Build Status Artifact Hub

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.