[dovecot-cvs] dovecot configure.in,1.49,1.50 dovecot-example.conf,1.18,1.19

cras at procontrol.fi cras at procontrol.fi
Mon Nov 25 00:07:56 EET 2002


Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv14966

Modified Files:
	configure.in dovecot-example.conf 
Log Message:
Added script to easily generate self-signed certificate.



Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- configure.in	24 Nov 2002 19:49:47 -0000	1.49
+++ configure.in	24 Nov 2002 22:07:53 -0000	1.50
@@ -121,6 +121,12 @@
 		want_openssl=yes
 	])
 
+AC_ARG_WITH(ssldir,
+[  --with-ssldir=DIR       SSL base directory for certificates (/etc/ssl)],
+	ssldir="$withval",
+	ssldir=/etc/ssl
+)
+
 dnl **
 dnl ** just some generic stuff...
 dnl **

Index: dovecot-example.conf
===================================================================
RCS file: /home/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- dovecot-example.conf	21 Nov 2002 20:31:02 -0000	1.18
+++ dovecot-example.conf	24 Nov 2002 22:07:53 -0000	1.19
@@ -4,6 +4,7 @@
 # any of the lines. Exception to this are paths, they're just examples
 # with real defaults being based on configure options. The paths listed here
 # are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+# --with-ssldir=/etc/ssl
 
 # Port to listen in for IMAP connections. This port is used for TLS
 # connections as well. Setting it to 0 disables it.
@@ -22,8 +23,8 @@
 
 # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
 # dropping root privileges, so keep the key file unreadable by anyone but
-# root. Note that these default paths here are absolute, configure options
-# don't affect them. Use for example OpenSSL to generate these files.
+# root. Included doc/mkcert.sh can be used to easily generate self-signed
+# certificate, just make sure to update the domains in dovecot-openssl.cnf
 #ssl_cert_file = /etc/ssl/certs/imapd.pem
 #ssl_key_file = /etc/ssl/private/imapd.pem
 




More information about the dovecot-cvs mailing list