Verified diagnostic signature
Exim deferred, froze, or could not process a queued message.
Match output from exim, understand the likely cause, then continue with sourced, read-only checks.
- Confidence
- high
- Platforms
- linux
- Verified
- 2026-07-24
Recognized output
Signature matched locally
SMTP error from remote mail serverOneLiners matches this pattern in your browser. Your pasted output is not stored or indexed.
Likely causes
What usually produces this signal
- Remote temporary failure
- Repeated delivery failure
- DNS or routing issue
- Local storage exhaustion
Safe next checks
Collect evidence before changing the system
List all messages currently in the Exim mail queue
exim -bpThe output matches the expected target and exits without an error.
Inspect the headers of a queued Exim message
exim -Mvh <message-id>The output matches the expected target and exits without an error.
Follow the Exim service log
journalctl -u exim4 -fThe output matches the expected target and exits without an error.
Show free disk space in human-readable units
df -hThe output matches the expected target and exits without an error.