Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/postfix-systemd.xml

    r4a83293 rac38e9dc  
    88  <!ENTITY postfix-download-ftp
    99           "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    10   <!ENTITY postfix-md5sum        "8e762068938ffc2160645b989bb77c4d">
    11   <!ENTITY postfix-size          "3.9 MB">
    12   <!ENTITY postfix-buildsize     "140 MB">
    13   <!ENTITY postfix-time          "0.3 SBU">
     10  <!ENTITY postfix-md5sum        "3ec1416e7d4fba9566297c8fcf7a348c">
     11  <!ENTITY postfix-size          "4.1 MB">
     12  <!ENTITY postfix-buildsize     "197 MB">
     13  <!ENTITY postfix-time          "0.4 SBU">
    1414]>
    1515
     
    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     &lfs76_checked;
     41    &lfs77_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7777    <bridgehead renderas="sect3">Postfix Dependencies</bridgehead>
    7878
    79     <bridgehead renderas="sect4">Required</bridgehead>
    80     <para role="required">
    81       <xref linkend="db"/>
    82     </para>
    83 
    8479    <bridgehead renderas="sect4">Recommended</bridgehead>
    8580    <para role="recommended">
     81      <xref linkend="db"/>,
    8682      <xref linkend="cyrus-sasl"/> and
    8783      <xref linkend="openssl"/>
     
    9086    <bridgehead renderas="sect4">Optional</bridgehead>
    9187    <para role="optional">
    92       <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
     88      <xref linkend="icu"/> (for Email Address Internationalization (SMTPUTF8) support),
     89      <xref linkend="mariadb"/>,
    9390      <xref linkend="openldap"/>,
    9491      <xref linkend="pcre"/>,
    9592      <xref linkend="postgresql"/>,
    96       <xref linkend="sqlite"/>, and
     93      <xref linkend="sqlite"/> and
    9794      <ulink url="http://cr.yp.to/cdb.html">CDB</ulink> or
    9895      <ulink url="http://www.corpit.ru/mjt/tinycdb.html">TinyCDB</ulink>
     
    135132
    136133      <para>
    137         Run the following command to enable <application>Postfix</application>
    138         to compile against the current version of
    139         <application>BerkeleyDB</application>:
    140       </para>
    141 
    142 <screen><userinput>sed -i "s/DB_VERSION_MAJOR == 5/DB_VERSION_MAJOR >= 5/" src/util/dict_db.c</userinput></screen>
    143 
    144       <para>
    145134        The README files are formatted to be read with a pager like
    146135        <application>Less</application> or <application>More</application>.
     
    149138
    150139<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>
    151147
    152148      <para>
     
    311307      <option>html_directory</option> and <option>readme_directory</option>
    312308      options are not set then the documentation will not be installed.
     309    </para>
     310
     311    <para>
     312      <option>CCARGS="-DNO_EAI ..."</option>: This will turn off SMTPUTF8
     313      support, for example if the rest of your email address infrastructure
     314      cannot handle UTF-8 email addresses and message header values.
    313315    </para>
    314316
Note: See TracChangeset for help on using the changeset viewer.