diff --git a/srcpkgs/dovecot/INSTALL b/srcpkgs/dovecot/INSTALL index a848156155c..ab452f35b49 100644 --- a/srcpkgs/dovecot/INSTALL +++ b/srcpkgs/dovecot/INSTALL @@ -5,18 +5,5 @@ post) fi echo "Creating self-signed certificate..." usr/sbin/dovecot-mkcert.sh - - cat <<_EOF -========================================================================== - -A self-signed certificate for SSL has been created automatically, but -this should be created again with proper settings in dovecot-openssl.cnf: - - $ rm -f /etc/ssl/{certs,private}/dovecot.pem - $ [edit /etc/ssl/dovecot-openssl.cnf] - $ /usr/sbin/dovecot-mkcert.sh - -========================================================================== -_EOF ;; esac diff --git a/srcpkgs/dovecot/INSTALL.msg b/srcpkgs/dovecot/INSTALL.msg new file mode 100644 index 00000000000..55e60631db7 --- /dev/null +++ b/srcpkgs/dovecot/INSTALL.msg @@ -0,0 +1,6 @@ +A self-signed certificate for SSL has been created automatically, but +this should be created again with proper settings in dovecot-openssl.cnf: + + $ rm -f /etc/ssl/{certs,private}/dovecot.pem + $ [edit /etc/ssl/dovecot-openssl.cnf] + $ /usr/sbin/dovecot-mkcert.sh diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index 8803bc4c0b6..d0189133aa2 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -1,7 +1,7 @@ # Template file for 'dovecot' pkgname=dovecot version=2.2.13 -revision=4 +revision=5 build_style=gnu-configure configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin --disable-static --with-nss --with-pam --with-mysql --with-pgsql