<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mailutils.org/usqay/index.php?action=history&amp;feed=atom&amp;title=Mailutils_info</id>
	<title>Mailutils info - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mailutils.org/usqay/index.php?action=history&amp;feed=atom&amp;title=Mailutils_info"/>
	<link rel="alternate" type="text/html" href="https://mailutils.org/usqay/index.php?title=Mailutils_info&amp;action=history"/>
	<updated>2026-08-10T22:45:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://mailutils.org/usqay/index.php?title=Mailutils_info&amp;diff=396&amp;oldid=prev</id>
		<title>Gray: Created page with &quot;The &lt;tt&gt;mailutils info&lt;/tt&gt; command displays information about GNU Mailutils compile-time configuration.  In normal form its output lists a single configuration flag per l...&quot;</title>
		<link rel="alternate" type="text/html" href="https://mailutils.org/usqay/index.php?title=Mailutils_info&amp;diff=396&amp;oldid=prev"/>
		<updated>2015-07-11T10:49:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The &amp;lt;tt&amp;gt;&lt;a href=&quot;/wiki/Mu&quot; class=&quot;mw-redirect&quot; title=&quot;Mu&quot;&gt;mailutils&lt;/a&gt; info&amp;lt;/tt&amp;gt; command displays information about GNU Mailutils compile-time configuration.  In normal form its output lists a single configuration flag per l...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;lt;tt&amp;gt;[[mu|mailutils]] info&amp;lt;/tt&amp;gt; command displays information about GNU Mailutils compile-time configuration.  In normal form its output lists a single configuration flag per line, e.g.:&lt;br /&gt;
&lt;br /&gt;
  $ mailutils info&lt;br /&gt;
  VERSION=2.99.99&lt;br /&gt;
  SYSCONFDIR=/etc&lt;br /&gt;
  MAILSPOOLDIR=/var/mail/&lt;br /&gt;
  SCHEME=mbox&lt;br /&gt;
  LOG_FACILITY=mail&lt;br /&gt;
  IPV6&lt;br /&gt;
  USE_LIBPAM&lt;br /&gt;
  HAVE_LIBLTDL&lt;br /&gt;
  WITH_GDBM&lt;br /&gt;
  WITH_GNUTLS&lt;br /&gt;
  WITH_GSASL&lt;br /&gt;
  ...&lt;br /&gt;
&lt;br /&gt;
A configuration flag can consist either of a single word, indicating that a particular capability has been enabled at compile time, or of a keyword/value pair delimited by an equal sign, which indicates a particular value used by default for that feature. For example, &amp;lt;tt&amp;gt;IPV6&amp;lt;/tt&amp;gt; means that Mailutils was compiled with support for IPv6, whereas &amp;lt;tt&amp;gt;SYSCONFDIR=/etc&amp;lt;/tt&amp;gt; means that the default place for configuration files is in &amp;lt;tt&amp;gt;/etc&amp;lt;/tt&amp;gt; directory.&lt;br /&gt;
&lt;br /&gt;
Such short output is convenient for using &amp;lt;tt&amp;gt;mailutils info&amp;lt;/tt&amp;gt; in scripts to decide whether it is possible to use a given feature.  To assist human users, the &amp;lt;tt&amp;gt;--verbose&amp;lt;/tt&amp;gt; (&amp;lt;tt&amp;gt;-v&amp;lt;/tt&amp;gt;) option is provided.  It prints a short description next to each flag:&lt;br /&gt;
&lt;br /&gt;
  $ mailutils info --verbose&lt;br /&gt;
  VERSION=2.99.98           - Version of this package&lt;br /&gt;
  SYSCONFDIR=/etc           - System configuration directory&lt;br /&gt;
  MAILSPOOLDIR=/var/mail/   - Default mail spool directory&lt;br /&gt;
  SCHEME=mbox               - Default mailbox type&lt;br /&gt;
  LOG_FACILITY=mail         - Default syslog facility&lt;br /&gt;
  IPV6                      - IPv6 support&lt;br /&gt;
  USE_LIBPAM                - PAM support&lt;br /&gt;
  HAVE_LIBLTDL              - a portable `dlopen' wrapper library&lt;br /&gt;
  WITH_GDBM                 - GNU DBM&lt;br /&gt;
  WITH_GNUTLS               - TLS support using GNU TLS&lt;br /&gt;
  WITH_GSASL                - SASL support using GNU SASL&lt;br /&gt;
  ...&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[mailutils (utility)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:utilities]]&lt;/div&gt;</summary>
		<author><name>Gray</name></author>
	</entry>
</feed>