Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2004 15:45:09 +1000
From:      "Tim McCullagh" <timbo@halenet.com.au>
To:        "Vivek Khera" <vivek@khera.org>
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: postfix-2.1.1 with TLS and SASL
Message-ID:  <057701c43b08$f32fcdb0$6500a8c0@halenet.com.au>

next in thread | raw e-mail | index | archive | help
Hi

I have been trying to perform an upgrade install from 2.0.19 to the new
postfix port 2.1 with TLS and SASL on a freebsd 4.9 machine

The install seems to install just fine except that when I test it from a
mail client it states that

The server does not support a SSL connection.

The server did support a SSL connection prior to the upgrade

When going through the steps in the tutorial by Tim Yocum at
http://yocum.org/faqs/postfix-tls-sasl.html
I found that when I Verify that the correct libraries have been linked.
Using    ldd /usr/libexec/postfix/smtpd
I get
mail# ldd /usr/libexec/postfix/smtpd
/usr/libexec/postfix/smtpd:
        libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x28095000)
        libpcre.so.0 => /usr/local/lib/libpcre.so.0 (0x280a9000)
        libc.so.4 => /usr/lib/libc.so.4 (0x280b4000)

This is inconsistent with what Tim Yocum suggests should be there
smtpd:
        libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x28096000)
        libssl.so.3 => /usr/local/lib/libssl.so.3 (0x280aa000)
        libcrypto.so.3 => /usr/local/lib/libcrypto.so.3 (0x280db000)
        libc.so.5 => /usr/lib/libc.so.5 (0x281df000)

and hence is missing the libcrypto and libssl libraries

I have cyrus-sasl-2.1.18 installed.   Previously I had cyrus-sasl-2.1.17

hence my question,  is there a change between versions cyrus-sasl-2.1.17 and
cyrus-sasl-2.1.18 that may explain why it no longer supports the ssl
connection, or should I be looking elsewhere


Thanks and Regards

Tim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?057701c43b08$f32fcdb0$6500a8c0>