How to allow EAI - our solution

จาก Wiki_EAI
รุ่นแก้ไขเมื่อ 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


Eai-solution-postfix.jpg