>> Openssl version - openssl-1.0.1_8 >When was it last updated? When did the problem start?
This is the most recent version from freebsd ports. This is new installation. I just installed Freebsd 9.2 stable, updated ports to the latest version and installed postfix. The problem started as soon as I start sending emails. >> FreeBSD version - FreeBSD 9.2-STABLE #1 r256306: >When was it last updated? When did the problem start? See above. > Is this the default SSL library for the OS? (/usr/local/lib rather > than /usr/lib or /lib)? It's installed as dependency. > Is it building with mysql that adds /usr/local/lib to the linker > search path? Yes, it's building with mysql, but i can't say what's adding this path. >> Reading symbols from /lib/libz.so.6...done. >> Loaded symbols for /lib/libz.so.6 > When was it last updated? When did the problem start? This lib is from FreeBSD installation. I installed system on October, 11. This lib created with installation. > Sure looks like either OpenSSL or zlib is broken. Perhaps related to: > http://jabber.996255.n3.nabble.com/cores-on-freebsd-9-stable-td28747.html Do you know how can I build postfix with base system openssl? >> Tried also posttls-finger from postfix 2.11. Program exited normally. > Which OpenSSL did this link with? Report the output of: > ldd bin/posttls-finger ldd posttls-finger posttls-finger: libpcre.so.3 => /usr/local/lib/libpcre.so.3 (0x800856000) libssl.so.8 => /usr/local/lib/libssl.so.8 (0x800ac1000) libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x800d29000) libc.so.7 => /lib/libc.so.7 (0x801120000) libthr.so.3 => /lib/libthr.so.3 (0x80147a000)