From 0d1e69ae10af5eba7cd3426e802d40d17b6db218 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 27 Oct 1999 00:15:14 +0000 Subject: This preliminary SSL patch goes to Mike. svn path=/trunk/; revision=2643 --- sample.rcfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sample.rcfile') diff --git a/sample.rcfile b/sample.rcfile index 3e49f83c..b08af78f 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -27,6 +27,9 @@ # uidl # no uidl # port -- must be followed by a TCP/IP port number +# ssl +# sslkeyfile -- must be followed by path to private key file +# sslcertfile -- must be followed by path to certificate file # authenticate (or auth) -- must be followed by an authentication type # timeout -- must be followed by a numeric timeout value # envelope -- must be followed by an envelope header name @@ -91,6 +94,11 @@ # kpop (or KPOP) # etrn (or ETRN) # +# Add ssl for protocols operating over an SSL connection (POP3 and IMAP) +# Default port for IMAPS (IMAP over SSL) is 993 +# Default port for POP3S (POP3 over SSL) is 995 +# Taken from assigned numbers and compatible with netscape/outlook usage. +# # Legal authentication types are # login # kerberos -- cgit v1.2.3