Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API is showing "valid_mx": false #2

Closed
keigel2001 opened this issue Aug 6, 2019 · 2 comments
Closed

API is showing "valid_mx": false #2

keigel2001 opened this issue Aug 6, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@keigel2001
Copy link

I just checked multiple self-hosted emailaddresses. All of these show "valid_mx": false, but I don't understand why.

https://emailrep.io/keigel2001@keigel2001.net

curl emailrep.io/keigel2001@keigel2001.net
{
    "email": "keigel2001@keigel2001.net",
    "reputation": "low",
    "suspicious": true,
    "references": 2,
    "details": {
        "blacklisted": false,
        "malicious_activity": false,
        "malicious_activity_recent": false,
        "credentials_leaked": false,
        "credentials_leaked_recent": false,
        "data_breach": false,
        "last_seen": "never",
        "domain_exists": true,
        "domain_reputation": "low",
        "new_domain": false,
        "days_since_domain_creation": 773,
        "suspicious_tld": false,
        "spam": false,
        "free_provider": false,
        "disposable": false,
        "deliverable": false,
        "accept_all": false,
        "valid_mx": false,
        "spoofable": false,
        "spf_strict": true,
        "dmarc_enforced": true,
        "profiles": [
            "spotify",
            "twitter"
        ]
    }
}

The Domain is using DNSSEC with RSASHA256, properly configured (see https://dnssec-debugger.verisignlabs.com/keigel2001.net or http://dnsviz.net/d/keigel2001.net/dnssec/)
But also other domains without DNSSEC have the same problem.

A check at mxtoolbox said everything is ok.

Querying google-dns:

dig keigel2001.net MX +short @8.8.8.8
10 megan.keigel2001.net.
20 zooey.keigel2001.net.

Same output for cloudflare-dns and every nameserver delegated to the domain.

@jkamdjou jkamdjou added the bug Something isn't working label Aug 6, 2019
@jkamdjou jkamdjou self-assigned this Aug 6, 2019
@jkamdjou
Copy link
Member

jkamdjou commented Aug 6, 2019

Confirmed bug. Looking into it.

@jkamdjou
Copy link
Member

This should now be fixed. It was due to a timeout on SMTP deliverability checks causing valid_mx to erroneously be set to False. Feel free to re-open the issue if you encounter any more problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants