When connecting with IMAPS (port 993) using openssl I don't get a
prompt asking to accept/reject the SSL certificate.  I have my
certificate_file setting set:

set certificate_file="~/.mutt/cert"

My cert file doesn't exist.  I've tried compiling 1.5.20 and 1.4.2.3
with the same result.  I must have missed a compilation switch.

Thanks for any suggestions.

****

Mutt 1.5.20 (2009-06-14)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.26-2-amd64 (x86_64)
ncurses: ncurses 5.7.20081213 (compiled with 5.7)
libidn: 1.8 (compiled with 1.8)
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK
-USE_POP  +USE_IMAP  -USE_SMTP
+USE_SSL_OPENSSL  -USE_SSL_GNUTLS  -USE_SASL  -USE_GSS  +HAVE_GETADDRINFO
+HAVE_REGCOMP  -USE_GNU_REGEX
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  -CRYPT_BACKEND_GPGME
-EXACT_ADDRESS  -SUN_ATTACHMENT
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET
+HAVE_LANGINFO_YESEXPR
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  -USE_HCACHE
ISPELL="/usr/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/local/share/mutt"
SYSCONFDIR="/usr/local/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <mutt-...@mutt.org>.
To report a bug, please visit http://bugs.mutt.org/.

(w...@server) ~$ldd `which mutt`
        linux-vdso.so.1 =>  (0x00007fff0c1fe000)
        libncursesw.so.5 => /lib/libncursesw.so.5 (0x00007f9603bc1000)
        libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x00007f9603970000)
        libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0x00007f96035d5000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007f96033be000)
        libidn.so.11 => /usr/lib/libidn.so.11 (0x00007f960318c000)
        libc.so.6 => /lib/libc.so.6 (0x00007f9602e39000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007f9602c35000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f9603e0c000)

Reply via email to