Package: postfix
Version: 2.3.4-3
Severity: important
Tags: patch
In order to use lookup with ldaps protocol, I have to access some cert
in /etc/ldap/ssl. The chroot method written for postfix doesn't take in
account these files.
I attached a path that copies the entire /etc/ldap directory in order to
have the default configuration file (/etc/ldap/ldap.conf) and all ldap
config files also.
Is it ok ?
Thanks in advance to take in account this kind of problem. Or feel free
to send me a answer on how to make that in a more Debian way.
--
Thierry.
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages postfix depends on:
ii adduser 3.101 Add and remove users and groups
ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii dpkg 1.13.25 package maintenance system for Deb
ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries
ii libdb4.3 4.3.29-6 Berkeley v4.3 Database Libraries [
ii libsasl2-2 2.1.22.dfsg1-8 Authentication abstraction library
ii libssl0.9.8 0.9.8c-4 SSL shared libraries
ii lsb-base 3.1-22 Linux Standard Base 3.1 init scrip
ii netbase 4.27 Basic TCP/IP networking system
ii ssl-cert 1.0.13 Simple debconf wrapper for openssl
Versions of packages postfix recommends:
ii emacs21 [mail-re 21.4a+1-3 The GNU Emacs editor
ii evolution [mail- 2.6.3-3 groupware suite with mail client a
ii icedove [mail-re 1.5.0.9.dfsg1-1 free/unbranded thunderbird mail cl
ii mailx [mail-read 1:8.1.2-0.20050715cvs-1 A simple mail user agent
ii mutt [mail-reade 1.5.13-1.1 text-based mailreader supporting M
ii nmh [mail-reader 1.1-release-4 A set of electronic mail handling
ii sylpheed-claws-g 2.6.0-1 Fast, lightweight and user-friendl
-- debconf information excluded
--- /etc/init.d/postfix 2007-01-03 18:56:25.000000000 +0100
+++ postfix 2007-01-10 16:46:00.000000000 +0100
@@ -68,6 +68,8 @@
ln -sf /etc/localtime usr/lib/zoneinfo/localtime
rm -f lib/libnss_*so*
tar cf - /lib/libnss_*so* 2>/dev/null |tar xf -
+ rm -rf etc/ldap
+ cp -a /etc/ldap etc/
umask $oldumask
fi