mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 04:13:06 +02:00
dovecot: switch to INSTALL.msg.
This commit is contained in:
parent
12308a98ce
commit
357bebb87a
3 changed files with 7 additions and 14 deletions
|
@ -5,18 +5,5 @@ post)
|
||||||
fi
|
fi
|
||||||
echo "Creating self-signed certificate..."
|
echo "Creating self-signed certificate..."
|
||||||
usr/sbin/dovecot-mkcert.sh
|
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
|
esac
|
||||||
|
|
6
srcpkgs/dovecot/INSTALL.msg
Normal file
6
srcpkgs/dovecot/INSTALL.msg
Normal file
|
@ -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
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dovecot'
|
# Template file for 'dovecot'
|
||||||
pkgname=dovecot
|
pkgname=dovecot
|
||||||
version=2.2.13
|
version=2.2.13
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
||||||
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
--disable-static --with-nss --with-pam --with-mysql --with-pgsql
|
||||||
|
|
Loading…
Add table
Reference in a new issue