dovecot: remove INSTALL{,.msg}, we don't ship a default config anymore
This commit is contained in:
parent
608f756f85
commit
3e54b1d2cc
3 changed files with 1 additions and 16 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue