<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Diagnosing email server connectivity issues - the guide in Email</title>
    <link>https://community.plus.net/t5/Email/Diagnosing-email-server-connectivity-issues-the-guide/m-p/2007956#M49703</link>
    <description>&lt;P&gt;This guide to diagnosing email server connectivity issues has been created by the super users with input from the business.&lt;/P&gt;
&lt;P&gt;Thanks go to various contributors:&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/1110"&gt;@MisterW&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/621"&gt;@Dan_the_Van&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/124642"&gt;@K5Hall&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/21"&gt;@dave&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/26334"&gt;@plusnettony&lt;/a&gt;&amp;nbsp;who have in various ways tested and helped to improve this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please discuss matters arising&amp;nbsp;&lt;A href="https://community.plus.net/t5/Email/Diagnosing-email-server-connectivity-issues-discussion-thread/td-p/2007954/jump-to/first-unread-message" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 09 May 2025 08:08:23 GMT</pubDate>
    <dc:creator>Townman</dc:creator>
    <dc:date>2025-05-09T08:08:23Z</dc:date>
    <item>
      <title>Diagnosing email server connectivity issues - the guide</title>
      <link>https://community.plus.net/t5/Email/Diagnosing-email-server-connectivity-issues-the-guide/m-p/2007952#M49701</link>
      <description>&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;H2&gt;Diagnose email server connectivity issues&lt;/H2&gt;
&lt;P&gt;Email programs can report &lt;STRONG&gt;username / password error&lt;/STRONG&gt; for issues not actually related to those being wrong, when in fact there are &lt;STRONG&gt;different&lt;/STRONG&gt; server connectivity issues. Testing server connectivity through a command line interface can deliver a more precise error message than provided by most email clients. The following describes how to do this using cURL commands which are a convenient means of testing server connectivity and diagnosing issues.&lt;/P&gt;
&lt;P&gt;This process is not difficult, but you will need the following resources which might be unfamiliar...&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows:&lt;/STRONG&gt; POWERSHELL window (&lt;STRONG&gt;NOT&lt;/STRONG&gt; CMD / DOS window) - right click on the Windows Start button to open the context menu and select
&lt;UL&gt;
&lt;LI&gt;Win 11 - TERMINAL (not Admin)&lt;/LI&gt;
&lt;LI&gt;Win10 - Windows Powershell (not Admin)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;macOS:&lt;/STRONG&gt; TERMINAL window - open through Spotlight (cmd +space) or navigate in Finder to '/Applications/Utilities/Terminal.app'&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Linux:&lt;/STRONG&gt; You might need to update &lt;STRONG&gt;curl&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;WARNING:&lt;/STRONG&gt; the Firefox browser has various characteristics not seen with the majority of modern browsers - the automation on this page will not work with that browser post version 135. Please use something different!&lt;/P&gt;
&lt;H3&gt;Email server configurations&lt;/H3&gt;
&lt;P&gt;An email account connects to two components: inbound (IMAP or POP3) and outbound (SMTP) servers. Those connections can be with and without encryption, which for the inbound servers means different ports.&lt;/P&gt;
&lt;P&gt;Each email brand has its own sets of differing server names some supporting encryption and in some cases not. These have been documented in various forum support pages but are not now guaranteed to be correct; those documented here have been tested to affirm their accuracy.&lt;/P&gt;
&lt;P&gt;The server names listed below match those in the security certificates; others might work (without encryption) but will encounter 'certificate' issues if encryption is set. Similarly other ports might work, but those documented below are the correct ones. Where encryption is supported it should be &lt;STRONG&gt;TLS/SSL&lt;/STRONG&gt; on the inbound server (IMAP / POP3) and &lt;STRONG&gt;STARTTLS&lt;/STRONG&gt; for the outbound server (SMTP).&lt;/P&gt;
&lt;H3&gt;curl diagnostic commands&lt;/H3&gt;
&lt;P&gt;To save the complexity of explaining how to use cURL for each of the brands the commands below have been pre-configured to test IMAP, POP3 and SMTP servers, with and without encryption as applicable for each brand. All you need to do is...&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Choose your environment - Windows or Other&lt;/LI&gt;
&lt;LI&gt;Enter your email address (or userID)&lt;/LI&gt;
&lt;LI&gt;Select the appropriate email brand from the options shown&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;For your convenience after selecting the email brand, the relevant cURL commands will be copied to your clipboard, AFTER acknowleding the prompt.&lt;/P&gt;
&lt;P&gt;After acknowledging the prompt, paste the clipboard into the TERMINAL window. The commands will execute in turn. When prompted type your password, note that this is &lt;STRONG&gt;NOT echoed back to the screen&lt;/STRONG&gt;, remember to press enter. Note the results.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;These commands are configured to test / adopt best practice:&lt;/STRONG&gt; if encryption is available for the selected service, it will be used for the diagnostic test; the correct port will be used even if an incorrect alternative works.&lt;/P&gt;
&lt;H3&gt;userID&lt;/H3&gt;
&lt;P&gt;For fool proof testing the, &lt;STRONG&gt;preferred userID&lt;/STRONG&gt; (as specified), should be used for each email brand. Other forms of ID may be tried for each server but might or might not work depending on the brand.&lt;/P&gt;
&lt;DL&gt;
&lt;DT&gt;Address - Mailbox email address as applicable&lt;/DT&gt;
&lt;DD&gt;you@branddomain.tld&lt;/DD&gt;
&lt;DD&gt;you@youraccount.branddomain.tld&lt;/DD&gt;
&lt;DD&gt;you@yourdomain.tld may also work&lt;/DD&gt;
&lt;DT&gt;Account&lt;/DT&gt;
&lt;DD&gt;account-name for the default mailbox&lt;/DD&gt;
&lt;DD&gt;account-name+mailbox for secondary mailboxes&lt;/DD&gt;
&lt;/DL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;FORM&gt;&lt;FIELDSET style="background: #ebd0d0; border: 1px solid #CFD8DC; box-shadow: 8px 8px 7px #676D70; border-radius: 9px; padding: 10px; max-width: 98%; margin: auto;"&gt;&lt;LEGEND style="background: #ebd0d0; border-radius: 9px; font-size: larger; font-weight: bold; padding: 10px; width: auto; margin: 5px;"&gt;Configuration&lt;/LEGEND&gt;
&lt;P style="font-size: 75%;"&gt;Select the platform / environment, enter your userID then select the brand - if you make a mistake reload the page.&lt;/P&gt;
&lt;LABEL&gt;Platform:&amp;nbsp;&lt;/LABEL&gt;&amp;nbsp;&lt;SELECT style="border: 0px; border-radius: 6px; padding: 5px; width: auto !important; display: inline !important;" title="Select your system environment: Windows or something else" name="EnvType" onchange="BearPit.innerHTML='&amp;lt;style&amp;gt;.Environment { display:' + this.value + '; } &amp;lt;/style&amp;gt;'"&gt;
&lt;OPTION value="none"&gt;Other&lt;/OPTION&gt;
&lt;OPTION selected="selected" value="in-line"&gt;Windows&lt;/OPTION&gt;
&lt;/SELECT&gt;
&lt;DIV id="BearPit" style="display: none;"&gt;&amp;nbsp;&lt;/DIV&gt;
&amp;nbsp; &lt;LABEL&gt;userID:&lt;/LABEL&gt;&amp;nbsp;&lt;INPUT id="userID" title="Enter the preferred userID applicable for your email account as specified above" size="25" type="email" placeholder="you@youraccount.plus.com" /&gt; &amp;nbsp;&amp;nbsp;&lt;SELECT style="border: 0px; border-radius: 6px; padding: 5px; width: auto !important; display: inline !important;" title="Select a different brand to apply the entered userID" name="Callnetuk" onchange="oldbrand=this.parentElement.children[this.name]; oldbrand.style.display='none'; this.name=this.value; newbrand=this.parentElement.children[this.value]; newbrand.style.display='block'; nbCMDS=newbrand.children[0].lastElementChild; cmds=nbCMDS.innerHTML.replaceAll(nbCMDS.title,userID.value); nbCMDS.title=userID.value; nbCMDS.innerHTML=cmds; cmds=nbCMDS.innerText; navigator.clipboard.writeText(cmds); alert(this.value + ' curl commands copied to clipboard.\n\n'+cmds);"&gt;
&lt;OPTION selected="selected" value="Callnetuk"&gt;Provider&lt;/OPTION&gt;
&lt;OPTION value="Callnetuk"&gt;Callnetuk&lt;/OPTION&gt;
&lt;OPTION value="Care4Free"&gt;Care4Free&lt;/OPTION&gt;
&lt;OPTION value="Dialstart"&gt;Dialstart&lt;/OPTION&gt;
&lt;OPTION value="Force9"&gt;Force9&lt;/OPTION&gt;
&lt;OPTION value="Freenetname"&gt;Freenetname&lt;/OPTION&gt;
&lt;OPTION value="Free-Online"&gt;Free-Online&lt;/OPTION&gt;
&lt;OPTION value="Globalnet"&gt;Globalnet&lt;/OPTION&gt;
&lt;OPTION value="Ic24"&gt;Ic24&lt;/OPTION&gt;
&lt;OPTION value="Icscotland"&gt;Icscotland&lt;/OPTION&gt;
&lt;OPTION value="Totalserve"&gt;Totalserve&lt;/OPTION&gt;
&lt;OPTION value="Madasafish"&gt;Madasafish&lt;/OPTION&gt;
&lt;OPTION value="Metronet"&gt;Metronet&lt;/OPTION&gt;
&lt;OPTION value="Plusnet"&gt;Plusnet&lt;/OPTION&gt;
&lt;OPTION value="Totalise"&gt;Totalise&lt;/OPTION&gt;
&lt;/SELECT&gt;
&lt;DIV id="Callnetuk" style="display: block;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Callnetuk&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; mail.callnetuk.com port: 143&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.callnetuk.com port: 110&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; mail.callnetuk.com port: 587&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imap://mail.callnetuk.com -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3://mail.callnetuk.com -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://mail.callnetuk.com:587 -u userID&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Care4Free" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Care4Free&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; mail.care4free.net port: 143&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.care4free.net port: 110&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; mail.care4free.net port: 587&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imap://mail.care4free.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3://mail.care4free.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://mail.care4free.net:587 -u userID&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Dialstart" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Dialstart&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; mail.dialstart.net port: 143&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.dialstart.net port: 110&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; smtpmail.dialstart.net port: 587&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imap://mail.dialstart.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3://mail.dialstart.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://smtpmail.dialstart.net:587 -u userID&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Force9" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Force9&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; imap.force9.net port: 993 TLS/SSL&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.force9.net port: 995 TLS/SSL&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; relay.force9.net port: 587 STARTTLS&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imaps://imap.force9.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3s://mail.force9.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://relay.force9.net:587 -u userID --ssl-reqd&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Freenetname" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Freenetname&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; mail.freenetname.co.uk port: 143&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.freenetname.co.uk port: 110&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; smtpmail.freenetname.co.uk port: 587&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imap://mail.freenetname.co.uk -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3://mail.freenetname.co.uk -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://smtpmail.freenetname.co.uk:587 -u userID&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Free-Online" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Free-Online&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Account&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; imap.free-online.net port: 993 TLS/SSL&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.free-online.net port: 995 TLS/SSL&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; relay.free-online.net port: 587 STARTTLS&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imaps://imap.free-online.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3s://mail.free-online.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://relay.free-online.net:587 -u userID --ssl-reqd&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Globalnet" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Globalnet&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; mail.globalnet.co.uk port: 143&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.globalnet.co.uk port: 110&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; smtpmail.globalnet.co.uk port: 587&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imap://mail.globalnet.co.uk -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3://mail.globalnet.co.uk -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://smtpmail.globalnet.co.uk:587 -u userID&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Ic24" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Ic24&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; mail.ic24.net port: 143&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.ic24.net port: 110&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; mail.ic24.net port: 587&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imap://mail.ic24.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3://mail.ic24.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://mail.ic24.net:587 -u userID&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Icscotland" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Icscotland&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; mail.icscotland.net port: 143&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.icscotland.net port: 110&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; mail.icscotland.net port: 587&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imap://mail.icscotland.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3://mail.icscotland.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://mail.icscotland.net:587 -u userID&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Totalserve" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Totalserve&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; mail.totalserve.co.uk port: 143&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.totalserve.co.uk port: 110&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; mail.totalserve.co.uk port: 587&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imap://mail.totalserve.co.uk -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3://mail.totalserve.co.uk -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://mail.totalserve.co.uk:587 -u userID&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Madasafish" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Madasafish&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; mail.madasafish.com port: 143&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.madasafish.com port: 110&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; smtp.madasafish.com port: 587&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imap://mail.madasafish.com -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3://mail.madasafish.com -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://smtp.madasafish.com:587 -u userID&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Metronet" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Metronet&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; imap.metronet.co.uk port: 143&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.metronet.co.uk port: 110&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; smtp.metronet.co.uk port: 587&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imap://imap.metronet.co.uk -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3://mail.metronet.co.uk -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://smtp.metronet.co.uk:587 -u userID&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Plusnet" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Plusnet&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; imap.plus.net port: 993 TLS/SSL&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.plus.net port: 995 TLS/SSL&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; relay.plus.net port: 587 STARTTLS&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imaps://imap.plus.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3s://mail.plus.net -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://relay.plus.net:587 -u userID --ssl-reqd&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="Totalise" style="display: none;"&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;Brand: &lt;STRONG&gt;Totalise&lt;/STRONG&gt;&lt;BR /&gt;Preferred userID: &lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;BR /&gt;Encryption supported: &lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;IMAP:&lt;/STRONG&gt; mail.totalise.co.uk port: 143&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;POP3:&lt;/STRONG&gt; mail.totalise.co.uk port: 110&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;SMTP:&lt;/STRONG&gt; mail.totalise.co.uk port: 587&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV style="text-align: left;" title="userID"&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v imap://mail.totalise.co.uk -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v pop3://mail.totalise.co.uk -u userID&lt;BR /&gt;curl&lt;SPAN class="Environment"&gt;.exe&lt;/SPAN&gt; -v smtp://mail.totalise.co.uk:587 -u userID&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/FIELDSET&gt;&lt;/FORM&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Understanding the results&lt;/H2&gt;
&lt;P&gt;These diagnostic tests deliver a useful amount of useful information which will clarify the real issue being encountered. &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;WARNING:&lt;/STRONG&gt; &lt;STRONG&gt;The information returned contains the following information which would be unwise to share on a public forum&lt;/STRONG&gt;:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Your IP address - possibly not too much of an issue if it is dynamic, but a static one you will probably want to keep secret&lt;/LI&gt;
&lt;LI&gt;The encrypted versions of your username and password (long strings of text) which can easily be decrypted -&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; NEVER share these here&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Plain text versions of your username and password - &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;NEVER share these here&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Though the detailed output for the various servers is different, they all have a similar structure:-&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Identification of the server and the target port number&lt;/LI&gt;
&lt;LI&gt;The IP address resolution (IPv4 and IPv6)&lt;/LI&gt;
&lt;LI&gt;The selected IP address for the test followed by the connection confirmation&lt;/LI&gt;
&lt;LI&gt;Server greeting and capability statements&lt;/LI&gt;
&lt;LI&gt;Log on dialogue&lt;/LI&gt;
&lt;LI&gt;Success / failure indicators&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;SMTP&lt;/H3&gt;
&lt;P&gt;SMTP returns a 235 or 535 response with a clear indication of the status, such as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;235 ... authentication succeeded&lt;/LI&gt;
&lt;LI&gt;235 2.0.0 OK&lt;/LI&gt;
&lt;LI&gt;535 ...authentication rejected [userID / password wrong]&lt;/LI&gt;
&lt;LI&gt;535 5.7.0 Invalid login or password&lt;/LI&gt;
&lt;LI&gt;535 ...authentication rejected as source IP has a poor reputation&lt;/LI&gt;
&lt;LI&gt;535 Too many SMTP auth failures. Please try again later&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;A poor reputation issue arises from historic abuse of the allocated dynamic IP address.&amp;nbsp; Resolution requires a forced change of the allocated address - switch the router off for two hours and try again.&lt;/P&gt;
&lt;P&gt;Too many failures means you have made too many attempts to get the credentials right - give it a break and try again after a couple of hours.&lt;/P&gt;
&lt;H3&gt;IMAP&lt;/H3&gt;
&lt;P&gt;If the IMAP connection fails (Access Denied) then check the userID and password.&lt;/P&gt;
&lt;P&gt;A successful connection will produce a list of the folders in the mailbox.&lt;/P&gt;
&lt;H3&gt;POP3&lt;/H3&gt;
&lt;P&gt;POP3 is fairly clear with its reason for the failure … however that is not the same as the cause of the failure:-&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;-ERR Login failed - check userID and password&lt;/LI&gt;
&lt;LI&gt;-ERR internal server error - needs further investigation - post a sanitised copy of the response text&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;A successful connection will produce a numerical list referencing each mail item in the inbox folder.&lt;/P&gt;
&lt;H5&gt;Revised: 13 May 2025 13:54&lt;/H5&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Jul 2025 12:53:09 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Diagnosing-email-server-connectivity-issues-the-guide/m-p/2007952#M49701</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2025-07-22T12:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Diagnosing email server connectivity issues - the guide</title>
      <link>https://community.plus.net/t5/Email/Diagnosing-email-server-connectivity-issues-the-guide/m-p/2007956#M49703</link>
      <description>&lt;P&gt;This guide to diagnosing email server connectivity issues has been created by the super users with input from the business.&lt;/P&gt;
&lt;P&gt;Thanks go to various contributors:&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/1110"&gt;@MisterW&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/621"&gt;@Dan_the_Van&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/124642"&gt;@K5Hall&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/21"&gt;@dave&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/26334"&gt;@plusnettony&lt;/a&gt;&amp;nbsp;who have in various ways tested and helped to improve this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please discuss matters arising&amp;nbsp;&lt;A href="https://community.plus.net/t5/Email/Diagnosing-email-server-connectivity-issues-discussion-thread/td-p/2007954/jump-to/first-unread-message" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 08:08:23 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Diagnosing-email-server-connectivity-issues-the-guide/m-p/2007956#M49703</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2025-05-09T08:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Diagnosing email server connectivity issues - the guide</title>
      <link>https://community.plus.net/t5/Email/Diagnosing-email-server-connectivity-issues-the-guide/m-p/2008002#M49707</link>
      <description>&lt;P&gt;Thank you so much for this &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/5145"&gt;@Townman&lt;/a&gt;&lt;/SPAN&gt; and everyone involved, I have passed the information to the rest of the team&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 12:52:34 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Diagnosing-email-server-connectivity-issues-the-guide/m-p/2008002#M49707</guid>
      <dc:creator>Tina11192</dc:creator>
      <dc:date>2025-05-09T12:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Diagnosing email server connectivity issues - the guide</title>
      <link>https://community.plus.net/t5/Email/Diagnosing-email-server-connectivity-issues-the-guide/m-p/2008003#M49708</link>
      <description>&lt;P&gt;Amazing work,&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/5145"&gt;@Townman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We really appreciate the time you have spent pulling this together.&lt;/P&gt;
&lt;P&gt;Big thanks to&amp;nbsp;&lt;A href="https://community.plus.net/t5/user/viewprofilepage/user-id/1110" target="_blank" rel="noopener"&gt;@MisterW&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.plus.net/t5/user/viewprofilepage/user-id/621" target="_blank" rel="noopener"&gt;@Dan_the_Van&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.plus.net/t5/user/viewprofilepage/user-id/124642" target="_blank" rel="noopener"&gt;@K5Hall&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.plus.net/t5/user/viewprofilepage/user-id/21" target="_blank" rel="noopener"&gt;@dave&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.plus.net/t5/user/viewprofilepage/user-id/26334" target="_blank" rel="noopener"&gt;@plusnettony&amp;nbsp;&lt;/A&gt;too.&lt;/P&gt;
&lt;P&gt;Community at its best!&lt;/P&gt;
&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 12:57:59 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Diagnosing-email-server-connectivity-issues-the-guide/m-p/2008003#M49708</guid>
      <dc:creator>James_B</dc:creator>
      <dc:date>2025-05-09T12:57:59Z</dc:date>
    </item>
  </channel>
</rss>

