<?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: Which mail server supports .force9 email addresses in Email</title>
    <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996572#M48218</link>
    <description>&lt;P&gt;UserID&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;liz@crabby1.force9.co.uk&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Either&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;crabby1 if this is the DEFAULT mailbox&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;crabby1+liz if a secondary mailbox&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Inbound&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;POP3 - mail.force9.net port 995 encryption SSL/TLS&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;IMAP - imap.force9.net port 993 encryption SSL/TLS&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Outbound&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;SMTP - relay.force9.net port 587 encryption StartTLS&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have heard it suggested that both servers permit mutual userIDs - you might try the *.plus.net matching servers with your force9 EMAIL ADDRESS as the userID.&amp;nbsp; That said I could not get my credentials to work with the force9 server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;At this juncture, I would be looking at some other issue, masked by the one size fits all error message.&amp;nbsp; The following is more daunting than it looks, but it will deliver an unambiguous failure status.&amp;nbsp; You still have not indicated the precise error being reported.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Test SMTP authentication&lt;/STRONG&gt;&lt;/P&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;Email programs often report username / password error for issues not actually related to those being wrong, but for other connectivity issues. Such can be very frustrating when you are convinced that they are correct. Testing SMTP authentication through a command line interface can deliver a more precise error message. The following describes how to do this using TELNET.&lt;/P&gt;
&lt;P&gt;This is not difficult, but you need the following resources which might be unfamiliar...&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;TELNET - this might need installing as an additional option, for Windows see &lt;A href="https://social.technet.microsoft.com/wiki/contents/articles/38433.windows-10-enabling-telnet-client.aspx" target="_blank"&gt;enabling TELNET&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;A code64 encoder / decoder such as &lt;A href="https://www.base64encode.org/" target="_blank"&gt;this&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You can use TELNET to communicate direct with the SMTP server as follows...&lt;/P&gt;
&lt;P&gt;Open the code64 encoder in a web browser and leave ready for use in the following steps.&lt;/P&gt;
&lt;P&gt;Launch a windows command line window (DOS window) - press windows-key+R - type CMD into the run box - click OK&lt;/P&gt;
&lt;P&gt;Enter...&lt;/P&gt;
&lt;PRE&gt;telnet relay.plus.net 587&lt;/PRE&gt;
&lt;P&gt;Press enter. Note if you use one of the other brand email services, use the appropriate SMTP server name for that brand. In response to SMTP server I'm here message, say 'HELLO'...&lt;/P&gt;
&lt;PRE&gt;EHLO relay.plus.net&lt;/PRE&gt;
&lt;P&gt;The SMTP server will then report what it can do after which tell the server you wish to authenticate...&lt;/P&gt;
&lt;PRE&gt;AUTH login&lt;/PRE&gt;
&lt;P&gt;The server should return the following, which is a base64 encoded string that requires your username:&lt;/P&gt;
&lt;PRE&gt;334 VXNlcm5hbWU6&lt;/PRE&gt;
&lt;P&gt;Use the code64 encoder to encode your username and paste it into the telnet window and press enter. For example:&lt;/P&gt;
&lt;PRE&gt;bXl1c2VybmFtZQ==&lt;/PRE&gt;
&lt;P&gt;The server should return the following, which is a base64 encoded string that requires your password:&lt;/P&gt;
&lt;PRE&gt;334 UGFzc3dvcmQ6&lt;/PRE&gt;
&lt;P&gt;Paste the base64 encoded password for the username. For example:&lt;/P&gt;
&lt;PRE&gt;bXlwYXNzd29yZA==&lt;/PRE&gt;
&lt;P&gt;The server will then report success or failure, any failure message should clearly indicate the reason for the failure. If the reason for the failure is not clear, please report back the message.&lt;/P&gt;
&lt;P&gt;Close the SMTP / TELNET session by entering&lt;/P&gt;
&lt;PRE&gt;quit&lt;/PRE&gt;
&lt;P&gt;The session should look something similar to the below wherein your input is in bold...&lt;/P&gt;
&lt;BLOCKQUOTE&gt;220 avasout03 smtp relay.plus.net&lt;BR /&gt;&lt;STRONG&gt;EHLO relay.plus.net&lt;/STRONG&gt;&lt;BR /&gt;250-avasout03 hello [&lt;I&gt;your IP address&lt;/I&gt;], pleased to meet you&lt;BR /&gt;250-HELP&lt;BR /&gt;250-AUTH LOGIN PLAIN&lt;BR /&gt;250-SIZE 104857600&lt;BR /&gt;250-PIPELINING&lt;BR /&gt;250-8BITMIME&lt;BR /&gt;250-STARTTLS&lt;BR /&gt;250 OK&lt;BR /&gt;&lt;STRONG&gt;AUTH LOGIN&lt;/STRONG&gt;&lt;BR /&gt;334 VXNlcm5hbWU6&lt;BR /&gt;&lt;STRONG&gt;bXl1c2VybmFtZQ==&lt;/STRONG&gt;&lt;BR /&gt;334 UGFzc3dvcmQ6&lt;BR /&gt;&lt;STRONG&gt;bXlwYXNzd29yZA==&lt;/STRONG&gt;&lt;BR /&gt;235 ... authentication succeeded&lt;BR /&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;BR /&gt;221 avasout03 smtp closing connection&lt;BR /&gt;Connection to host lost.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Here are some examples of failure responses...&lt;/P&gt;
&lt;PRE&gt;535 ...authentication rejected [as username / password is wrong]&lt;BR /&gt;535 ...authentication rejected as source IP has a poor reputation&lt;BR /&gt;535 Too many SMTP auth failures. Please try again later.&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And for good measure it the above reports not issues...&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Test IMAP access&lt;/STRONG&gt;&lt;/P&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;Testing IMAP connectivity through a command line interface might deliver a more precise error messages than provided by an email client. The following describes how to do this using TELNET which might be a productive approach to diagnosing mailbox issues and addressing mail deletion performance issues. See...&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;TELNET - this might need installing as an additional option, for Windows see &lt;A href="https://social.technet.microsoft.com/wiki/contents/articles/38433.windows-10-enabling-telnet-client.aspx" target="_blank"&gt;enabling TELNET&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://donsutherland.org/crib/imap" target="_blank" rel="noopener"&gt;IMAP Protocol Crib Sheet (donsutherland.org)&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.atmail.com/blog/imap-101-manual-imap-sessions/" target="_blank" rel="noopener"&gt;IMAP 101: Manual IMAP Sessions - IMAP commands - Atmail email&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Here are the steps I took to play with one of my mailboxes and successfully delete mail items from the sent folder.&amp;nbsp; My input is in the boxes, responses below them.&lt;/P&gt;
&lt;P&gt;Run up a CMD PROMPT or Windows Terminal session.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;telnet imap.plus.net 143&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;* OK [CAPABILITY IMAP4 IMAP4REV1] perdition ready on mail.plus.net 00029cec&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;01 login email_name account_password&lt;/LI-CODE&gt;
&lt;P&gt;01 OK LOGIN Ok.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;02 list "" *&lt;/LI-CODE&gt;
&lt;P&gt;* LIST (\HasNoChildren) "." "INBOX.Test Folder 1"&lt;BR /&gt;* LIST (\HasNoChildren) "." "INBOX.Trash"&lt;BR /&gt;* LIST (\HasNoChildren) "." "INBOX.Spam"&lt;BR /&gt;* LIST (\HasNoChildren) "." "INBOX.Sent"&lt;BR /&gt;* LIST (\HasNoChildren) "." "INBOX.Drafts"&lt;BR /&gt;* LIST (\Marked \HasChildren) "." "INBOX"&lt;BR /&gt;02 OK LIST completed&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;03 select "INBOX.Sent"&lt;/LI-CODE&gt;
&lt;P&gt;* FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)&lt;BR /&gt;* OK [PERMANENTFLAGS (\* \Draft \Answered \Flagged \Deleted \Seen)] Limited&lt;BR /&gt;* 1 EXISTS&lt;BR /&gt;* 0 RECENT&lt;BR /&gt;* OK [UIDVALIDITY 653548812] Ok&lt;BR /&gt;* OK [&lt;FONT color="#FF0000"&gt;MYRIGHTS "acdilrsw"&lt;/FONT&gt;] ACL&lt;BR /&gt;03 OK [&lt;FONT color="#FF0000"&gt;READ-WRITE&lt;/FONT&gt;] Ok&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;04 STATUS INBOX.Sent (MESSAGES)&lt;/LI-CODE&gt;
&lt;P&gt;* STATUS "INBOX.Sent" (&lt;FONT color="#0000FF"&gt;MESSAGES 1&lt;/FONT&gt;)&lt;BR /&gt;04 OK STATUS Completed.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;05 store 1 +FLAGS (\Deleted)&lt;/LI-CODE&gt;
&lt;P&gt;* 1 FETCH (FLAGS (\Seen \Deleted))&lt;BR /&gt;05 OK STORE completed.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;06 expunge&lt;/LI-CODE&gt;
&lt;P&gt;* 1 EXPUNGE&lt;BR /&gt;* 0 EXISTS&lt;BR /&gt;* 0 RECENT&lt;BR /&gt;06 OK EXPUNGE completed&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;07 close&lt;/LI-CODE&gt;
&lt;P&gt;07 OK mailbox closed.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;08 logout&lt;/LI-CODE&gt;
&lt;P&gt;* BYE Courier-IMAP server shutting down&lt;BR /&gt;08 OK LOGOUT completed&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Connection to host lost.&lt;BR /&gt;PS C:\Users\me&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notes:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;I found it very helpful to have a WEBMAIL session open on the mailbox whilst doing this&lt;/LI&gt;
&lt;LI&gt;The command interface is totally unforgiving - back space looks like it might work if you type a mistake, but your error will be recorded already, you'll need to type the command again&lt;/LI&gt;
&lt;LI&gt;Commands to IMAP must be prefixed by something - anything - the use of a number sequence above has no significance beyond being helpful to refer to steps as per the below...&lt;/LI&gt;
&lt;LI&gt;Detailed guidance...
&lt;UL&gt;
&lt;LI&gt;01 The email_name should be
&lt;UL&gt;
&lt;LI&gt;the plusnet account name if it is the default mailbox&lt;/LI&gt;
&lt;LI&gt;plusnet_account_name+mailbox_name if it is a secondary mailbox&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;03 Check that your rights to the Sent folder matches those above &lt;FONT color="#FF0000"&gt;marked in red&lt;/FONT&gt; - this could be the cause of your issue&lt;/LI&gt;
&lt;LI&gt;04 Tells you how many messages are in the folder&lt;/LI&gt;
&lt;LI&gt;05 Marks the mail item to be deleted - after doing this, if you refresh the WEBMAIL session the message(s) deleted will appear greyed out&lt;/LI&gt;
&lt;LI&gt;06 Disposes of the mail item - after doing this, if you refresh the WEBMAIL session, the messages should have been removed - and will not be in the deleted items folder&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;If the above 01-06 results in the successful removal of a mail item from the sent folder, repeat steps 04 to 06 to delete blocks of messages using...&lt;BR /&gt;&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;05 store 1:n +FLAGS (\Deleted)​&lt;/LI-CODE&gt;
&lt;P&gt;where n is a number not greater than the &lt;FONT color="#0000FF"&gt;message count&lt;/FONT&gt; reported in 04.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ignore the guidance on deleting stuff!!!&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2025 18:19:03 GMT</pubDate>
    <dc:creator>Townman</dc:creator>
    <dc:date>2025-01-23T18:19:03Z</dc:date>
    <item>
      <title>Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996047#M48179</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm retiring my Win 95 laptop and "upgrading" to a Win 10 machine.&lt;/P&gt;&lt;P&gt;I've got used to using Microsoft mail with my old .force9 email address.&lt;/P&gt;&lt;P&gt;I've tried to import my email settings to the "new" Win 10 machine but cannot get "Mail" to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At first it seems to work, with my email address listed but then it says " we couldn't access this account : Force 9. You might need to update your password or give the account permission to sync to this device"&lt;/P&gt;&lt;P&gt;I have checked that my password is correct, but don't know how to "give the account permission to sync to this device".&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Liz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2025 08:14:27 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996047#M48179</guid>
      <dc:creator>Liz2010</dc:creator>
      <dc:date>2025-01-19T08:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996058#M48180</link>
      <description>&lt;P&gt;I suggest firstly using web mail with the Plusnet provided mail.&lt;/P&gt;
&lt;P&gt;Then try and get it working with the Microsoft "Mail" programme.&lt;/P&gt;
&lt;P&gt;I assume the old laptop still works and gets your mail.&lt;/P&gt;
&lt;P&gt;I also suspect the mail is stored on the old laptop (otherwise the Plusnet provided account woud probably have got full). That suggests you might be using POP3 rather than IMAP&lt;/P&gt;
&lt;P&gt;(&amp;nbsp;&lt;A href="https://support.microsoft.com/en-gb/office/what-are-imap-and-pop-ca2c5799-49f9-4079-aefe-ddca85d5b1c9" target="_blank"&gt;https://support.microsoft.com/en-gb/office/what-are-imap-and-pop-ca2c5799-49f9-4079-aefe-ddca85d5b1c9&lt;/A&gt; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This might also be helpful:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.plus.net/t5/Email/Gmail-Force9/td-p/1914441" target="_blank"&gt;https://community.plus.net/t5/Email/Gmail-Force9/td-p/1914441&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the longer term, assuming you have a Microsoft account for your Windows 10 machine (it's possible not to but there is a strong push towards it) you probably have email available with that account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moving email away from your Force 9 address would be a bit painful but a Microsoft account will probably be better than the Plusnet email.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2025 11:29:10 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996058#M48180</guid>
      <dc:creator>markhawkin</dc:creator>
      <dc:date>2025-01-19T11:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996063#M48181</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;EM&gt;"give the account permission to sync to this device"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm wondering if this is referring to a One Drive account as this is where the data folder is likely to be.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2025 11:55:09 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996063#M48181</guid>
      <dc:creator>Dan_the_Van</dc:creator>
      <dc:date>2025-01-19T11:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996083#M48182</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/621"&gt;@Dan_the_Van&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It doesn't sound like a OneDrive related error.&lt;/P&gt;
&lt;P&gt;I think it's the mail programme's response to not being able to sync with the Plusnet mail server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2025 17:15:53 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996083#M48182</guid>
      <dc:creator>markhawkin</dc:creator>
      <dc:date>2025-01-19T17:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996160#M48183</link>
      <description>&lt;P&gt;Good morning.&lt;/P&gt;
&lt;P&gt;Thank you for taking the time to respond.&lt;/P&gt;
&lt;P&gt;I can confirm that is it not a One drive issue, as I have not signed in on the older computer, unless it is a setting on the newer machine blocking access. or something in Outlook that requires it being set up?&lt;/P&gt;
&lt;P&gt;I am able to access the emails on the new machine via plusnet "web mail" so I know that the password is correct. When I do access via this route the email address, in the top right hand corner.&lt;SPAN&gt;&amp;nbsp;is different (but similar) to my email address (asterixis added by me):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Current mailbox:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;c***g1@c***g1.f9.co.uk&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I've tried various versions of this in the outlook advanced setting options but to no avail. I've tried to follow the guidance here&amp;nbsp;&lt;A href="https://www.plus.net/help/email-guides/how-to-set-up-plusnet-email/#:~:text=They%20can%20be%20pretty%20confusing%2C%20so%20here%27s%20what,while%2C%20your%20domain%20might%20be%20%27.force9.co.uk%20or%20%27.free-online.net%27." target="_blank"&gt;How to set up Plusnet email | Help | Plusnet&lt;/A&gt;.for both POP and IMAP. I have tried various iterations of the incoming/outgoing server name and ports. Nothing seems to work!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 08:11:41 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996160#M48183</guid>
      <dc:creator>Liz2010</dc:creator>
      <dc:date>2025-01-20T08:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996184#M48184</link>
      <description>&lt;P&gt;This is more probably related to the "new outlook" mail application being an utter pig to configure - it presumes far too much and is less than obvious how to correct.&amp;nbsp; See the many similar posts on this board for detailed guidance.&lt;/P&gt;
&lt;P&gt;A pragmatic solution is to use Thunderbird instead.&lt;/P&gt;
&lt;P&gt;If your old laptop was configured to use POP3 ... what is your plan to migrate your existing email stored only on that device?&amp;nbsp; These days POP3 is somewhat far inferior that using IMAP conjoined with an archiving policy wholly in your control.&lt;/P&gt;
&lt;P&gt;Placing the 'local' email files in OneDrive space has some merits in that when changing devices, those files are in the right place to be picked up again with minimal effort.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 13:57:10 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996184#M48184</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2025-01-20T13:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996270#M48188</link>
      <description>&lt;P&gt;Thanks for the response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I can see my emails on the "webmail" page does this not mean that they are being stored on the cloud somewhere?&lt;/P&gt;
&lt;P&gt;I will try the Thunderbird app, but would like one more go at the "old" outlook settings. Would someone please be able to check if the attached seems correct.&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 11:13:15 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996270#M48188</guid>
      <dc:creator>Liz2010</dc:creator>
      <dc:date>2025-01-21T11:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996279#M48189</link>
      <description>&lt;P&gt;Not so much "in the cloud" as on the mail server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those settings are inconsistent.&lt;/P&gt;
&lt;P&gt;Incoming - port 993 is encrypted and thus incoming should have SSL ticked.&lt;/P&gt;
&lt;P&gt;Outgoing - should be port 587 not 25&lt;/P&gt;
&lt;P&gt;Out going should be requires logon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This form of specifying the configuration &amp;lt;server&amp;gt;:&amp;lt;port&amp;gt;:&amp;lt;who knows what&amp;gt; is very much part of the challenge of using "new" outlook.&amp;nbsp; It is quite different to everything else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Historically Plusnet's servers required either&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&amp;lt;username&amp;gt; for the default mailbox&lt;/LI&gt;
&lt;LI&gt;&amp;lt;username&amp;gt;+&amp;lt;mailbox-name&amp;gt; for a secondary mailbox&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;as the user ID.&lt;/P&gt;
&lt;P&gt;Somewhere along the way me@myaccount.plus.com became valid.&lt;/P&gt;
&lt;P&gt;Where one has a hosted domain, for example me@mydomain.me.uk it is less than clear that it is possible to use "new" outlook to connect to the servicers, as that client PRESUMES that the service userID is the same as the email address.&amp;nbsp; That is not necessarily so!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 11:56:11 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996279#M48189</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2025-01-21T11:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996293#M48190</link>
      <description>&lt;P&gt;Thanks again - I've tried that reconfiguration without success.&lt;/P&gt;
&lt;P&gt;One thing that is odd is that it keeps resetting my password to what I think is my plusnet account, rather than my force9 email password.&lt;/P&gt;
&lt;P&gt;Any thoughts on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Failing all this, is it straightforward to set up a system to automatically forward my old force9 email to a new plusnet email account?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 12:25:36 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996293#M48190</guid>
      <dc:creator>Liz2010</dc:creator>
      <dc:date>2025-01-21T12:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996310#M48191</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/144390"&gt;@Liz2010&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Failing all this, is it straightforward to set up a system to automatically forward my old force9 email to a new plusnet email account?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Assuming that you also have a Plusnet email address, where is the merit? It's just as difficult to set up a Plusnet address as a F9 one on 'new' Outlook?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 13:35:27 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996310#M48191</guid>
      <dc:creator>Baldrick1</dc:creator>
      <dc:date>2025-01-21T13:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996348#M48192</link>
      <description>&lt;P&gt;OK. thanks. so there is no solution to this? My force9 email is obsolete (unless I use webmail?).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I presume as Plusnet now own Force9, this I would need to take this up with them directly?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 16:17:17 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996348#M48192</guid>
      <dc:creator>Liz2010</dc:creator>
      <dc:date>2025-01-21T16:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996352#M48193</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/144390"&gt;@Liz2010&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The solution is, as advised, to use Thunderbird. If you want help with configuring this then please ask.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 16:42:24 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996352#M48193</guid>
      <dc:creator>Baldrick1</dc:creator>
      <dc:date>2025-01-21T16:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996362#M48194</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/38823"&gt;@Baldrick1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OK, yes please, can you tell me how to set up the Thunderbird account. The link on the plusnet site doesn't seem to work.&lt;/P&gt;
&lt;P&gt;I have downloaded Thunderbird....&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 17:42:05 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996362#M48194</guid>
      <dc:creator>Liz2010</dc:creator>
      <dc:date>2025-01-21T17:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996365#M48195</link>
      <description>Much simpler as it asks for the essential information plainly.&lt;BR /&gt;&lt;BR /&gt;Email address&lt;BR /&gt;UserID youraccountname&lt;BR /&gt;Password as for the above&lt;BR /&gt;&lt;BR /&gt;Incoming&lt;BR /&gt;&lt;BR /&gt;POP3 - mail.force9.net port 995 ssl&lt;BR /&gt;IMAP - imap.force9.net port 993 ssl&lt;BR /&gt;&lt;BR /&gt;Outgoing&lt;BR /&gt;&lt;BR /&gt;SMTP - relay.force9.net port 587 STARTTLS&lt;BR /&gt;&lt;BR /&gt;Outgoing server requires authentication.</description>
      <pubDate>Tue, 21 Jan 2025 17:51:53 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996365#M48195</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2025-01-21T17:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996558#M48206</link>
      <description>&lt;P&gt;Thanks&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;So... Could you check what I'm doing wrong please...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached are the settings I'm using.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 17:16:51 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996558#M48206</guid>
      <dc:creator>Liz2010</dc:creator>
      <dc:date>2025-01-23T17:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996559#M48207</link>
      <description>&lt;P&gt;And inbound...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 17:17:28 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996559#M48207</guid>
      <dc:creator>Liz2010</dc:creator>
      <dc:date>2025-01-23T17:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996560#M48208</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/144390"&gt;@Liz2010&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In both inbound and outbound the username should be&lt;/P&gt;
&lt;P&gt;your account name+mailbox&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so&lt;/P&gt;
&lt;P&gt;your account name+liz&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 17:26:49 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996560#M48208</guid>
      <dc:creator>Dan_the_Van</dc:creator>
      <dc:date>2025-01-23T17:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996563#M48209</link>
      <description>&lt;P&gt;Thanks Dan...&lt;/P&gt;
&lt;P&gt;Sorry, this must be frustrating for you as I'm obviously being thick...&lt;/P&gt;
&lt;P&gt;So if, hypothetically my email was liz@crabby1.force9.co.uk&lt;/P&gt;
&lt;P&gt;I should be setting my username to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;crabby1.force9.co.uk+liz&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!!!!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 17:42:36 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996563#M48209</guid>
      <dc:creator>Liz2010</dc:creator>
      <dc:date>2025-01-23T17:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996564#M48210</link>
      <description>&lt;P&gt;No - just crabby1+liz&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 17:45:47 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996564#M48210</guid>
      <dc:creator>jab1</dc:creator>
      <dc:date>2025-01-23T17:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Which mail server supports .force9 email addresses</title>
      <link>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996565#M48211</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I type in exactly that - "crabby1+liz"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 17:47:07 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Which-mail-server-supports-force9-email-addresses/m-p/1996565#M48211</guid>
      <dc:creator>Liz2010</dc:creator>
      <dc:date>2025-01-23T17:47:07Z</dc:date>
    </item>
  </channel>
</rss>

