Allen Bradley Sending email to Port 2525

plcnewbie26

Member
Join Date
Jan 2019
Location
Office
Posts
7
hi, I have a PLC that has been running for a few years now, and recently the SMTP was moved to a different server and IP address.

we noticed that the emails are no longer being received but the PLC is still saying that it successfully sent the email.

after investigating, it was discovered that the port # it's using to send the email is port 25. but it was originally configured (or sending) to port 2525. I'm not sure where to change this setting.

anything will help!

Thank you,
 
A very common problem today by which devices such as scanners, PLC, HMI, etc. fail sending email is that they use TLS 1.0 or 1.1 protocols that are considered insecure and are rejected by more and more servers.

If your PLC says that it was sent successfully, it is probably not a port problem since it seems that it was able to connect.

Nor does it mean that it is that SMTP server that rejects the email, it may be that it is rejected by another intermediate server before reaching the recipient.

The solution is to update the firmware of the device so that it uses TLS 1.2 or later
 
A very common problem today by which devices such as scanners, PLC, HMI, etc. fail sending email is that they use TLS 1.0 or 1.1 protocols that are considered insecure and are rejected by more and more servers.

If your PLC says that it was sent successfully, it is probably not a port problem since it seems that it was able to connect.

Nor does it mean that it is that SMTP server that rejects the email, it may be that it is rejected by another intermediate server before reaching the recipient.

The solution is to update the firmware of the device so that it uses TLS 1.2 or later
do you mean update the SMTP server to use TLS 1.2? or the PLC?
 
This is a great question.

What exact model of A-B controller is sending the e-mail ? Please provide as much detail as you can about the configuration and program.
 
This is a great question.

What exact model of A-B controller is sending the e-mail ? Please provide as much detail as you can about the configuration and program.
the controller is a CompacLogix L35E. firmware 20.

I did receive information that the smtp server is using TLS 1.2 now when it was 1.1 before
 
the controller is a CompacLogix L35E. firmware 20.

I did receive information that the smtp server is using TLS 1.2 now when it was 1.1 before

What defines the version of TLS is the sender, in your case the PLC

That rather sounds like the SMTP server used to accept TLS 1.1 and now it only accepts 1.2
 
Thanks !

The 1769-L35E had a pretty limited e-mail feature, and it's documented in the User Manual (publication 1769-UM011) and in the RA Knowledgebase.

To my knowledge, the "EmailConfigstring" string that is used in those examples should contain only the hostname of the email server, or its IP address. There is no way that I know about to designate a TCP port number other than 25.

For better or for worse, the e-mail feature in those controllers did not support authentication. You may need a specially-configured old-stuff-only e-mail server, proxy, or relay.
 
On second thought: there at least three e-mail sample code releases in that era, including one described in Knowledgebase document QA26900 that includes a port number on the end of the SMTP address string and allowed basic authentication (though not encryption).

If you can post some details about the code that's running in the 1769-L35E, it might help folks narrow down which example you're using.
 

Similar Topics

Hi everyone, new to forum. Since very long time i having issue with 1734-AENT module, after some period of time its keep stuck in error (simmilar...
Replies
2
Views
117
Hello, I am new here. I am trying to find good places to sell some surplus items that I have that isnt through ebay. Does anyone have any sources...
Replies
5
Views
316
Hi all, installed on chassis A17 an A/I from Allen-Bradley , problem is what ever I do , all channels are sticked on value 39.9 and cannot change...
Replies
1
Views
115
I have a 1769-L24ER-BB1B and I am trying to flash it to 34xx, its flashing red and faulted, when I try to flash it I get a popup stating it needs...
Replies
14
Views
239
I have a client who periodically experiences network communication issues. Sometimes when I VPN into the site, their SCADA systems will flash comm...
Replies
2
Views
158
Back
Top Bottom