X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostinst;h=110ec6c0d9adf87357fd7bd0961e2f8ec1eb61c1;hb=7cd919bade9722ad8394be41fe3f106f4e7b193f;hp=df8fdbf8b77d4c4cdb804a5b5f7c463532885e96;hpb=8bf0e899a56e57b93a9e4f2a3f1d6fa53806e4de;p=postfix-cn.git diff --git a/debian/postinst b/debian/postinst index df8fdbf..110ec6c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -274,7 +274,7 @@ $fqdn root@$mailname + ln -sf "$cert.pem" `openssl x509 -noout -hash < "$cert.pem"`.0 - chown root.root "/etc/ssl/certs/$cert.pem" + chown root:root "/etc/ssl/certs/$cert.pem" chmod 0640 "/etc/ssl/certs/$cert.pem" fi @@ -286,8 +286,6 @@ postconf -e smtpd_use_tls="yes" postconf -e smtpd_tls_session_cache_database="sdbm:/var/lib/postfix/smtpd_scache" postconf -e smtpd_tls_session_cache_timeout="3600s" postconf -e tls_random_source="dev:/dev/urandom" -postconf -e smtpd_tls_mandatory_protocols="SSLv3, TLSv1" -postconf -e smtpd_tls_mandatory_ciphers="medium, high" postconf -e smtpd_tls_exclude_ciphers="aNULL" postconf -e smtpd_tls_mandatory_exclude_ciphers="aNULL" # ako je postavljen neki drugi certifikat, ne diraj