X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=c294a006d9a5ef6c2c07cf5cb85f27ff7a0aa3c0;hb=dff0b6a4d1526203b220380ba39a1b59b61cc4f2;hp=dd617e12859e48fa15846715fd2ce32e4f6ecbc4;hpb=ac077435805efa4c4d9e4880b5dd452a7a53c350;p=postfix-cn.git diff --git a/debian/postinst b/debian/postinst index dd617e1..c294a00 100755 --- a/debian/postinst +++ b/debian/postinst @@ -248,10 +248,10 @@ if [ "$restart_saslauthd" = "yes" ]; then fi # TLS stuff -postconf -e smtp_use_tls="yes" +postconf -e smtp_tls_security_level="may" postconf -e smtp_tls_session_cache_database="sdbm:/var/lib/postfix/smtp_scache" postconf -e smtp_tls_session_cache_timeout="3600s" -postconf -e smtpd_use_tls="yes" +postconf -e smtpd_tls_security_level="may" 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" @@ -359,3 +359,5 @@ if [ "$restart_postfix" = "yes" ]; then fi fi cp_mail postfix-cn + +#DEBHELPER#