This commit is contained in:
Florent Daigniere
2023-08-29 08:18:45 +02:00
parent b2a5a80e12
commit 8d4abe55ed
2 changed files with 6 additions and 6 deletions

View File

@@ -6,11 +6,11 @@ protocols = imap pop3 lmtp sieve
postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
hostname = {{ HOSTNAMES.split(",")[0] }}
submission_host = {{ FRONT_ADDRESS }}
{%- if SUBNET6 -%}
{%- if SUBNET6 %}
listen = *,::
{%- else -%}
{% else %}
listen = *
{%- endif %}
{% endif %}
default_internal_user = dovecot
default_login_user = mail

View File

@@ -21,11 +21,11 @@ imap_urlauth_host=
lmtp_proxy = yes
lmtp_client_workarounds = whitespace-before-path mailbox-for-path
{%- if SUBNET6 -%}
{%- if SUBNET6 %}
listen = *,::
{%- else -%}
{% else %}
listen = *
{%- endif %}
{% endif %}
default_internal_user = dovecot
default_login_user = mail