void-packages/srcpkgs/dovecot/INSTALL

10 lines
197 B
Text
Raw Normal View History

2012-01-31 14:43:27 +00:00
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/sbin/dovecot-mkcert.sh
;;
esac