Changeset d9321c0


Ignore:
Timestamp:
03/02/2015 10:31:38 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2c95b08
Parents:
80d6d7d5
Message:

postfix will try to use EAI by default.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r80d6d7d5 rd9321c0  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 1st, &year;">
     9<!ENTITY releasedate  "March 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r80d6d7d5 rd9321c0  
    4444
    4545-->
     46    <listitem>
     47      <para>March 2nd, 2015</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[ken] - postfix: add a note about SMTPUTF8 support.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4655
    4756    <listitem>
  • server/mail/postfix.xml

    r80d6d7d5 rd9321c0  
    3939    </para>
    4040
    41     &lfs76_checked;
     41    &lfs77_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8686    <bridgehead renderas="sect4">Optional</bridgehead>
    8787    <para role="optional">
     88      <xref linkend="icu"/> for Email Address Internationalization (SMTPUTF8) support,
    8889      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    8990      <xref linkend="openldap"/>,
     
    300301      <option>html_directory</option> and <option>readme_directory</option>
    301302      options are not set then the documentation will not be installed.
     303    </para>
     304
     305    <para>
     306      <option>CCARGS="-DNO_EAI ..."</option>: this will turn off SMTPUTF8
     307      support, for example  if the rest of your email address infrastructure
     308      cannot handle UTF-8 email addresses and message header values.
    302309    </para>
    303310
Note: See TracChangeset for help on using the changeset viewer.