diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-12 19:18:26 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-12 19:18:26 +0100 |
commit | 9d4319dfec653f43b64562c8f31b87f2890365b2 (patch) | |
tree | d802b3bead87f49346fbac74e774f5faf61dbc74 /doc | |
parent | 4e08fd50ebe820edb008a96b892a2749bbe8e72b (diff) |
smtp input
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index 738f02cce..59dd44ea1 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -1278,6 +1278,21 @@ RFCs 6530, 6533, 5890 Compile with EXPERIMENTAL_INTERNATIONAL and libidn. +Main config option smtputf8_advertise_hosts, default '*', +a host list. If this matches the sending host and +accept_8bitmime is true (the default) then the ESMTP option +SMTPUTF8 will be advertised. + +If the sender specifies the SMTPUTF8 option on a MAIL command +international handling for the message is enabled and +the expansion variable $message_smtputf8 will have value TRUE. + +The option allow_utf8_domains is set to true for this +message, but all DNS lookups are converted to a-label form. + +Log lines and Received-by: header lines will aquire a "utf8" +prefix on the 'with' element, eg. utf8esmtp. + Expansion operators: ${utf8_domain_to_alabel:str} ${utf8_domain_from_alabel:str} |