In our previous episode (Monday, 09-Dec-2013), "li...@rhsoft.net" said: > * the local part must not contain special chars
LuKreme: > Is that your policy or are you claiming that is a standard? RFC > 6530 covers UTF-8 email addresses and how they should be handled > my MTAs. Postfix does not currently implement RFC 6530. Postfix currently implements Internet mail up to and including RFC 5321/5322, and protocols that depend on it such as MIME and DKIM. This means that Postfix correctly handles 7-bit SMTP envelopes, 7-bit message headers, 8-bit message content, and 8-to-7bit MIME coversion. Postfix actually supports more, but those extras are not defined by RFCs. Wietse