Mailbox troubleshooting · Practical guide
SMTP certificate mismatch: repair the endpoint instead of skipping validation
Check whether the configured hostname is the provider's intended mail endpoint. A certificate mismatch should be investigated, not hidden by disabling validation.
Reviewed · Examples are illustrative
Who this helps: Mailbox owners and service operators diagnosing outreach connections.
Define the decision
A custom-looking hostname may point to a server whose certificate covers a different provider name. It may also resolve to an unexpected service. The next action is to verify the documented endpoint and the observed identity, not to assume the mismatch is harmless because credentials are correct.
Work through the procedure
- Record the configured host and exact certificate error without exposing secrets.
- Compare the host with current provider setup instructions, including any tenant-specific endpoint.
- Ask the operator or provider to inspect certificate coverage, validity and routing when the documented hostname still fails.
- Update only to a verified supported endpoint, then rerun the connection test and a controlled send.
Worked example
The following is a synthetic example for this procedure, not a customer result or performance benchmark.
Configured: mail.customer-example.com
Provider instructions: smtp.provider-example.com
Observed mismatch: investigate whether the custom alias is supported
Possible resolution: use the documented endpoint after verification
Do not set 'skip certificate verification' as the fix.Read the result
The example does not establish that every alias is invalid. It shows why the endpoint must be checked against provider support rather than guessed from the company's website domain. If the official endpoint also presents the wrong identity, preserve the evidence and involve the provider.
Check before moving on
- Check for typos and unintended IP-address entry.
- Confirm the system clock is reasonable when certificate validity errors are reported.
- Keep the original error in the incident record for later comparison.
Limits and next action
Certificate validation is part of establishing the intended encrypted connection. This guide does not promise that a hostname substitution will solve every TLS error. Use provider evidence, and do not turn off validation in Zintara or surrounding infrastructure to force a green test.
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 →