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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.