Skip to content

Commit c145a50

Browse files
Adds comment w/ reference to upstream advice, for maintenance
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
1 parent ccbe121 commit c145a50

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

charts/docker-mailserver/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,9 @@ configMaps:
578578
#!/bin/bash
579579
580580
{{- 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+
581584
# Duplicate the config for the submission(s) service ports (587 / 465) with adjustments for the PROXY ports (10587 / 10465) and `syslog_name` setting:
582585
postconf -Mf submission/inet | sed -e s/^submission/10587/ -e 's/submission/submission-proxyprotocol/' >> /etc/postfix/master.cf
583586
postconf -Mf submissions/inet | sed -e s/^submissions/10465/ -e 's/submissions/submissions-proxyprotocol/' >> /etc/postfix/master.cf

0 commit comments

Comments
 (0)