Your message dated Wed, 06 Feb 2013 01:02:46 +0000
with message-id <[email protected]>
and subject line Bug#690936: fixed in postfix 2.9.6-1
has caused the Debian Bug report #690936,
regarding postfix: /dev/random not created in chroot if /bin/sh is dash
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
690936: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690936
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: postfix
Version: 2.9.5-1
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***

Package: postfix
Version: 2.9.5-1
Severity: normal

Dear Maintainer,

Because of "echo -e", init.d script fails to create /dev/random in
/var/spool/postfix if /bin/sh is pointed to dash.
As the result, postfix-ldap cannot use SSL out of the box.

The following change should fix this problem:

diff --git a/init.d/postfix b/init.d/postfix
--- a/init.d/postfix
+++ b/init.d/postfix
@@ -156,7 +156,7 @@ configure_instance() {
            if [ -f  ${file} ]; then chmod a+rX ${file}; fi
        done
        # ldaps needs this. debian bug 572841
-       echo -e /dev/random\\n/dev/urandom | cpio -pdL --quiet . 2>/dev/null || 
true
+       printf /dev/random\\n/dev/urandom | cpio -pdL --quiet . 2>/dev/null || 
true
        rm -f usr/lib/zoneinfo/localtime
        mkdir -p usr/lib/zoneinfo
        ln -sf /etc/localtime usr/lib/zoneinfo/localtime

Regards,

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (510, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages postfix depends on:
ii  adduser                3.113+nmu3
ii  cpio                   2.11+dfsg-0.1
ii  debconf [debconf-2.0]  1.5.49
ii  dpkg                   1.16.9
ii  libc6                  2.13-38
ii  libdb5.1               5.1.29-5
ii  libsasl2-2             2.1.25.dfsg1-6
ii  libsqlite3-0           3.7.15.2-1
ii  libssl1.0.0            1.0.1c-4
ii  lsb-base               4.1+Debian9
ii  netbase                5.0
ii  ssl-cert               1.0.32

Versions of packages postfix recommends:
ii  python  2.7.3-3

Versions of packages postfix suggests:
ii  bsd-mailx [mail-reader]  8.1.2-0.20111106cvs-1
pn  dovecot-common           <none>
ii  emacs23 [mail-reader]    23.4+1-4
ii  emacs24 [mail-reader]    24.2+1-1
ii  libsasl2-modules         2.1.25.dfsg1-6
ii  mutt [mail-reader]       1.5.21-6.2
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-20
ii  resolvconf               1.69
pn  sasl2-bin                <none>
ii  sylpheed [mail-reader]   3.3.0-1
pn  ufw                      <none>

-- Configuration Files:
/etc/init.d/postfix changed [not included]

-- debconf information excluded

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (510, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages postfix depends on:
ii  adduser                3.113+nmu3
ii  cpio                   2.11+dfsg-0.1
ii  debconf [debconf-2.0]  1.5.49
ii  dpkg                   1.16.9
ii  libc6                  2.13-38
ii  libdb5.1               5.1.29-5
ii  libsasl2-2             2.1.25.dfsg1-6
ii  libsqlite3-0           3.7.15.2-1
ii  libssl1.0.0            1.0.1c-4
ii  lsb-base               4.1+Debian9
ii  netbase                5.0
ii  ssl-cert               1.0.32

Versions of packages postfix recommends:
ii  python  2.7.3-3

Versions of packages postfix suggests:
ii  bsd-mailx [mail-reader]  8.1.2-0.20111106cvs-1
pn  dovecot-common           <none>
ii  emacs23 [mail-reader]    23.4+1-4
ii  emacs24 [mail-reader]    24.2+1-1
ii  libsasl2-modules         2.1.25.dfsg1-6
ii  mutt [mail-reader]       1.5.21-6.2
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-20
ii  resolvconf               1.69
pn  sasl2-bin                <none>
ii  sylpheed [mail-reader]   3.3.0-1
pn  ufw                      <none>

-- Configuration Files:
/etc/init.d/postfix changed [not included]

-- debconf information excluded

--- End Message ---
--- Begin Message ---
Source: postfix
Source-Version: 2.9.6-1

We believe that the bug you reported is fixed in the latest version of
postfix, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
LaMont Jones <[email protected]> (supplier of updated postfix package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 05 Feb 2013 17:11:41 -0700
Source: postfix
Binary: postfix postfix-ldap postfix-cdb postfix-pcre postfix-mysql 
postfix-pgsql postfix-dev postfix-doc
Architecture: all amd64 i386 source
Version: 2.9.6-1
Distribution: unstable
Urgency: low
Maintainer: Ubuntu Developers <[email protected]>
Changed-By: LaMont Jones <[email protected]>
Closes: 683687 690936
Description: 
 postfix-cdb - CDB map support for Postfix
 postfix-dev - Loadable modules development environment for Postfix
 postfix-doc - Documentation for Postfix
 postfix    - High-performance mail transport agent
 postfix-ldap - LDAP map support for Postfix
 postfix-mysql - MySQL map support for Postfix
 postfix-pcre - PCRE map support for Postfix
 postfix-pgsql - PostgreSQL map support for Postfix
Changes: 
 postfix (2.9.6-1) unstable; urgency=low
 .
   [Wietse Venema]
 .
   * New upstream version
 .
   [Scott Kitterman]
 .
   * reacquire NIS authentication, include libresolv in chroot.  Closes: #683687
 .
   [LaMont Jones]
 .
   * Drop bashism in init.d script.  Closes: #690936
Original-Maintainer: LaMont Jones <[email protected]>
Checksums-Sha1: 
 c6acc3677ad22390fdf7d672eee13d91de0d504e 1591122 postfix_2.9.6-1_amd64.deb
 fd53c5a82681ccb60bbe516c38e54d6f548219e0 264116 postfix-ldap_2.9.6-1_amd64.deb
 e6a1b4f8262d79dbe5cbe27ebf85e3b581a12474 255450 postfix-cdb_2.9.6-1_amd64.deb
 2ee9c5bca00e0d3bcef34ceee529cc8fb06dfe55 257350 postfix-pcre_2.9.6-1_amd64.deb
 9f4af49d9a52979cee7f587ae8ef348703f029cc 257304 postfix-mysql_2.9.6-1_amd64.deb
 d4a4758ebfec0184cdf6532803488512e33a5ed4 257460 postfix-pgsql_2.9.6-1_amd64.deb
 a34476bf08691f1358c4e1bc22c30a46e15506de 1545182 postfix_2.9.6-1_i386.deb
 b428a6125aabd469dbee94ec573e1a33e04063ce 263552 postfix-ldap_2.9.6-1_i386.deb
 d1695982d2684e2940dc3878a8503f5bb47f3ae2 255252 postfix-cdb_2.9.6-1_i386.deb
 5800cae7008708bf3b2aff276a8b6421f138824c 257272 postfix-pcre_2.9.6-1_i386.deb
 c69ff3e6db67bec176460e0ce9d69e2b96b204f3 257224 postfix-mysql_2.9.6-1_i386.deb
 948af680acc94f4cd70f60908e1b0723648309d7 257376 postfix-pgsql_2.9.6-1_i386.deb
 575fbe16540af779e227274a27498122c64f9985 367560 postfix-dev_2.9.6-1_all.deb
 1a2e222c9742aba4419903cf226b2e23be88ca08 1289472 postfix-doc_2.9.6-1_all.deb
 f3a4ee870ab1e4e04feb7a9a602c81e50acbf3df 1817 postfix_2.9.6-1.dsc
 9d7af8670fd13fd5e5290ff2e3f00d724178f0fb 3767309 postfix_2.9.6.orig.tar.gz
 2ab26c0a0326fd48d46434ff266a1451c326f2ae 242800 postfix_2.9.6-1.diff.gz
Checksums-Sha256: 
 1df0c9db25d0fb9191628aa3da028291e65ec349147dbceaec27b3944cf770ba 1591122 
postfix_2.9.6-1_amd64.deb
 ca74e38e5d57ce7b89c291a56355837f79479b6cae4605f8a5d1ecc5bd03d03b 264116 
postfix-ldap_2.9.6-1_amd64.deb
 d959ac7b7ae2d03988b1be1b85882deb4523c11828a794ecd1b54b9e45fea5ee 255450 
postfix-cdb_2.9.6-1_amd64.deb
 bef3f5348ceb3a8cd9335b695e9630ae80344344aadad449d4287a07e754c8ad 257350 
postfix-pcre_2.9.6-1_amd64.deb
 4b810858e9a18192b6de8575285d7cc7dd4cee8780b3919986f098ca277466cc 257304 
postfix-mysql_2.9.6-1_amd64.deb
 02fe375189a667f61245309215e937d7e06e433aebf6d5ba91bca30380a31780 257460 
postfix-pgsql_2.9.6-1_amd64.deb
 a999a546de57ee7ebf56a09b8fa9526b2411b2ad5acfe869964bd6f3f9d106b0 1545182 
postfix_2.9.6-1_i386.deb
 49f3f599ca06fa45b43d7d3c7b9ab38c6715e1a1c6d65dd319dd44e8a7a1eac4 263552 
postfix-ldap_2.9.6-1_i386.deb
 07319b0b762a002a3942c0a96731d64180ed742681e13a892c40cc85403f25fa 255252 
postfix-cdb_2.9.6-1_i386.deb
 81f35d64623eb6b3b33b550186c975e1a81bcea5664030ca4f03bf2fc8d6b49d 257272 
postfix-pcre_2.9.6-1_i386.deb
 ab67dcbfcc46ffdc9d1b80ccc73b0ff02db593b02e023e74dfd4895b0b3d0e1f 257224 
postfix-mysql_2.9.6-1_i386.deb
 978068ee170be0da58384c9e6681b5ff163e53fe9e3d9d41b5397b65e6be5a6e 257376 
postfix-pgsql_2.9.6-1_i386.deb
 96d4de6fd1c38ed115c38658bec79fd2ce2b265ab0501f700f489ff26bd5868f 367560 
postfix-dev_2.9.6-1_all.deb
 f6f4910fdfc709f8f056d2dd16b4cb944aa90c959c3ce53884a24f248c3e1cd5 1289472 
postfix-doc_2.9.6-1_all.deb
 2dd6cc07ce73c56d11afa9260c532d7e248dfcc4dc12a0ecc687e7f16d135594 1817 
postfix_2.9.6-1.dsc
 790542a238f64d2620c26e787c98b07fb6e75a7620ce0584a7932b089dc5367c 3767309 
postfix_2.9.6.orig.tar.gz
 c7bde47f398a96370b6bd4c16512ab1163e2cad9b67d97ba3e8c34e44119ac48 242800 
postfix_2.9.6-1.diff.gz
Files: 
 c02ff2d40ac95cef95459038b75f4482 1591122 mail extra postfix_2.9.6-1_amd64.deb
 7283b45f7f928c2345443f9dc53d29ac 264116 mail extra 
postfix-ldap_2.9.6-1_amd64.deb
 25ff452751ddf39abf0d2534a0ae6899 255450 mail extra 
postfix-cdb_2.9.6-1_amd64.deb
 ae9536d66e845cf62c0b47d6f665ab99 257350 mail extra 
postfix-pcre_2.9.6-1_amd64.deb
 a60bbab1b1bc34b5c3581dd07468f99e 257304 mail extra 
postfix-mysql_2.9.6-1_amd64.deb
 30355b530b1e82b9df005bbbdc300dae 257460 mail extra 
postfix-pgsql_2.9.6-1_amd64.deb
 780ae99c6cf08fd9371cb5b5893d3efc 1545182 mail extra postfix_2.9.6-1_i386.deb
 2a77f5ec7958538bc8003671372119ed 263552 mail extra 
postfix-ldap_2.9.6-1_i386.deb
 ea7f55d9471e37f24f07bca46626e684 255252 mail extra postfix-cdb_2.9.6-1_i386.deb
 e922c9bb579ea119e72d1c5b5dbcde46 257272 mail extra 
postfix-pcre_2.9.6-1_i386.deb
 a5f9308bfea5e85343e9a93883d190b3 257224 mail extra 
postfix-mysql_2.9.6-1_i386.deb
 1f8014897301fb5bc34d44b2c8ba2152 257376 mail extra 
postfix-pgsql_2.9.6-1_i386.deb
 deda386c1f82355582b923994f2497fc 367560 devel extra postfix-dev_2.9.6-1_all.deb
 2cb8f09ae2540a0346127da6fa192795 1289472 doc extra postfix-doc_2.9.6-1_all.deb
 4b5fd7c6e70987ff7cf960d48820a68e 1817 mail extra postfix_2.9.6-1.dsc
 62eba08ce4acfa6b421e8fa88f2422d1 3767309 mail extra postfix_2.9.6.orig.tar.gz
 313b38262157b2ea6b22bebae96e2dc6 242800 mail extra postfix_2.9.6-1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAlERqCkACgkQzN/kmwoKySc9AACgkqCGkDdGjL8HhxrvWD4IVcT8
CB0An33BKXCA7TKz/7tLlQ4p44wkdsBL
=xUkk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to