SMTP gateway issue
- 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: SMTP gateway issue
SMTP gateway issue
28-09-2022 3:28 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Can’t see any response from any Plusnet staff.
Can we have an update please as to what the issue is and when it will be restored.
Re: SMTP gateway issue
28-09-2022 3:45 PM - edited 28-09-2022 3:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@lyndonp just tried from my account and can send no problem.
Has anything changed in your email client settings ?
Can you send from webmail ?
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.
Re: SMTP gateway issue
28-09-2022 3:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Done a couple of tests and going through now.
Will it stay up or is there an intermittent fault?
Re: SMTP gateway issue
28-09-2022 3:50 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Was definitely a Plusnet gateway issue since this morning but as I say it is working now which is probably why yours went through.
Re: SMTP gateway issue
28-09-2022 3:55 PM - edited 28-09-2022 3:57 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I would have thought if it as a general problem there would have been more posts on the forums and there's nothing showing on the Service status ( but then again that's not unusual! ). I must admit, I haven't sent any email via the PN servers today, up until I just tried the test
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.
Re: SMTP gateway issue
29-09-2022 10:16 AM - edited 29-09-2022 10:17 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: SMTP gateway issue
29-09-2022 10:58 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Got home connected to wifi (Plusnet) and still the same issue.
What I did do was switch my smtp settings to the alternative 587 from 465 but that made no difference. I then posted on here and the test email in my Outbox went through shortly afterwards!
My Inbox emails also all disappeared just before i changed the Smtp too even though they had been coming through during the day ok. Can’t remember if I restarted my email app (iPhone) or they all came back on their own but I’ve seen that issue before and restarted app to fix it.
Like you I have had rare issues on the wifi needing to restart the router but since I replaced the PN router with the BT Home hub after seeing folks on here recommend it I have never needed to do that.
BTW, My son’s issue was a totally different issue and not the same it turned out. Just coincidence!
Re: SMTP gateway issue
29-09-2022 1:56 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
When attempting to send and it fails, exactly what are the circumstances?
- What is the device
- What mail program is being used
- How does it connect to the internet (mobile / wifi / on or off the Plusnet network)
- What error message do you see
- How do you know that it was not sent (stuck in the outbox or it did not arrive with the addressee - those are quite different issues)
If you are sending from a PC, you might care to use the following SMTP diagnostic to find out precisely what is happening.
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: SMTP gateway issue
29-09-2022 3:15 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I note that you mention that you tried ports 465 and 587. If you were using port 465 that would be insecure email, whilst port 587 is for secure (STARTTLS) mail. To the best of my knowledge port 587 on PN won't accept insecure mail so unless you changed your settings then that wouldn't work, assuming that you normally use port 465.
Re: SMTP gateway issue
29-09-2022 3:49 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
@Total_Chaos wrote:
I note that you mention that you tried ports 465 and 587. If you were using port 465 that would be insecure email, whilst port 587 is for secure (STARTTLS) mail. To the best of my knowledge port 587 on PN won't accept insecure mail so unless you changed your settings then that wouldn't work, assuming that you normally use port 465.
Port 465 is deprecated, but is often used for ENCRYPTED email submission, using TLS/SSL. This port is NEVER used without encryption.
Port 587 is the RFC recommended port for email message submission either encrypted or not encrypted (insecure?) - where encryption is required, it should be set to STARTTLS.
In passing some set-ups suggest the use of port 25, which more correctly is the port for MX-to-MX communication for email message relay or delivery.
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: SMTP gateway issue
12-10-2022 7:56 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
For me REDS
Plusnet Broadband
Verified: Webmail both Send and Receive: verified working
Via Client:Outlook 2019
Was working fine until yesterday.
Incoming mail: iPOP still working
Outgoing mail: SMTP relay.plus.net 587
Auto
Outgoing SMTP requires Authentication - same as incoming
Error 0x800CCC0F The connection to the server was interrupted
Contact server administrator or internet service provider.
(Why don't Microsoft applications left you copy paste their fairly vague error message?)
Verified authentication failure via
TELENET relay.plus.net 587
Leads me to conclude => Something is rotten in state of PLUSNET's SMTP Server
Re: SMTP gateway issue
12-10-2022 8:55 AM - edited 12-10-2022 8:57 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Leads me to conclude => Something is rotten in state of PLUSNET's SMTP Server
Not sure how you come to that conclusion ?
Verified authentication failure via
TELENET relay.plus.net 587
That confirms that there's nothing wrong with the server.
The problem is Outlook or its configuration.
The forum is littered with posts about people having problems with Outlook.
Its also worth a google of 'outlook Error 0x800CCC0F'
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.
Re: SMTP gateway issue
12-10-2022 9:02 AM - edited 12-10-2022 9:06 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi Mister W
Thanks for the quick response but I don't think you are reading my post carefully enough.
Verified authentication failure via
TELENET relay.plus.net 587
It is NOT authenticating on the SMTP server.
Hence : Leads me to conclude => Something is rotten in state of PLUSNET's SMTP Server
This would rule out client
Now getting
C:\Users\Dell>telnet relay.plus.net 587
220 avasout-ptp-001 smtp relay.plus.net
Connection to host lost.
This is lower level of access and matches the Outlook Client error report.
Re: SMTP gateway issue
12-10-2022 9:13 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Just a quick one. The errors some are seeing you will get often when using a VPN. I use Surfshark as a VPN on both my Tablet and Phone. If I have it active then those errors you see you will get . Turn off you VPN then it works. On my Desktop I only use the VPN, I'm using Linux, I only use the VPN in the browser as an extension so I don't see them with Thunderbird.
Re: SMTP gateway issue
12-10-2022 9:21 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks for the quick response but I don't think you are reading my post carefully enough.
Oops, you're absolutely right, must go to specsavers. My excuse is that its early and I havent had my 2nd coffee yet.
So to confirm , when you try telnet , you get the initial response , then when you respond with the EHLO ... you get disconnected ?
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.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page