a30215ea2c0a5c1ec2e4f19f7cf57408860055d6
howto/EMail.md
| ... | ... | @@ -40,4 +40,13 @@ This should to the trick for sending mails via your DN42-IP |
| 40 | 40 | |
| 41 | 41 | ### Receiving emails |
| 42 | 42 | |
| 43 | -The Domain mails should be received for has to be added to `mydestination =` in main.cf |
|
| ... | ... | \ No newline at end of file |
| 0 | +The Domain mails should be received for has to be added to `mydestination =` in main.cf |
|
| 1 | + |
|
| 2 | +## New SMTP RFC SMTPUTF8 |
|
| 3 | +### EAI |
|
| 4 | +Email Address Internationalization (EAI) as defined in [RFC 6531](http://tools.ietf.org/html/rfc6531) (SMTPUTF8 extension), [RFC 6532](http://tools.ietf.org/html/rfc6532) (Internationalized email headers) and [RFC 6533](http://tools.ietf.org/html/rfc6533) (Internationalized delivery status notifications). |
|
| 5 | +### Postfix |
|
| 6 | +Introduced with Postfix version 3.0, this fully supports UTF-8 email addresses and UTF-8 message header values. |
|
| 7 | +more at the [SMTPUTF8_README](http://www.postfix.org/SMTPUTF8_README.html). |
|
| 8 | +### Exim |
|
| 9 | +Watch Exims EAI Tracker [Bug 1177](http://bugs.exim.org/show_bug.cgi?id=1177) |
|
| ... | ... | \ No newline at end of file |