From 379571c25966786b4852f0551a645f3b447c90f0 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 18 Aug 2017 15:03:50 +0200 Subject: SMTPUTF8: convert UTF-8 domains to IDNA This isn't entirely correct according to RFC 6531 as it's better to not convert at all. However this would require we additionally add the UTF-8 form to qmails local recipient users/domains. Plus our SMTPUTF8 implementation doesn't convert outgoing UTF-8 mails if receiving MTA doesn't support SMTPUTF8. So mail forwarding might generate a bounce the user very likely doesn't understand. As MTAs who support SMTPUTF8 most likely also support the IDNA form, always converting is probably a good trade-off. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a13882b..9ffde73 100644 --- a/Makefile +++ b/Makefile @@ -1626,7 +1626,7 @@ socket.lib dns.lib tls.o ssl_timeoutio.o ndelay.a -L/usr/local/ssl/lib -lssl -lcrypto \ cdb.a fd.a wait.a datetime.a getln.a open.a sig.a case.a env.a \ stralloc.a alloc.a strerr.a substdio.a error.a str.a fs.a \ - `cat socket.lib` `cat dns.lib` + `cat socket.lib` `cat dns.lib` -lidn2 qmail-smtpd.0: \ qmail-smtpd.8 -- cgit v1.2.3