Package: mutt
Version: 1.5.22-1
Severity: minor

man muttrc says:

       smtp_authenticators
              Type: string
              Default: “”

              This  is a colon-delimited list of authentication methods mutt 
may attempt to use to log in to an SMTP server, in the order mutt should try 
them.  Authenti‐
              cation methods are any SASL mechanism, e.g.  “digest-md5”, 
“gssapi” or “cram-md5”.  This option is case-insensitive. If it is  “unset”  
(the  default)  mutt
              will try all available methods, in order from most-secure to 
least-secure.

              Example:


              set smtp_authenticators=”digest-md5:cram-md5”


              Note: On Debian systems, this variable defaults to the example 
mentioned. This file is managed by the “ca-certificates” package.

which comes from debian/patches/debian-specific/document_debian_defaults.patch:

@@ -2825,6 +2838,9 @@ struct option_t MuttVars[] = {
   ** .ts
   ** set smtp_authenticators="digest-md5:cram-md5"
   ** .te
+  ** .pp
+  ** \fBNote:\fP On Debian systems, this variable defaults to the example
+  ** mentioned. This file is managed by the ``ca-certificates'' package.
   */
 # endif /* USE_SASL */
   { "smtp_pass",       DT_STR,  R_NONE, UL &SmtpPass, UL 0 },

AFAICT this belongs to the "ssl_ca_certificates_file" option.

Regards
Evggeni

-- Package-specific info:
Mutt 1.5.22 (2013-10-16)
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.12-1-amd64 (x86_64)
ncurses: ncurses 5.9.20140118 (compiled with 5.9)
libidn: 1.28 (compiled with 1.28)
hcache backend: tokyocabinet 1.4.48

Compiler:
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc-4.8.real
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.8.2-15' 
--with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs 
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.8 --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls 
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap 
--enable-plugin --with-system-zlib --disable-browser-plugin 
--enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home 
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --
 with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release 
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.2 (Debian 4.8.2-15) 

Configure options: '--prefix=/usr' '--sysconfdir=/etc' 
'--mandir=/usr/share/man' '--with-docdir=/usr/share/doc' 
'--with-mailpath=/var/mail' '--disable-dependency-tracking' 
'--enable-compressed' '--enable-debug' '--enable-fcntl' '--enable-hcache' 
'--enable-gpgme' '--enable-imap' '--enable-smtp' '--enable-pop' '--with-curses' 
'--with-gnutls' '--with-gss' '--with-idn' '--with-mixmaster' '--with-sasl' 
'--without-gdbm' '--without-bdb' '--without-qdbm' '--build' 'x86_64-linux-gnu' 
'--enable-nntp' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall' 
'LDFLAGS=-Wl,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2 -I/usr/include/qdbm'

Compilation CFLAGS: -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall

Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_NNTP  +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  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to <[email protected]>.
To report a bug, please visit http://bugs.mutt.org/.

0001-__misc__am-maintainer-mode.patch
0002-__features__ifdef.patch
0003-__features__xtitles.patch
0004-__features__trash-folder.patch
0005-__features__purge-message.patch
0006-__features__imap_fast_trash.patch
0007-__features__sensible_browser_position.patch
0008-__features-old__patch-1.5.4.vk.pgp_verbose_mime.patch
0009-__features__compressed-folders.patch
0010-__features__compressed-folders.debian.patch
0011-__debian-specific__Muttrc.patch
0012-__debian-specific__Md.etc_mailname_gethostbyname.patch
0013-__debian-specific__use_usr_bin_editor.patch
0014-__debian-specific__correct_docdir_in_man_page.patch
0015-__debian-specific__dont_document_not_present_feature.patch
0016-__debian-specific__document_debian_defaults.patch
0017-__debian-specific__assumed_charset-compat.patch
0018-__debian-specific__467432-write_bcc.patch
0019-__debian-specific__566076-build_doc_adjustments.patch
0020-__misc__define-pgp_getkeys_command.patch
0021-__misc__gpg.rc-paths.patch
0022-__misc__smime.rc.patch
0023-__misc__fix-configure-test-operator.patch
0024-__upstream__531430-imapuser.patch
0025-__upstream__543467-thread-segfault.patch
0026-__upstream__542817-smimekeys-tmpdir.patch
0027-__upstream__548577-gpgme-1.2.patch
0028-__upstream__553321-ansi-escape-segfault.patch
0029-__upstream__547980-smime_keys-chaining.patch
0030-__upstream__528233-readonly-open.patch
0031-__upstream__228671-pipe-mime.patch
0032-__upstream__383769-score-match.patch
0033-__upstream__603288-split-fetches.patch
0034-__upstream__611410-no-implicit_autoview-for-text-htm.patch
0035-__upstream__path_max.patch
0036-Update-German-translation.patch
0036-__separator__mutt.org.patch
0037-__mutt-patched__sidebar.patch
0038-__mutt-patched__sidebar-dotpathsep.patch
0039-__mutt-patched__sidebar-utf8.patch
0040-__mutt-patched__multiple-fcc.patch
0041-__mutt-patched__sidebar-newonly.patch
0042-__mutt-patched__nntp.patch

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mutt depends on:
ii  libassuan0        2.1.1-1
ii  libc6             2.18-4
ii  libcomerr2        1.42.9-3
ii  libgnutls26       2.12.23-13
ii  libgpg-error0     1.12-0.2
ii  libgpgme11        1.4.3-0.1
ii  libgssapi-krb5-2  1.12+dfsg-2
ii  libidn11          1.28-1
ii  libk5crypto3      1.12+dfsg-2
ii  libkrb5-3         1.12+dfsg-2
ii  libncursesw5      5.9+20140118-1
ii  libsasl2-2        2.1.26.dfsg1-9
ii  libtinfo5         5.9+20140118-1
ii  libtokyocabinet9  1.4.48-2

Versions of packages mutt recommends:
ii  libsasl2-modules                2.1.26.dfsg1-9
ii  locales                         2.18-4
ii  mime-support                    3.54
ii  postfix [mail-transport-agent]  2.11.0-1

Versions of packages mutt suggests:
ii  aspell           0.60.7~20110707-1
ii  ca-certificates  20130906
ii  gnupg            1.4.16-1.1
pn  mixmaster        <none>
ii  openssl          1.0.1f-1
pn  urlview          <none>

Versions of packages mutt is related to:
ii  mutt          1.5.22-1
ii  mutt-dbg      1.5.22-1
ii  mutt-patched  1.5.22-1

-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to