From 6dc17094b6fc20a9b486d97ab393523c76a79f69 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Tue, 9 May 2017 14:35:10 +0200 Subject: [PATCH] postavlja ssl = yes --- debian/changelog | 6 ++++++ debian/postinst | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8a8d072..bedade6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dovecot-cn (1:2.2.13~cn1) stable; urgency=medium + + * Postavlja ssl = yes u 10-auth.conf + + -- Ivan Rako Tue, 09 May 2017 14:34:56 +0200 + dovecot-cn (1:2.2.13~cn0) stable; urgency=medium * Prva verzija za jessie diff --git a/debian/postinst b/debian/postinst index 110f226..ad23302 100755 --- a/debian/postinst +++ b/debian/postinst @@ -39,6 +39,11 @@ cp_check_and_sed '#ssl =' \ 's/^#ssl =/ssl =/g' \ /etc/dovecot/conf.d/10-ssl.conf || true +# trazio zelja +cp_check_and_sed 'ssl = no' \ + 's/^ssl = no/ssl = yes/g' \ + /etc/dovecot/conf.d/10-ssl.conf || true + # dodao ico, gasi stare SSL protokole cp_check_and_sed '#ssl_protocols =' \ 's/^#ssl_protocols.*/ssl_protocols = !SSLv2 !SSLv3/g' \ -- 1.7.10.4