Changeset 2df08064 for server/mail


Ignore:
Timestamp:
01/31/2016 06:49:17 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
d19fb65
Parents:
957e8a3d
Message:

Merge Section V. from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16885 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
server/mail
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • server/mail/dovecot.xml

    r957e8a3d r2df08064  
    88  "http://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "1e42eb3b69544c447ad882d7858f3630">
    11   <!ENTITY dovecot-size          "4.9 MB">
    12   <!ENTITY dovecot-buildsize     "257 MB (additional 14 MB for the tests)">
    13   <!ENTITY dovecot-time          "1.3 SBU (additional 0.4 SBU for the tests)">
     10  <!ENTITY dovecot-md5sum        "28c39ab78a20f00701c26960d9190cf0">
     11  <!ENTITY dovecot-size          "4.8 MB">
     12  <!ENTITY dovecot-buildsize     "286 MB (with tests)">
     13  <!ENTITY dovecot-time          "2.1 SBU (with tests)">
    1414]>
    1515
     
    3939    </para>
    4040
    41     &lfs77_checked;
     41    &lfs78_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7474      </listitem>
    7575    </itemizedlist>
     76<!--
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing='compact'>
     79      <listitem>
     80        <para>Required patch: <ulink
     81        url="&patch-root;/dovecot-&dovecot-version;-CVE_2015_3420-1.patch"/>
     82        </para>
     83      </listitem>
     84    </itemizedlist>-->
    7685
    7786    <bridgehead renderas="sect3">Dovecot Dependencies</bridgehead>
     
    8190      <xref linkend="clucene"/>,
    8291      <xref linkend="icu"/>,
     92      <xref linkend="libcap-pam"/>,
    8393      <xref linkend="linux-pam"/>,
    84       <xref linkend="mariadb"/>,
     94      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
     95      <xref linkend="mitkrb"/> (for GSSAPI support),
    8596      <xref linkend="openldap"/>,
    8697      <xref linkend="openssl"/>,
     
    173184      <option>--with-lucene</option>: This switch enables
    174185      <application>CLucene</application> full text search support.
     186    </para>
     187
     188    <para>
     189      <option>--with-krb5</option>: This switch enables
     190      GSSAPI authentication support.
    175191    </para>
    176192
     
    273289      <seglistitem>
    274290        <seg>
    275           doveadm, doveconf, dovecot, dsync, and various internal programs
     291          doveadm, doveconf, dovecot, dsync (symbolic link), and various
     292          internal programs
    276293        </seg>
    277294        <seg>
     
    280297        <seg>
    281298          /etc/dovecot,
    282           /usr/include/dovecot,
    283           /usr/lib/dovecot,
    284           /usr/libexec/dovecot, and
     299          /usr/{include,lib,libexec,share}/dovecot and
    285300          /usr/share/doc/dovecot-&dovecot-version;
    286301        </seg>
  • server/mail/exim.xml

    r957e8a3d r2df08064  
    4444    under the GNU Public License.</para>
    4545
    46     &lfs77_checked;
     46    &lfs78_checked;
    4747
    4848    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/mail/postfix.xml

    r957e8a3d r2df08064  
    88  <!ENTITY postfix-download-ftp
    99           "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    10   <!ENTITY postfix-md5sum        "d1dc2c23011c222129db3d91aa4f312a">
     10  <!ENTITY postfix-md5sum        "61caffae689c11d09b4c972a394ae3b1">
    1111  <!ENTITY postfix-size          "4.1 MB">
    12   <!ENTITY postfix-buildsize     "198 MB">
     12  <!ENTITY postfix-buildsize     "194 MB">
    1313  <!ENTITY postfix-time          "0.4 SBU">
    1414]>
     
    3434      The <application>Postfix</application> package contains a Mail Transport
    3535      Agent (MTA). This is useful for sending email to other users of your host
    36       machine. It can also be configured to be a central mail server for your
     36      machine.  It can also be configured to be a central mail server for your
    3737      domain, a mail relay agent or simply a mail delivery agent to your local
    3838      Internet Service Provider.
    3939    </para>
    4040
    41     &lfs77_checked;
     41    &lfs78_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8080    <para role="recommended">
    8181      <xref linkend="db"/>,
    82       <xref linkend="cyrus-sasl"/> and
     82      <xref linkend="cyrus-sasl"/>, and
    8383      <xref linkend="openssl"/>
    8484    </para>
     
    8686    <bridgehead renderas="sect4">Optional</bridgehead>
    8787    <para role="optional">
    88       <xref linkend="icu"/> (for Email Address Internationalization (SMTPUTF8) support),
    89       <xref linkend="mariadb"/>,
     88      <xref linkend="icu"/> for Email Address Internationalization (SMTPUTF8) support,
     89      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    9090      <xref linkend="openldap"/>,
    9191      <xref linkend="pcre"/>,
    9292      <xref linkend="postgresql"/>,
    93       <xref linkend="sqlite"/> and
     93      <xref linkend="sqlite"/>, and
    9494      <ulink url="http://cr.yp.to/cdb.html">CDB</ulink> or
    9595      <ulink url="http://www.corpit.ru/mjt/tinycdb.html">TinyCDB</ulink>
     
    134134        The README files are formatted to be read with a pager like
    135135        <application>Less</application> or <application>More</application>.
    136         If you want to read them in a text editor, make them legible with a sed:
     136        If you want to use a text editor, make them legible with the
     137        following sed:
    137138      </para>
    138139
    139140<screen><userinput>sed -i 's/.\x08//g' README_FILES/*</userinput></screen>
    140 
    141       <para>
    142         If you are running a Linux-4.x kernel, apply the following sed to
    143         allow the <command>makedefs</command> script to recognize it:
    144       </para>
    145 
    146 <screen><userinput>sed -i 's/Linux.3\*/Linux.[34]\*/' makedefs</userinput></screen>
    147141
    148142      <para>
     
    310304
    311305    <para>
    312       <option>CCARGS="-DNO_EAI ..."</option>: This will turn off SMTPUTF8
    313       support, for example if the rest of your email address infrastructure
     306      <option>CCARGS="-DNO_EAI ..."</option>: this will turn off SMTPUTF8
     307      support, for example  if the rest of your email address infrastructure
    314308      cannot handle UTF-8 email addresses and message header values.
    315309    </para>
     
    437431      <seglistitem>
    438432        <seg>
    439           mailq, newaliases, postalias, postcat, postconf, postdrop, postfix,
    440           postkick, postlock, postlog, postmap, postmulti, postqueue, postsuper,
    441           and sendmail
     433          mailq (symlink), newaliases (symlink), postalias, postcat, postconf,
     434          postdrop, postfix, postkick, postlock, postlog, postmap, postmulti,
     435          postqueue, postsuper, and sendmail
    442436        </seg>
    443437        <seg>
     
    445439        </seg>
    446440        <seg>
    447           /etc/postfix,
    448           /usr/lib/postfix,
    449           /usr/share/doc/postfix-&postfix-version;,
    450           /var/lib/postfix, and
    451           /var/spool/postfix
     441          /{etc,usr/lib}/postfix,
     442          /usr/share/doc/postfix-&postfix-version; and
     443          /var/{lib,spool}/postfix
    452444        </seg>
    453445      </seglistitem>
  • server/mail/sendmail.xml

    r957e8a3d r2df08064  
    3535    Transport Agent (MTA).</para>
    3636
    37     &lfs77_checked;
     37    &lfs78_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7474    <bridgehead renderas="sect4">Optional</bridgehead>
    7575    <para role="optional">
    76       <xref linkend="procmail"/>,
    77       <ulink url="http://www.feep.net/nph/">nph</ulink>, and
    78       <xref linkend="gs"/> (for creating PDF documentation)
     76      <xref linkend="gs"/> (for creating PDF documentation),
     77      <xref linkend="procmail"/> (the configuration proposed below requires
     78      that <command>procmail</command> be present at run-time), and
     79      <ulink url="http://www.feep.net/nph/">nph</ulink>
    7980    </para>
    8081
     
    190191
    191192    <para><command>sed ... devtools/OS/Linux</command>: The site.config.m4
    192     does not honor a change to the man directory, so fix it in the OS 
     193    does not honor a change to the man directory, so fix it in the OS
    193194    definitions.</para>
    194195
Note: See TracChangeset for help on using the changeset viewer.