smtp.ehlo.no_8bitmime

8BITMIME Not Advertised

What we check

We check the EHLO response for the 8BITMIME extension. 8BITMIME allows the transfer of messages containing 8-bit characters (non-ASCII content) without requiring the sender to encode them into 7-bit format first.

What this finding means

The server does not advertise the 8BITMIME extension in its EHLO response. Without it, senders must encode all non-ASCII content (international characters, binary attachments) using transfer encodings like base64 or quoted-printable before transmission.

Why it matters

How to fix

Most MTAs advertise 8BITMIME by default. If it is missing:

  1. For Postfix: 8BITMIME is always advertised by default. If missing, check for a proxy or content filter that strips EHLO extensions.

  2. For other MTAs: consult the documentation to enable 8-bit MIME support.

How it's graded

Missing 8BITMIME is informational and carries no penalty. See Grading Methodology for the full scoring model.

Evidence example

C: EHLO scanner.example.net
S: 250-mail.example.com
S: 250-PIPELINING
S: 250-SIZE 52428800
S: 250 ENHANCEDSTATUSCODES
(8BITMIME absent from capability list)

References