Using SSL with IMAP Clients |
|
Many popular IMAP clients can be configured to use SSL when connecting to a SSL enabled IMAP server. This encrypts the connection between the client and the server so that a users email password can not be easily compromised. SSL is available on all three IMAP servers – imapserver1, imapserver2, and imapserver3. Sample configuration for some popular clients is presented here: Outlook Express, Mozilla Thunderbird, Netscape Communicator, and Pine |
|
|
|
Microsoft Outlook Express (v6.0) In Outlook Express start the client and click on Tools, Accounts
netstat -a|grep 993 TCP yoyo:1269 imapserver1.fnal.gov:993 ESTABLISHED
This shows that my client is talking to port 993 on the IMAP server. Windows NT/2000 users that don't have grep can use find. netstat -a|find "993" TCP yoyo:1269 imapserver1.fnal.gov:993 ESTABLISHED
|
|
Start the client and click on Tools, Account Settings
Then click on Server Settings
Select Use Secure Connection. The port number should change to 993. Click on OK and restart the client. Connections to the IMAP server will now use SSL.
|
|
In Netscape start the client and click on Edit, Preferences.
Now when reading mail note the lock symbol at the bottom of the client.
|
|
Pine added support for SSL starting in v4.3. It has to enabled at the time it is built. To enable SSL simply edit your .pinerc file and change the mailbox paths as shown: inbox-path={imapserver1.fnal.gov/ssl}inbox
|
|
Reported problems |
|
|
last modified 05/24/2005 email Fermilab |
|
|
|
|
|
|