• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Emails being sent but not received

Bratcher

New Pleskian
Server operating system version
Ubuntu
Plesk version and microupdate number
Linux Version Plesk Obsidian Web Host Edition Version 18.0.46
Using Plesk Obsidian vps: Settings seem to be correct. Receiving email with no problem. SMTP green lighted and sent. DNS settings green.
However, none of the emails from the domain are being received. Not one of multiple emails.
Have tried many configurations on Plesk mail services but nothing changes.
 
No that's the puzzler. At first, I was getting undeliverable messages back but now nothing the emails aren't delivered and just seem to disappear after being sent successfully.
 
Messages in queue: 68 deferred, 0 held, 0 incoming, 0 active, 0 corrupted, 68 total.
incoming and outgoing
 
Do you see the reason why the mail server can't send the deferred emails? I.e., a connection timeout?
 
If it was a timeout, you should see something like this in the mail queue:
Code:
-Queue ID-  --Size-- ----Arrival Time---- -Sender/Recipient-------
EC4D438AA57      429 Fri Jun 25 07:54:19 [email protected]
(connect to email-smtp.us-west-2.amazonaws.com[xxx.xxx.xxx.xxx]:587: Connection timed out)
                                         [email protected]

Is the mail server running at all?

Code:
# systemctl status postfix
 
Back
Top