+postfix-cn (3.1.8~cn1) stable; urgency=medium
+
+ * sdbm->btree
+ * rjesava gresku "using backwards-compatible default setting chroot=y"
+
+ -- Ivan Rako <Ivan.Rako@CARNet.hr> Tue, 03 Dec 2019 12:11:31 +0100
+
postfix-cn (3.1.8~cn0) stable; urgency=medium
* Prva verzija za stretch
# TLS stuff
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_database="btree:/var/lib/postfix/smtp_scache"
postconf -e smtp_tls_session_cache_timeout="3600s"
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_database="btree:/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_exclude_ciphers="aNULL"
fi
fi
+# rjesava gresku using backwards-compatible default setting chroot=y
+postconf -F smtp/inet/chroot=y && restart_postfix="yes"
+
# restart
if [ "$restart_postfix" = "yes" ]; then
service postfix restart