Generator Labs

@generatorlabs.com

Enterprise infrastructure monitoring for email reputation, SSL certificates, and the services you can't afford to lose. https://generatorlabs.com/

TLS 1.0 and 1.1 should be turned off everywhere by now. Both were formally deprecated back in 2021. If a client still needs them, that client is the security problem you are actually solving, and weak transport just hides it.

X509v3 Extended Key Usage: TLS Web Server Authentication Miss this line and a valid, unexpired cert still gets refused as a server cert. Some internal CAs mint client-auth-only certs by default. The handshake fails and the expiry date looks perfectly fine.

Certificate authorities no longer trust a single view of your DNS. Let's Encrypt validates your domain from several network vantage points at once and requires them to agree before issuing.

550 5.7.1 Service unavailable; client host blocked using Spamhaus The receiver refused the message at the door. Your sender sees it in the bounce; the people you were trying to reach never learn the mail existed. A listing you don't monitor is mail you're quietly losing.

1024. That's the DKIM key length a lot of senders are still signing with. It validates, but the Gmail and Yahoo bulk-sender rules call for 2048-bit RSA. A weak signing key is one more reason a receiver downgrades your mail.

ARC-Authentication-Results: i=1; spf=pass dkim=pass A forwarder or mailing list rewrites the path and breaks SPF and DKIM. ARC records that the original checks passed, so the final receiver can still honor DMARC on mail that was relayed.

Accept a message, then bounce it because the mailbox does not exist, and that bounce goes to whoever the spammer forged in the From line. Do it at volume and you land on a backscatter blocklist for spam you never sent.

~all on your SPF record is a hedge that means nothing in practice. Every receiver reads softfail its own way, so a spoof still gets a coin flip at the door. Once you actually know every source that sends as you, publish -all and mean it.

451 4.7.1 Greylisted, please try again later The receiver is stalling a first-time sender to see whether you retry like a real mail server. Legit queues come back in minutes. Most spam engines never do, so the delay is doing its job.

List-Unsubscribe-Post: List-Unsubscribe=One-Click Bulk senders to Gmail and Yahoo have had to honor this header since early 2024. Skip it and your mail gets throttled quietly, well before a single spam complaint is ever filed.

Certificate Transparency makes a poor inventory. It records what public CAs issued, so everything from your internal CA is invisible to it, and those are the certificates sitting in front of your databases.

sslv3 alert certificate revoked Revocation does not wait for the expiry date. The CA publishes the serial in its CRL, and any client that bothers to check stops trusting the certificate that afternoon.

Subject: CN=mail.example.com X509v3 Subject Alternative Name: <none> Browsers ignore CN completely now. Mail clients still accept it, which is how a certificate like this keeps working in Thunderbird and fails in every browser you point at it.