smtp: Support UTF-8 based host names in the RCPT TO command

This commit is contained in:
Steve Holme 2020-02-08 00:14:57 +00:00
parent 68fb25fa3f
commit e7959c280c
No known key found for this signature in database
GPG key ID: 4059CB85CA7E8F19
4 changed files with 85 additions and 5 deletions

View file

@ -16,6 +16,9 @@ SMTP
<server>
smtp
</server>
<features>
!idn
</features>
<setenv>
LC_ALL=en_US.UTF-8
LC_CTYPE=en_US.UTF-8