Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Outlook mail configuration issue.  (Read 2874 times)

0 Members and 1 Guest are viewing this topic.

Berny

  • Guest
Outlook mail configuration issue.
« on: January 25, 2014, 12:52:44 pm »
Most of the cases we are able to send and receive mail without any issue via  browser URL access(Webmail), but when try to configure using a mail client we get error like "SMTP server not responding".
It is a simple issue
How to fix it.. ::)

First you can check MX record of the domain.
=====
dig +short domain.com
or
http://mxtoolbox.com/SuperTool.aspx?action=mx%3adomain.com&run=toolpage
=====
While configuring the mail, the Incoming and outgoing server should be the same as "MX" record. That will fix the mail sending and receiving issue.

Second step, if the issue is whil configuring.
Need to check the SMTP,POP and IMAP service of the mailserver.
For that follow this.
Suppose mail.domain.com is the MX
========
telnet mail.domain.com 25
telnet mail.domain.com 143
telnet mail.domain.com 110
========
Need to check if both are okay, if not then check the services status in the server. If both services are running fine, then it must be Firewall issue. You need to open the ports 25 ,143 and 110 in Firewall. It will fix the issue.

Now the issue is fixed. ;)

Common Outlook configurations
=====
http://myhosting.com/kb/index.php?/article/AA-00564/0/Outlook-Configuration.html
=====
« Last Edit: January 25, 2014, 01:29:18 pm by Berny E »