docs: Document fix for PROXY protocol with `postscreen` (#4066)

This commit is contained in:
Brennan Kinney 2024-06-16 00:26:33 +12:00 committed by GitHub
parent e6713a0aec
commit 8e32635993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -259,6 +259,12 @@ The below guidance is focused on configuring [Traefik][traefik-web], but the adv
postconf -P 12525/inet/postscreen_upstream_proxy_protocol=haproxy 12525/inet/syslog_name=smtp-proxyprotocol postconf -P 12525/inet/postscreen_upstream_proxy_protocol=haproxy 12525/inet/syslog_name=smtp-proxyprotocol
``` ```
Supporting port 25 with an additional PROXY protocol port will also require a `postfix-main.cf` override line for `postscreen` to work correctly:
```cf title="docker-data/dms/config/postfix-main.cf"
postscreen_cache_map = proxy:btree:$data_directory/postscreen_cache
```
--- ---
Dovecot is mostly the same as before: Dovecot is mostly the same as before: