Open main menu

CDOT Wiki β

Changes

OPS335 Lab 4d

1,281 bytes added, 01:47, 5 March 2016
Created page with '= Encrypting Email Connections = This is the same diagram of the setup we've been working on for the last two weeks: Image:Email-servers.png Note the two globes in the dia…'
= Encrypting Email Connections =

This is the same diagram of the setup we've been working on for the last two weeks:

[[Image:Email-servers.png]]

Note the two globes in the diagram - those are two networks your emails need to traverse. Usually both are the internet, but the smaller one (the one your workstation is connected to) cannot be trusted at all. The bigger one usually involves inter-ISP traffic, often through an internet trunk line, so it's equally unencrypted but not as easily accessed by evildoers.

There are two important general truths you need to understand about email encryption:

# Email (the way the vast majority of people use it) travels from SMTP server to SMTP server uncencrypted. That means that nothing sent over email is ever truly secure. But intercepting SMTP server to SMTP server traffic is difficult and expensive, not worth doing for the little bit of money most of us have in our bank account.
# Email travelling over a LAN (especially Wifi, but any local network) is always encrypted. If it weren't - that is so easy and cheap to intercept that you're just asking for someone to please take your passwords and steal your identity. These days unencrypted connections from your client to your SMTP/IMAP/POP3 server are practically unheard of.