• Re: how to enable smtputf8

    From Michael Grant@21:1/5 to All on Fri May 6 02:31:08 2022
    How might I enable SMTPUTF8 in 8.17.1 on Debian's compiled sendmail? It looks like I may need to build myself a package with _FFR_EAI enabled then add something to sendmail.mc.

    If so, what's the proper way to add this _FFR_EAI=1 option?

    An example of the sendmail.mc option would be greatly appreaciated.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Claus =?iso-8859-1?Q?A=DFmann?= @21:1/5 to Michael Grant on Fri May 6 14:43:23 2022
    Michael Grant wrote:
    How might I enable SMTPUTF8 in 8.17.1 on Debian's compiled sendmail? It looks like I may need to build myself a package with _FFR_EAI enabled then add something to sendmail.mc.

    SENDMAIL RELEASE NOTES

    Experimental support for SMTPUTF8 (EAI, see RFC 6530-6533)
    is available when using the compile time option USE_EAI
    (see also devtools/Site/site.config.m4.sample for other
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    required settings) and the cf option SMTPUTF8.
    ^^^^^^^^^^^^^^^^^^

    In your mc file:

    LOCAL_CONFIG
    O SMTPUTF8=true


    --
    Note: please read the netiquette before posting. I will almost never
    reply to top-postings which include a full copy of the previous
    article(s) at the end because it's annoying, shows that the poster
    is too lazy to trim his article, and it's wasting the time of all readers.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)