Author: pierre
Date: Fri Feb 14 12:23:48 2014
New Revision: 12707
Log:
Update to Dovecot-2.2.12. Fixes #4678.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/mail/dovecot.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Feb 14 11:37:13 2014 (r12706)
+++ trunk/BOOK/general.ent Fri Feb 14 12:23:48 2014 (r12707)
@@ -498,7 +498,7 @@
<!-- Chapter 21 -->
<!ENTITY dovecot-major "2">
<!ENTITY dovecot-minor "2">
-<!ENTITY dovecot-micro "10">
+<!ENTITY dovecot-micro "12">
<!ENTITY dovecot-version
"&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
<!ENTITY exim-version "4.82">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Feb 14 11:37:13
2014 (r12706)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Feb 14 12:23:48
2014 (r12707)
@@ -48,6 +48,10 @@
<para>February 14th, 2014</para>
<itemizedlist>
<listitem>
+ <para>[pierre] - Update to Dovecot-2.2.12. Fixes
+ <ulink url="&blfs-ticket-root;4678">#4678</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - OpenJDK-1.7.0.51/IcedTea-2.4.5: add
lsb_release-1.4
as optional dependency.</para>
</listitem>
Modified: trunk/BOOK/server/mail/dovecot.xml
==============================================================================
--- trunk/BOOK/server/mail/dovecot.xml Fri Feb 14 11:37:13 2014 (r12706)
+++ trunk/BOOK/server/mail/dovecot.xml Fri Feb 14 12:23:48 2014 (r12707)
@@ -7,10 +7,10 @@
<!ENTITY dovecot-download-http
"http://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
<!ENTITY dovecot-download-ftp " ">
- <!ENTITY dovecot-md5sum "037e9c9e07d9dbff54dcff09f280fc8c">
+ <!ENTITY dovecot-md5sum "25395269fa2e0525e2d144d71d0450eb">
<!ENTITY dovecot-size "4.4 MB">
- <!ENTITY dovecot-buildsize "202 MB">
- <!ENTITY dovecot-time "1.4 SBU">
+ <!ENTITY dovecot-buildsize "203 MB">
+ <!ENTITY dovecot-time "1.5 SBU">
]>
<sect1 id="dovecot" xreflabel="Dovecot-&dovecot-version;">
@@ -80,7 +80,7 @@
<para role="optional">
<xref linkend="libcap"/>,
<xref linkend="openssl"/>,
- <xref linkend="mitkrb"/>,
+ <xref linkend="mitkrb"/> (for GSSAPI support),
<xref linkend="linux-pam"/>,
<xref linkend="openldap"/>,
<xref linkend="postgresql"/>,
@@ -152,27 +152,32 @@
<option>--with-ldap</option>: This switch enables
<application>OpenLDAP</application> authentication support.
</para>
-
+
<para>
<option>--with-pgsql</option>: This switch enables
<application>PostgreSQL</application> authentication support.
</para>
-
+
<para>
<option>--with-mysql</option>: This switch enables
<application>MySQL</application> authentication support.
</para>
-
+
<para>
<option>--with-sqlite</option>: This switch enables
<application>SQLite</application> authentication support.
</para>
-
+
<para>
<option>--with-lucene</option>: This switch enables
<application>CLucene</application> full text search support.
</para>
-
+
+ <para>
+ <option>--with-krb5</option>: This switch enables
+ GSSAPI authentication support.
+ </para>
+
</sect2>
<sect2 role="configuration">
@@ -222,6 +227,8 @@
cat > /etc/dovecot/local.conf << "EOF"
<literal>protocols = imap
ssl = no
+# The next line is only needed if you have no IPv6 network interfaces
+listen = *
mail_location = mbox:~/Mail:INBOX=/var/mail/%u
userdb {
driver = passwd
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page