1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-10-18 10:18:07 +02:00

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

@ -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
```
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: