diff -Naur dovecot-1.0.5/doc/mkcert.sh dovecot-1.0.5-magellan/doc/mkcert.sh --- dovecot-1.0.5/doc/mkcert.sh 2007-05-19 13:14:04.000000000 +0200 +++ dovecot-1.0.5-magellan/doc/mkcert.sh 2007-10-16 01:51:40.000000000 +0200 @@ -4,14 +4,14 @@ # Edit dovecot-openssl.cnf before running this. OPENSSL=${OPENSSL-openssl} -SSLDIR=${SSLDIR-/etc/ssl} +SSLDIR=${SSLDIR-/etc/dovecot/ssl} OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf} -CERTDIR=$SSLDIR/certs -KEYDIR=$SSLDIR/private +CERTDIR=$SSLDIR +KEYDIR=$SSLDIR CERTFILE=$CERTDIR/dovecot.pem -KEYFILE=$KEYDIR/dovecot.pem +KEYFILE=$KEYDIR/dovecot.key if [ ! -d $CERTDIR ]; then echo "$SSLDIR/certs directory doesn't exist"