From 481b5becdd7a7ca25dfea39124060e55bfdb87cf Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Sun, 21 Sep 2025 13:37:19 +1200 Subject: [PATCH] Update docs/content/examples/tutorials/mailserver-behind-proxy.md --- docs/content/examples/tutorials/mailserver-behind-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/examples/tutorials/mailserver-behind-proxy.md b/docs/content/examples/tutorials/mailserver-behind-proxy.md index 76066710..7d8b93c6 100644 --- a/docs/content/examples/tutorials/mailserver-behind-proxy.md +++ b/docs/content/examples/tutorials/mailserver-behind-proxy.md @@ -259,7 +259,7 @@ The below guidance is focused on configuring [Traefik][traefik-web], but the adv postconf -Mf smtp/inet | sed -e s/^smtp/12525/ >> /etc/postfix/master.cf # Enable PROXY Protocol support: # - Uses a different setting as port 25 is handled via the postscreen service - # - Optionally configure a `syslog_name` to distinguish in logs: + # - Optionally configure a `syslog_name` to distinguish in logs postconf -P \ 12525/inet/postscreen_upstream_proxy_protocol=haproxy \ 12525/inet/syslog_name=postfix/smtpd-proxyprotocol