Click here to Skip to main content
15,867,851 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: What are the challenges that sysadmins face in managing end user laptops/desktops? Pin
Richard Deeming14-Mar-21 23:40
mveRichard Deeming14-Mar-21 23:40 
GeneralRe: What are the challenges that sysadmins face in managing end user laptops/desktops? Pin
OriginalGriff15-Mar-21 0:00
mveOriginalGriff15-Mar-21 0:00 
GeneralRe: What are the challenges that sysadmins face in managing end user laptops/desktops? Pin
Member 1510033915-Mar-21 0:34
Member 1510033915-Mar-21 0:34 
GeneralRe: What are the challenges that sysadmins face in managing end user laptops/desktops? Pin
Richard MacCutchan15-Mar-21 0:37
mveRichard MacCutchan15-Mar-21 0:37 
GeneralRe: What are the challenges that sysadmins face in managing end user laptops/desktops? Pin
OriginalGriff15-Mar-21 1:07
mveOriginalGriff15-Mar-21 1:07 
Questionhtml coding Pin
courgae426-Aug-20 10:25
courgae426-Aug-20 10:25 
AnswerRe: html coding Pin
Richard MacCutchan26-Aug-20 21:43
mveRichard MacCutchan26-Aug-20 21:43 
AnswerRe: html coding Pin
Member 1532961313-Oct-21 11:01
Member 1532961313-Oct-21 11:01 
QuestionDefault printer change upon RDP re-connection to server Pin
Calvin Tate12-Aug-20 19:37
Calvin Tate12-Aug-20 19:37 
QuestionRe: Default printer change upon RDP re-connection to server Pin
Jörgen Andersson12-Aug-20 20:11
professionalJörgen Andersson12-Aug-20 20:11 
AnswerRe: Default printer change upon RDP re-connection to server Pin
Calvin Tate12-Aug-20 20:56
Calvin Tate12-Aug-20 20:56 
GeneralRe: Default printer change upon RDP re-connection to server Pin
Jörgen Andersson12-Aug-20 21:03
professionalJörgen Andersson12-Aug-20 21:03 
GeneralRe: Default printer change upon RDP re-connection to server Pin
Calvin Tate12-Aug-20 21:44
Calvin Tate12-Aug-20 21:44 
QuestionUnable to access domain resources via VPN Pin
MikeTheFid16-Jul-20 5:03
MikeTheFid16-Jul-20 5:03 
QuestionCan't access by IPV6 Pin
pkfox1-May-20 5:13
professionalpkfox1-May-20 5:13 
AnswerRe: Can't access by IPV6 Pin
phil.o1-May-20 7:29
professionalphil.o1-May-20 7:29 
GeneralRe: Can't access by IPV6 Pin
pkfox1-May-20 21:43
professionalpkfox1-May-20 21:43 
QuestionCannot access an intranet website from a pda Pin
Johan Hakkesteegt16-Apr-20 2:36
Johan Hakkesteegt16-Apr-20 2:36 
AnswerRe: Cannot access an intranet website from a pda Pin
k505416-Apr-20 10:12
mvek505416-Apr-20 10:12 
GeneralRe: Cannot access an intranet website from a pda Pin
Johan Hakkesteegt16-Apr-20 23:47
Johan Hakkesteegt16-Apr-20 23:47 
GeneralRe: Cannot access an intranet website from a pda Pin
Richard Deeming10-Mar-21 21:37
mveRichard Deeming10-Mar-21 21:37 
QuestionUsing TLS email protocol in a program Pin
Lance114022-Oct-19 6:55
Lance114022-Oct-19 6:55 
Hello all. I wanted to repost this with some more info that will hopefully help understand my question a little better. Please see screenshots links a the bottom of post.

Our email program needs to connect and send mail using MS O365 accounts and the TLS protocol for security reasons with port 587. For testing, I used TELNET to the O365 STMP server using port 587, the EHLO command and starting TLS using the STARTTLS command but that is far as I can get. After that, anything I do just sits there and no more responses from the server. I am trying to figure login commands at this point, which I researched from Google but didn't seem to work, much less anything else. A set of connection rules I found about TLS here on Code Project is the list below. If I need to, I can send a screenshot of what the TELNET session looks like to help out. Any help would be very appreciated. Thanks!

1. The client connects to the server using TCP.
2. The server sends a welcome message using the un-encrypted connection to the client.
3. The client sends a EHLO command using the un-encrypted connection to the server.
4. The server responds to the EHLO command using the un-encrypted connection.
5. The client sends a STARTTLS command using the un-encrypted connection to the server.
6. The server responds to the STARTTLS command using the un-encrypted connection.
7. The client negotiates an encrypted connection with the server.
8. The client sends a EHLO command using the encrypted connection to the server.
9. The server responds to the EHLO command using the encrypted connection.

A) This first image is how I TELNET to email server for testing purposes. In the program, we use SMTP sockets to do the same thing: Image 3
B) This next one is a normal SMTP screen using port 25 (NO TLS) and connects successfully: Image 1
C) Last screenshot is my TELNET attempt to TLS protocol in which I am stuck on what to do next after successfully starting the TLS sever: Image 4

modified 31-Oct-19 14:09pm.

AnswerRe: Using TLS email protocol in a program Pin
Michael Martin6-Jan-20 18:18
professionalMichael Martin6-Jan-20 18:18 
Questionessl Pin
RajaMohammed.A14-Oct-19 2:42
RajaMohammed.A14-Oct-19 2:42 
AnswerRe: essl Pin
Nathan Minier15-Oct-19 1:59
professionalNathan Minier15-Oct-19 1:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.