From: Ivan Rako Date: Tue, 9 May 2017 12:35:10 +0000 (+0200) Subject: postavlja ssl = yes X-Git-Tag: debian/1%2.2.13_cn1~4 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=dovecot-cn.git;a=commitdiff_plain;h=6dc17094b6fc20a9b486d97ab393523c76a79f69;ds=sidebyside postavlja ssl = yes --- 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' \