• 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.

Email client keeps saying "Cannot find the server..."

Spikerok

Basic Pleskian
Hello,

I have completed email set up on my server and have checked that email ports are open, but for some reason outlook keeps returning : "Outlook cannot find the server. Verify the server information is entered correctly in the Account Settings, and that you DNS settings in the Network pane of System Preferences are correct."

The odd thing is that outlook still picks up emails if I receive any, but keeps returning above error every minute.
 

Attachments

  • Screen Shot 2014-09-19 at 6.01.28 pm.jpg
    Screen Shot 2014-09-19 at 6.01.28 pm.jpg
    323.1 KB · Views: 2
Check content of file /etc/host.conf File shouldn't be empty.
Also try to change configuration options that use 'localhost' to use '127.0.0.1':

# postconf smtpd_milters=inet:127.0.0.1:12768
# postconf non_smtpd_milters=inet:127.0.0.1:12768

and restart postfix service.
 
Back
Top