• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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