New package: dovecot-2.0.17.

This commit is contained in:
Juan RP
2012-01-31 15:43:27 +01:00
parent 9b25510d01
commit 2bc19bd1f7
16 changed files with 229 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Set correct path to OPENSSLCONFIG.
--- doc/mkcert.sh.orig 2012-01-31 15:25:06.611718182 +0100
+++ doc/mkcert.sh 2012-01-31 15:25:27.298222975 +0100
@@ -5,7 +5,7 @@
OPENSSL=${OPENSSL-openssl}
SSLDIR=${SSLDIR-/etc/ssl}
-OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}
+OPENSSLCONFIG=${OPENSSLCONFIG-${SSLDIR}/dovecot-openssl.cnf}
CERTDIR=$SSLDIR/certs
KEYDIR=$SSLDIR/private