Stephen Cott wrote: > Now I am trying to specify the variable: > > set ssl_ca_certificates_file='/etc/ssl/certs/[rootCA.pem]' > > But when I launch mutt I get an error: > > ssl_ca_certificates_file: unknown variable > > The only info I can find on this is to recompile mutt with --with-ssl > but it is already there as far as I can tell. > > mutt -v : > > Mutt 1.5.21 (2010-09-15) > 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 3.2.13-1-ARCH (x86_64) > ncurses: ncurses 5.9.20110404 (compiled with 5.9) > libidn: 1.24 (compiled with 1.24) > hcache backend: GDBM version 1.10. 13/11/2011 (built Nov 19 2011 > 00:07:33) > 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
ssl_ca_certificates_file is an option that is only available if you configure with --with-gnutls unfortunately.