X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=postfix-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=eefbed27b4245f34042f630b06994ba3745140ed;hp=dd617e12859e48fa15846715fd2ce32e4f6ecbc4;hb=5909c786ea7496fa35ea3f2d746311d8b98ca8a5;hpb=ac077435805efa4c4d9e4880b5dd452a7a53c350 diff --git a/debian/postinst b/debian/postinst index dd617e1..eefbed2 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"