-
-
Notifications
You must be signed in to change notification settings - Fork 2k
feature request: Configure "PROXY Protocol" for Dovecot + Postfix #3866
Copy link
Copy link
Open
Labels
area/featuresarea/networkingarea/testskind/improvementImprove an existing feature, configuration file or the documentationImprove an existing feature, configuration file or the documentationkind/new featureA new feature is requested in this issue or implemeted with this PRA new feature is requested in this issue or implemeted with this PRservice/dovecotservice/postfixstale-bot/ignoreIndicates that this issue / PR shall not be closed by our stale-checking CIIndicates that this issue / PR shall not be closed by our stale-checking CI
Metadata
Metadata
Assignees
Labels
area/featuresarea/networkingarea/testskind/improvementImprove an existing feature, configuration file or the documentationImprove an existing feature, configuration file or the documentationkind/new featureA new feature is requested in this issue or implemeted with this PRA new feature is requested in this issue or implemeted with this PRservice/dovecotservice/postfixstale-bot/ignoreIndicates that this issue / PR shall not be closed by our stale-checking CIIndicates that this issue / PR shall not be closed by our stale-checking CI
Type
Projects
Status
Rationale Provided
Context
As discussed on the kubernetes page, PROXY protocol support is quite important for Kubernetes.
See the
docker-mailserver-helmports section.Description
Is there any interest in migrating this code to DMS? Would it be useful with Docker too?
What the chart does is create new ports in the 10,000 range that support the proxy protocol for both Postfix and Dovecot.
docker-mailserver-helmrelated config:Could this be added to DMS? Either always on or controlled by an ENV like
ENABLE_PROXY_PROTOCOL_SUPPORT?Alternatives
Leave PROXY protocol support to just kubernetes.
Applicable Users
All users
Are you going to implement it?
Yes, because I know the probability of someone else doing it is low and I can learn from it.
What are you going to contribute?
See already implemented code in the Helm chart.