diff --git a/srcpkgs/dovecot/INSTALL b/srcpkgs/dovecot/INSTALL deleted file mode 100644 index 3c5ade70de6..00000000000 --- a/srcpkgs/dovecot/INSTALL +++ /dev/null @@ -1,9 +0,0 @@ -case "${ACTION}" in -post) - if [ -f etc/ssl/private/dovecot.pem -a -f etc/ssl/certs/dovecot.pem ]; then - exit 0 - fi - echo "Creating self-signed certificate..." - usr/bin/dovecot-mkcert.sh - ;; -esac diff --git a/srcpkgs/dovecot/INSTALL.msg b/srcpkgs/dovecot/INSTALL.msg deleted file mode 100644 index 2dc5444d4df..00000000000 --- a/srcpkgs/dovecot/INSTALL.msg +++ /dev/null @@ -1,6 +0,0 @@ -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/bin/dovecot-mkcert.sh diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index 27a781db513..18affe91fe1 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -2,7 +2,7 @@ # revbump dovecot-plugin-pigeonhole when updating dovecot! pkgname=dovecot version=2.3.16 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin --disable-static --with-pam --with-mysql --with-pgsql --with-lucene