• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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