Hi, I am trying to compile courier-imap 3.0.3 with tls/ssl support. I used the following configure line:
export LDFLAGS="-L/usr/local/openssl-0.9.7c/include" export CPPFLAGS="-I/usr/local/openssl-0.9.7c/include" ./configure --prefix=/usr/local/courier-imap-3.0.3 --disable-root-check --without-authpam --without-authldap --without-authpwd --without-authpgsql --without-authshadow --without-authuserdb --without-authcustom --without-authcram --without-authdaemon --with-authvchkpw --with-ssl --with-couriertls Now when I start the server and try to receive my mails I get the following error in /var/log/mail: May 4 01:06:07 myserver imapd-ssl: /usr/local/courier-imap-3.0.3/bin/couriertls: No such file or directory How must I compile courier-imap to include couriertls? What's wrong with my setup? Any hints? Bye and thanks, Werner