We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbe121 commit c145a50Copy full SHA for c145a50
1 file changed
charts/docker-mailserver/values.yaml
@@ -578,6 +578,9 @@ configMaps:
578
#!/bin/bash
579
580
{{- if .Values.proxyProtocol.enabled }}
581
+ # NOTE: Keep in sync with upstream advice:
582
+ # https://github.com/docker-mailserver/docker-mailserver/blob/v15.0.0/docs/content/examples/tutorials/mailserver-behind-proxy.md?plain=1#L238-L268
583
+
584
# Duplicate the config for the submission(s) service ports (587 / 465) with adjustments for the PROXY ports (10587 / 10465) and `syslog_name` setting:
585
postconf -Mf submission/inet | sed -e s/^submission/10587/ -e 's/submission/submission-proxyprotocol/' >> /etc/postfix/master.cf
586
postconf -Mf submissions/inet | sed -e s/^submissions/10465/ -e 's/submissions/submissions-proxyprotocol/' >> /etc/postfix/master.cf
0 commit comments