mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 10:19:35 +00:00
Fix ooo/sieve when proxy protocol is in use
This commit is contained in:
@@ -5,7 +5,11 @@ log_path = /dev/stderr
|
||||
protocols = imap pop3 lmtp sieve
|
||||
postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
|
||||
hostname = {{ HOSTNAMES.split(",")[0] }}
|
||||
{%- if PROXY_PROTOCOL in ['all', 'all-but-http', 'mail'] %}
|
||||
submission_host = {{ HOSTNAMES.split(",")[0] }}
|
||||
{% else %}
|
||||
submission_host = {{ FRONT_ADDRESS }}
|
||||
{% endif %}
|
||||
{%- if SUBNET6 %}
|
||||
listen = *,::
|
||||
{% else %}
|
||||
|
||||
1
towncrier/newsfragments/3172.bugfix
Normal file
1
towncrier/newsfragments/3172.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Fix ooo/sieve replies when proxy protocol is in use
|
||||
Reference in New Issue
Block a user