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

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