mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
https://mailinabox.email/
Creative Commons Zero v1.0 Universal
13.96k stars 1.44k forks source link

Support international email address #1021

Open xhacker opened 7 years ago

xhacker commented 7 years ago

https://en.wikipedia.org/wiki/International_email

Currently, miab is not allowing you to add such email addresses.

For example, 柳东原@example.com 🍉@example.com

guyzmo commented 7 years ago

well at least you're being warned:

  • You may use international (non-ASCII) characters for the domain part of the email address only.*

I agree it's a nice to have feature, and I guess that @JoshData did not enable it, because of some issues in the chain of tools integrated by MIAB…

JoshData commented 7 years ago

Postfix doesn't support it, if I remember right.

RhvsW commented 7 years ago

Apparently it does, not sure if it's enabled in the Ubuntu binary though. See: http://www.postfix.org/SMTPUTF8_README.html http://www.postfix.org/announcements/postfix-3.0.0.html

EDIT: Looks like it does:

postconf "smtputf8_enable = yes"
service postfix reload
Connected to localhost.
Escape character is '^]'.
220 ****.*****.me
EHLO ****.*****.me
250-****.*****.me
250-PIPELINING
250-SIZE 26214400
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250 SMTPUTF8
xhacker commented 7 years ago

@guyzmo @JoshData: Any possibility we can support this?

JoshData commented 7 years ago

If someone can make it work, then of course.