mirror of
https://github.com/Mailu/Mailu.git
synced 2025-05-29 23:07:50 +02:00
fix variable name for RECIPIENT_DELIMETER
the variable name as referenced by postfix (dcda412b99/core/postfix/conf/main.cf (L40)
) and others is `RECIPIENT_DELIMETER`.
This commit is contained in:
parent
cc4720d890
commit
97eda85db8
@ -71,7 +71,7 @@ go and fetch new email if available. Do not use too short delays if you do not
|
|||||||
want to be blacklisted by external services, but not too long delays if you
|
want to be blacklisted by external services, but not too long delays if you
|
||||||
want to receive your email in time.
|
want to receive your email in time.
|
||||||
|
|
||||||
The ``RECIPIENT_DELIMITED`` is a character used to delimit localpart from a
|
The ``RECIPIENT_DELIMITER`` is a character used to delimit localpart from a
|
||||||
custom address part. For instance, if set to ``+``, users can use addresses
|
custom address part. For instance, if set to ``+``, users can use addresses
|
||||||
like ``localpart+custom@domain.tld`` to deliver mail to ``localpart@domain.tld``.
|
like ``localpart+custom@domain.tld`` to deliver mail to ``localpart@domain.tld``.
|
||||||
This is useful to provide external parties with different email addresses and
|
This is useful to provide external parties with different email addresses and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user