Email Server Troubleshooting Guide
Diagnose and fix the most common email delivery problems
Troubleshooting Process
Follow this systematic approach to diagnose email problems:
Common Problems and Solutions
Problem: Connection Timeout
SYNTAX: Connection attempt timed out after 30 seconds
Cause: Firewall blocking port 587, SMTP server down, DNS resolution failure
Solution:
- Verify port 587 is open in firewall
- Test with: telnet smtp.cloudmails.eu 587
- Check DNS: nslookup smtp.cloudmails.eu
- Verify TLS/SSL certificates valid
Problem: 550 5.7.1 Authentication Failed
SYNTAX: "550 5.7.1 Authentication failed"
Cause: Wrong credentials, expired API key, IP not whitelisted
Solution:
- Verify username/password matches dashboard
- Regenerate API key if expired
- Check if sending from whitelisted IP
- Confirm SMTP authentication enabled
Problem: All Emails Going to Spam
SYNTAX: 100% inbox rate drops to 0%, all emails land in spam
Cause: Reputation damaged, content triggered filters, sudden volume spike
Solution:
- Check IP reputation: postmaster.google.com
- Reduce volume by 80% immediately
- Review recent content for spam triggers
- Check if on any blocklists (spamhaus.org)
- Wait 48-72 hours for ISP to recalculate
Problem: 550 5.7.1 Message Blocked
SYNTAX: "550 5.7.1 Message blocked due to spam" or similar
Cause: Content flagged by ISP filters, suspicious links, spam words
Solution:
- Remove excessive $ or currency symbols
- Reduce link count (max 3-5)
- Check for spam trigger phrases
- Verify From/Reply-To consistency
- Test with different content
Problem: High Bounce Rate
SYNTAX: Bounce rate exceeds ISP threshold (Gmail >0.5%)
Cause: Bad list, spam traps hit, invalid addresses, domain issues
Solution:
- Remove hard bounces immediately
- Run email validation on remaining list
- Check for spam trap hits in bounces
- Verify email addresses with SMTP check
- Reduce sending to that ISP temporarily
Blacklist Diagnosis and Remediation
Check Major Blacklists
- spamhaus.org - Most respected blocklist
- sorbs.net - Often triggers false positives
- uceprotect.net - Very aggressive, check carefully
- mxtoolbox.com - Blacklist lookup tool
If Listed on Spamhaus
⚠️ Never Use "Blacklist Removal Services"
These services rarely work and often scam you. The only real solution is fixing why you got listed and requesting removal through official channels.