Changeset 2d9f558 for server


Ignore:
Timestamp:
02/14/2014 08:23:48 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a9d7abf
Parents:
d74762c
Message:

Update to Dovecot-2.2.12. Fixes #4678.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12707 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/dovecot.xml

    rd74762c r2d9f558  
    88  "http://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "037e9c9e07d9dbff54dcff09f280fc8c">
     10  <!ENTITY dovecot-md5sum        "25395269fa2e0525e2d144d71d0450eb">
    1111  <!ENTITY dovecot-size          "4.4 MB">
    12   <!ENTITY dovecot-buildsize     "202 MB">
    13   <!ENTITY dovecot-time          "1.4 SBU">
     12  <!ENTITY dovecot-buildsize     "203 MB">
     13  <!ENTITY dovecot-time          "1.5 SBU">
    1414]>
    1515
     
    8181      <xref linkend="libcap"/>,
    8282      <xref linkend="openssl"/>,
    83       <xref linkend="mitkrb"/>,
     83      <xref linkend="mitkrb"/> (for GSSAPI support),
    8484      <xref linkend="linux-pam"/>,
    8585      <xref linkend="openldap"/>,
     
    153153      <application>OpenLDAP</application> authentication support.
    154154    </para>
    155      
     155
    156156    <para>
    157157      <option>--with-pgsql</option>: This switch enables
    158158      <application>PostgreSQL</application> authentication support.
    159159    </para>
    160      
     160
    161161    <para>
    162162      <option>--with-mysql</option>: This switch enables
    163163      <application>MySQL</application> authentication support.
    164164    </para>
    165      
     165
    166166    <para>
    167167      <option>--with-sqlite</option>: This switch enables
    168168      <application>SQLite</application> authentication support.
    169169    </para>
    170      
     170
    171171    <para>
    172172      <option>--with-lucene</option>: This switch enables
    173173      <application>CLucene</application> full text search support.
    174174    </para>
    175    
     175
     176    <para>
     177      <option>--with-krb5</option>: This switch enables
     178      GSSAPI authentication support.
     179    </para>
     180
    176181  </sect2>
    177182
     
    223228<literal>protocols = imap
    224229ssl = no
     230# The next line is only needed if you have no IPv6 network interfaces
     231listen = *
    225232mail_location = mbox:~/Mail:INBOX=/var/mail/%u
    226233userdb {
Note: See TracChangeset for help on using the changeset viewer.