mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 19:18:07 +00:00
doh
This commit is contained in:
@@ -6,11 +6,11 @@ protocols = imap pop3 lmtp sieve
|
|||||||
postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
|
postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
|
||||||
hostname = {{ HOSTNAMES.split(",")[0] }}
|
hostname = {{ HOSTNAMES.split(",")[0] }}
|
||||||
submission_host = {{ FRONT_ADDRESS }}
|
submission_host = {{ FRONT_ADDRESS }}
|
||||||
{%- if SUBNET6 -%}
|
{%- if SUBNET6 %}
|
||||||
listen = *,::
|
listen = *,::
|
||||||
{%- else -%}
|
{% else %}
|
||||||
listen = *
|
listen = *
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
|
|
||||||
default_internal_user = dovecot
|
default_internal_user = dovecot
|
||||||
default_login_user = mail
|
default_login_user = mail
|
||||||
|
|||||||
@@ -21,11 +21,11 @@ imap_urlauth_host=
|
|||||||
lmtp_proxy = yes
|
lmtp_proxy = yes
|
||||||
lmtp_client_workarounds = whitespace-before-path mailbox-for-path
|
lmtp_client_workarounds = whitespace-before-path mailbox-for-path
|
||||||
|
|
||||||
{%- if SUBNET6 -%}
|
{%- if SUBNET6 %}
|
||||||
listen = *,::
|
listen = *,::
|
||||||
{%- else -%}
|
{% else %}
|
||||||
listen = *
|
listen = *
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
|
|
||||||
default_internal_user = dovecot
|
default_internal_user = dovecot
|
||||||
default_login_user = mail
|
default_login_user = mail
|
||||||
|
|||||||
Reference in New Issue
Block a user