dovecot: switch to INSTALL.msg.
This commit is contained in:
parent
12308a98ce
commit
357bebb87a
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue