How to allow EAI - our solution
รุ่นแก้ไขเมื่อ 16:05, 30 กันยายน 2562 โดย Titipong (คุย | มีส่วนร่วม) (Created page with "The SMTPUTF8 Extension (rfc6531 3.2) '''Condition''': If SMTPUTF8 is not supported by receiving SMTP server – it Must Not transmit. '''Recommendation''': *Transform...")
The SMTPUTF8 Extension (rfc6531 3.2)
Condition:
If SMTPUTF8 is not supported by receiving SMTP server – it Must Not transmit.
Recommendation:
- Transform the Message
- Reject the Message
- Re queue later or try an alternate MX
Transform the Message
- Transformation are outside the scope of the RFC. Thus we Apply a Filter on the MTA (same way as SpamAssassin/ClamAv works) before sending the mail to the outgoing/final queue.
- Filter messages before sending
- Test the Recipient if it supports SMTPUTF8 extension
- Rewrite the User and Domain based on Mapping System/Mail Alias
- Send the message normally