From 97eda85db8c4741c01d61a5bf6161fb0e46f9d29 Mon Sep 17 00:00:00 2001 From: eleith Date: Thu, 5 Mar 2020 15:43:32 -0800 Subject: [PATCH] fix variable name for RECIPIENT_DELIMETER the variable name as referenced by postfix (https://github.com/Mailu/Mailu/blob/dcda412b99f19c9b9e62dda19b9bc398df9ece60/core/postfix/conf/main.cf#L40) and others is `RECIPIENT_DELIMETER`. --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index cda6becb..9df8c742 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -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 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 like ``localpart+custom@domain.tld`` to deliver mail to ``localpart@domain.tld``. This is useful to provide external parties with different email addresses and