Package: postfix
Version: 2.2.4-1.0.1

Postfix cannot locate libz.so if client use TLS. Secure connections cannot be made to SMTP server, because it breaks connections:

Oct 25 06:50:15 x postfix/smtpd[9509]: warning: cannot get certificate from file /etc/postfix/ssl-certs/x.
cert.cert
Oct 25 06:50:15 x postfix/smtpd[9509]: warning: TLS library problem: 9509:error:25066067:DSO support routines :DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:162:filename(libz.so): libz.so: cannot open shared obj
ect file: No such file or directory:
Oct 25 06:50:15 x postfix/smtpd[9509]: warning: TLS library problem: 9509:error:25070067:DSO support routines
:DSO_load:could not load the shared library:dso_lib.c:244:
Oct 25 06:50:15 x postfix/smtpd[9509]: cannot load RSA certificate and key data

I solved this problem in that way:
# ln -s /usr/lib/libz.so.1 /usr/lib/libz.so

Additional info about my box:

x:/usr/lib# uname -a
Linux x 2.6.11.5 #2 SMP Wed Mar 30 22:20:13 CEST 2005 i686 GNU/Linux
x:/usr/lib# dpkg -s libc6  | grep ^Version
Version: 2.3.5-6

postfix depends on:
libc6 (>= 2.3.5-1), libdb4.2, libsasl2 (>= 2.1.19), libssl0.9.8, debconf (>= 0.5) | debconf-2.0, netbase, adduser (>= 3.48), dpkg (>= 1.8.3)

Best regards,

Piotr Konieczny


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to