[svn:qpsmtpd] r665 - branches/0.3x/config.sample

[email protected] Wed, 4 Oct 2006 08:10:40 -0700 (PDT)
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
Author: jpeacock
Date: Wed Oct  4 08:10:23 2006
New Revision: 665

Modified:
   branches/0.3x/config.sample/tls_ciphers

Log:
Sample tls_ciphers configuration should have HIGH as a default.

Modified: branches/0.3x/config.sample/tls_ciphers
==============================================================================
--- branches/0.3x/config.sample/tls_ciphers	(original)
+++ branches/0.3x/config.sample/tls_ciphers	Wed Oct  4 08:10:23 2006
@@ -1,4 +1,4 @@
-# Override HIGH security using suitable string from available ciphers at 
+# Override default security using suitable string from available ciphers at 
 # L<http://www.openssl.org/docs/apps/ciphers.html#CIPHER_STRINGS>
 # See plugins/tls for details.
-MEDIUM
+HIGH