[dovecot-cvs] dovecot/doc dovecot-mysql.conf,1.2,1.3

cras at dovecot.org cras at dovecot.org
Mon Jul 26 20:06:37 EEST 2004


Update of /home/cvs/dovecot/doc
In directory talvi:/tmp/cvs-serv21155/doc

Modified Files:
	dovecot-mysql.conf 
Log Message:
Added MySQL SSL support.



Index: dovecot-mysql.conf
===================================================================
RCS file: /home/cvs/dovecot/doc/dovecot-mysql.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dovecot-mysql.conf	6 Jul 2004 08:30:14 -0000	1.2
+++ dovecot-mysql.conf	26 Jul 2004 17:06:35 -0000	1.3
@@ -28,6 +28,17 @@
 db_passwd = opensesame
 db_client_flags = 0
 
+# Parameters for SSL connection to MySQL 4.x
+#
+# Only ssl_ca or ssl_ca_path is required. Set ssl_cert and ssl_key 
+# to use x509 authentication instead of username/password pair.
+
+#ssl_cert = /etc/mysql/ssl/client-cert.pem
+#ssl_key = /etc/mysql/ssl/client-key.pem
+#ssl_ca = /etc/mysql/ssl/cacert.pem
+#ssl_ca_path = /etc/mysql/ssl/
+#ssl_cipher = HIGH
+
 # Default password scheme.
 #
 # Currently supported schemes include PLAIN, PLAIN-MD5, DIGEST-MD5, and CRYPT.



More information about the dovecot-cvs mailing list