docker-mailserver / docker-mailserver-helm

Kubernetes Helm chart for docker-mailserver
https://github.com/docker-mailserver/docker-mailserver/
MIT License
107 stars 67 forks source link

Fix helm configmap template can't include postfix and opendkim configuration. #73

Closed alimoezzi closed 9 months ago

alimoezzi commented 1 year ago

This PR is to solve #4, #71. Unlike #72, the configuration is still loaded as external files but to prevent the confusion, included files are limited by .cf extension and by filename in case opendkim.

alexandre-hallaine commented 1 year ago

really need this fix

fredleger commented 1 year ago

need this

alimoezzi commented 1 year ago

@fredleger @execrate0 Before someone from docker-mailserver replies you can have look at my main branch https://github.com/realsarm/docker-mailserver-helm/tree/main and either fork it or use the build from this branch.

fredleger commented 1 year ago

in case you need it it's now merged in https://github.com/webofmars/docker-mailserver-helm along with other modifications we needed

cfis commented 9 months ago

Config files have been removed from the chart entirely.

See https://github.com/docker-mailserver/docker-mailserver-helm/blob/master/charts/docker-mailserver/README.md#configuration.

This should be more flexible and easier to work with.