Problem with relay.force9.net?
FIXED- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- :
- Re: Problem with relay.force9.net?
11-08-2022 12:58 PM - edited 11-08-2022 1:07 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I’m unable to send mail today. Reports that relay.force9.net is uncontactable.
Tried webmail instead - still trying to load after 5 minutes waiting. 😒
Fixed! Go to the fix.
Re: Problem with relay.force9.net?
11-08-2022 1:08 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Definitely a problem :
‘The connection to the outgoing server “relay.force9.net” failed’
Re: Problem with relay.force9.net?
11-08-2022 1:20 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Yup - problen connecting here as well.
11-08-2022 4:24 PM - edited 11-08-2022 4:35 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I am getting info that makes me suspect ssl certs - either not for relay.force9.net or missing completely.
I think they changed recently...
Anyone else confirm or deny this?
I always use ssl for emails, and on one platform it claims the server in the ssl cert is not correct, and if I ignore the warning it sends OK. Other platforms hide the error with the useless 'can't connect'.
Re: Problem with relay.force9.net?
11-08-2022 4:46 PM - edited 11-08-2022 4:58 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Yes agreed it seems to be an SSL problem. I generally use SSL but turning it off allows me to send emails. Trying to turn SSL back on again fails to verify my account though.
It wouldn’t hurt for someone from PlusNet to pick this up. Been down all day and the service status still claims there are no problems so presumably nobody’s reported it to the tech staff.
Re: Problem with relay.force9.net?
11-08-2022 4:59 PM - edited 11-08-2022 5:01 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Agreed. These days we seem reliant on a staffer reading & acting on posts here.
Re: Problem with relay.force9.net?
11-08-2022 6:57 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
There's a new cert (dated 3-Aug, although presumably only deployed today) that has an entry for "relay.force9.co.uk" (which doesn't exist) but no entry for relay.force9.net. I was able to add an exception in Thunderbird to ignore the error and send anyway.
Re: Problem with relay.force9.net?
11-08-2022 11:46 PM - edited 12-08-2022 9:13 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'll take a look at this tomorrow.
Edit: now raised (ref: IMT-8041). Looks like the wrong SAN has been used when renewing the TLS cert.
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Re: Problem with relay.force9.net?
12-08-2022 9:59 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
And it now seems to be working OK for me. Thanks Bob!
Re: Problem with relay.force9.net?
15-09-2022 1:01 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Is anyone experiencing problems logging on to the relay.force9.net server? I keep getting "The username or password for "relay.force9.net" is incorrect". I've changed the password, changed it back, tried ports 587, 25 and 465, SSL ON, SSL OFF and still no joy. Any suggestions?
Dicky 😥
Re: Problem with relay.force9.net?
15-09-2022 1:56 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi there @Dickyp1 are you also using a Plusnet connection when trying to send via that server?
Re: Problem with relay.force9.net?
15-09-2022 2:14 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi Adam. No. I live in a rural area - I have Starlink. The speeds and connectivity are good.
Re: Problem with relay.force9.net?
15-09-2022 2:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
For what it's worth, I am one of the original Force9 customers. It's a free account. Not sure if that means I do not have access to SMTP. That's possibly red herring as it has worked in the past. No matter what I try, inc all permutations of ports/SSL the server doesn't recognise me?
Of interest and maybe connected, my account has an amber warning indicating no change allowed (attachment). This warning has been there for the best part of 10 months as I recall. It has had no impact so I haven't bothered to mention it. I have raised it this morning though. I have tried changing the main account password, but no affect on being able to log in. Puzzling.
Dicky
Re: Problem with relay.force9.net?
15-09-2022 6:37 PM - edited 15-09-2022 6:40 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
For clarity, can you login to the email account to receive emails?
Can you send emails if you access the mailbox using webmail?
If the answer to both of those is "Yes" then double check the SMTP settings - make sure that the connection is authenticated.
Also try this diagnostic...
Test SMTP authentication
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.
This is not difficult, but you need the following resources which might be unfamiliar...
- TELNET - this might need installing as an additional option, for Windows see enabling TELNET.
- A code64 encoder / decoder such as this.
You can use TELNET to communicate direct with the SMTP server as follows...
Open the code64 encoder in a web browser and leave ready for use in the following steps.
Launch a windows command line window (DOS window) - press windows-key+R - type CMD into the run box - click OK
Enter...
telnet relay.plus.net 587
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'...
EHLO relay.plus.net
The SMTP server will then report what it can do after which tell the server you wish to authenticate...
AUTH login
The server should return the following, which is a base64 encoded string that requires your username:
334 VXNlcm5hbWU6
Use the code64 encoder to encode your username and paste it into the telnet window and press enter. For example:
bXl1c2VybmFtZQ==
The server should return the following, which is a base64 encoded string that requires your password:
334 UGFzc3dvcmQ6
Paste the base64 encoded password for the username. For example:
bXlwYXNzd29yZA==
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.
Close the SMTP / TELNET session by entering
quit
The session should look something similar to the below wherein your input is in bold...
220 avasout03 smtp relay.plus.net
EHLO relay.plus.net
250-avasout03 hello [your IP address], pleased to meet you
250-HELP
250-AUTH LOGIN PLAIN
250-SIZE 104857600
250-PIPELINING
250-8BITMIME
250-STARTTLS
250 OK
AUTH LOGIN
334 VXNlcm5hbWU6
bXl1c2VybmFtZQ==
334 UGFzc3dvcmQ6
bXlwYXNzd29yZA==
235 ... authentication succeeded
quit
221 avasout03 smtp closing connection
Connection to host lost.
Here are some examples of failure responses...
535 ...authentication rejected [as username / password is wrong]
535 ...authentication rejected as source IP has a poor reputation
535 Too many SMTP auth failures. Please try again later.
In another browser tab, login into the Plusnet user portal BEFORE clicking the fault & ticket links
Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.
If this post helped, please click the Thumbs Up and if it fixed your issue, please click the This fixed my problem green button below.
Re: Problem with relay.force9.net?
15-09-2022 7:28 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thank you for the reply Townman. Yes, I am able to log into to receive emails, and I can send/receive emails via webmail. It seems to be the relay.force9.net server that is somehow reluctant to authenticate my PC (using outlook) and my iPad, iPhone using the IOS mail apps. I have changed the main plusnet account login password once today. I’ll change it again and see if that makes a difference. I’ll then work through the SMTP authentication guidance you’ve provided. As I mentioned earlier, Plusnet is not my ISP. I use Starlink due to my rural location. I have had no other issues with Starlink, so would not expect that to be a contributing factor.
Best,
Dicky
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- :
- Re: Problem with relay.force9.net?