X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=b9202d111a5745b6947f5175bd9bed962c0585dc;hb=38d9a6700d7248f523c8c9d056f1470f99eb7eef;hp=0d75081e6f8a19364e9e36ffca65b9a6ce3c52fe;hpb=d78f12c6bd8a4ec6ef0eee12dd9a8551fd57766f;p=dovecot-cn.git diff --git a/debian/postinst b/debian/postinst index 0d75081..b9202d1 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e [ "$1" = "configure" ] || exit 0 [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx @@ -6,6 +8,40 @@ # Load CARNet Tools . /usr/share/carnet-tools/functions.sh + +function move_certs() { + if [ -f /etc/dovecot/private/dovecot.pem -a ! -f /etc/dovecot/private/dovecot.key ]; then + mv -f /etc/dovecot/private/dovecot.pem /etc/dovecot/private/dovecot.key || true + fi + + if [ -f /etc/dovecot/dovecot.pem ]; then + mv -f /etc/dovecot/dovecot.pem /etc/dovecot/private/dovecot.pem || true + fi +} + +function put_new_certs() { +# postavlja cert i key na nove putanje iz bustera + cp_check_and_sed '#ssl_key = &1 > /dev/null - fi +dovecert="$(doveconf ssl_cert)" +dovekey="$(doveconf ssl_key)" - cp_check_and_sed '#ssl_cert =