Mailbox troubleshooting · Practical guide
STARTTLS versus implicit TLS: diagnose the handshake boundary
Implicit TLS begins encryption when the connection starts. STARTTLS upgrades a protocol connection before protected submission. Both require a correctly configured client and server.
Reviewed · Examples are illustrative
Who this helps: Mailbox owners and service operators diagnosing outreach connections.
Define the decision
Interface labels such as SSL, TLS and secure can be ambiguous across products. Interpret them using the application's documentation and provider settings. Do not assume a checkbox has the same meaning in every email client, especially when moving a working configuration into a different application.
Work through the procedure
- Record the provider's required mode in words, not only the UI checkbox state.
- Identify whether the failure occurs before the server greeting, during TLS negotiation or during authentication.
- Compare the application mode with the provider's expected handshake and correct a mismatch through supported settings.
- Preserve certificate verification and required encryption. If the supported pairing still fails, escalate the exact stage and diagnostic.
Worked example
The following is a synthetic example for this procedure, not a customer result or performance benchmark.
Diagnostic ladder
Network connection established
Transport negotiation attempted
Certificate verified
Authentication attempted
Message submission attempted
Record the first failed stage instead of calling every failure a password problem.Read the result
The ladder prevents a credential reset from being used to solve an endpoint or certificate problem. It also prevents a transport success from being overinterpreted: the account may still lack authorization, and a later message can still be rejected. Each stage adds evidence without proving every later stage.
Check before moving on
- Check current provider instructions for the chosen endpoint.
- Avoid copying ambiguous SSL checkbox values from another client without interpretation.
- After repair, verify a controlled send and reply path separately.
Limits and next action
This guide explains transport negotiation, not end-to-end encryption of message content. RFC 8314 is the protocol reference; actual provider support and application labels still need checking. Do not bypass certificate errors or make plaintext submission the troubleshooting default.
Source references
Worked examples are illustrative. Editorial procedures are suggested methods, not measured performance claims or promises of additional product features. Check current provider guidance before changing mailbox configuration.
Related guides
- Mailbox connection test checklist: record what actually passed →
- Inbox sync failed in Zintara: isolate the mailbox and missing message →
- SMTP works but IMAP fails: isolate incoming mailbox access →