feat(postfix): Add ability to utilise proxy-protocol
This patch should enable the postfix setup in MoK to utilise the proxy-protocol and therefore gather required IP information from connecting clients. It's implemented based on some documentation regard the topic and is useful for reverse-proxy setups e.g. behind haproxy. References: https://www.haproxy.com/blog/efficient-smtp-relay-infrastructure-with-postfix-and-load-balancers/
Showing
- charts/mok/Chart.yaml 1 addition, 1 deletioncharts/mok/Chart.yaml
- charts/mok/README.md 3 additions, 1 deletioncharts/mok/README.md
- charts/mok/templates/networkpolicy.yaml 8 additions, 0 deletionscharts/mok/templates/networkpolicy.yaml
- charts/mok/templates/postfix.yaml 9 additions, 0 deletionscharts/mok/templates/postfix.yaml
- charts/mok/tests/networkpolicies_test.yaml 33 additions, 0 deletionscharts/mok/tests/networkpolicies_test.yaml
- charts/mok/tests/postfix_test.yaml 22 additions, 0 deletionscharts/mok/tests/postfix_test.yaml
- charts/mok/values.yaml 7 additions, 1 deletioncharts/mok/values.yaml
- images/postfix/.release 1 addition, 1 deletionimages/postfix/.release
- images/postfix/Containerfile 5 additions, 4 deletionsimages/postfix/Containerfile
- images/postfix/config/main.cf 2 additions, 0 deletionsimages/postfix/config/main.cf
- images/postfix/config/master.cf 1 addition, 1 deletionimages/postfix/config/master.cf
Loading
Please register or sign in to comment