![]() |
|
|||||||
|
|
Thread Tools | Search this Thread |
|
#1
|
|||
|
|||
|
My e-mail client allows me to specify the SMTP connection to be either
- Regular on port 25 - Secure to regular (STARTTLS) on port 25 - Secure to dedicated (TLS) on port 465 It also has another couple of settings for Authentication: - Perform SMTP authentication - Require secure SMTP authentication If I use Secure to dedicated (TLS) + Perform SMTP authentication, but not require secure authentication, is all data transferred between my e-mail client and the SMTP server (ie. username + password, and all message content) encrypted ? Is secure authentication needed when connecting using secure to dedicated (TLS) on port 465 ? Same questions for POP - Is all content encrypted when receiving mail on a secure to dedicated connection (TLS) on port 995 ? Is it OK to use regular POP authentication when using TLS on port 995 ? It's confusing me because you can have both secure authentication and a secure TLS connection. |
|
#2
|
|||
|
|||
|
Hello,
POP is not encrypted. So in order to encrypt POP, you use tunneling - encapsulate POP in an encrypted communication tunnel. This can be done in several ways. In your case, the data transfered will be encrypted. However, the two differences between the authentication methods: Regular - your credentials are sent in unecrypted form to the server. Once the communication is established, all data sent will be encrypted. Secure authentication - you will first establish a secure tunnel and then authenticate using it. This is the preferred method. But you must trust the server you communicate with. Mrk
__________________
http://www.dedoimedo.com All your base are belong to us Linux Systems Expert / Systems Programmer, Linux System Administrator, LPIC-1, LPIC-2 (WIP), GSEC, CCHD, CCHA |
|
#3
|
||||
|
||||
|
Thrower of things out windows,
Should I assume you are using TheBat! as your email client? You want to use SSL/STARTTLS or TLS, with secure authentication. The only question is if your smtp server supports it.
__________________
The Deep Packet Inspection in Act I will be used for domestic surveillance in Act II. | Ye shall know the truth, and the truth shall make you mad. ~Aldous Huxley Never duplicated, frequently impersonated (on Usenet) | PGP Fingerprint: 4A83 2DB4 E8E5 46D9 59A1 3A3D D88F D7B7 BB67 8C30 |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|
|