Package: postfix Version: 2.11.3-1 Severity: normal Tags: patch A simple typo in the init script causes it to copy the $smtp_tls_CAfile to the wrong location in the chroot. Patch attached.
-- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages postfix depends on: ii adduser 3.113+nmu3 ii cpio 2.11+dfsg-4.1 ii debconf [debconf-2.0] 1.5.56 ii dpkg 1.18.0 ii libc6 2.19-18 ii libdb5.3 5.3.28-9 ii libsasl2-2 2.1.26.dfsg1-13 ii libsqlite3-0 3.8.10.2-1 ii libssl1.0.0 1.0.2a-1 ii lsb-base 4.1+Debian13+nmu1 ii netbase 5.3 ii ssl-cert 1.0.36 Versions of packages postfix recommends: ii python 2.7.9-1 Versions of packages postfix suggests: ii bsd-mailx [mail-reader] 8.1.2-0.20150408cvs-1 pn dovecot-common <none> ii icedove [mail-reader] 33.0~b1-1 ii libsasl2-modules 2.1.26.dfsg1-13 ii mutt [mail-reader] 1.5.23-3 pn postfix-cdb <none> pn postfix-doc <none> pn postfix-ldap <none> pn postfix-mysql <none> pn postfix-pcre <none> pn postfix-pgsql <none> ii procmail 3.22-25 pn resolvconf <none> pn sasl2-bin <none> pn ufw <none> -- debconf information excluded
--- init.d/postfix 2014-06-16 16:14:59.000000000 +0000 +++ /home/jelmer/postfix 2015-05-25 11:47:15.790628164 +0000 @@ -135,7 +135,7 @@ ;; *) if test -f "$ca_file"; then - dest_dir="$queue_dir/${ca_path#/}" + dest_dir="$queue_dir/${ca_file#/}" mkdir --parent "$dest_dir" cp -L "$ca_file" "$dest_dir" fi