Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/postfix.xml

    r88fdf09 r39dad6af  
    77  <!ENTITY postfix-download-http " ">
    88  <!ENTITY postfix-download-ftp  "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    9   <!ENTITY postfix-md5sum        "4718b498fa4285cf275f506c169f4746">
    10   <!ENTITY postfix-size          "4.5 MB">
    11   <!ENTITY postfix-buildsize     "149 MB">
     9  <!ENTITY postfix-md5sum        "c7c55ccc1db2a30d35c3867c21fe7109">
     10  <!ENTITY postfix-size          "4.4 MB">
     11  <!ENTITY postfix-buildsize     "160 MB">
    1212  <!ENTITY postfix-time          "0.2 SBU (Using parallelism=4)">
    1313]>
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3738    </para>
    3839
    39     &lfs110a_checked;
     40    &lfs10_checked;
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    147148
    148149<screen><userinput>sed -i 's/.\x08//g' README_FILES/*</userinput></screen>
    149 
    150       <para>
    151         Make an adjustment to allow <application>Postfix</application> to compile
    152         on <application>Glibc-2.34</application> and later:
    153       </para>
    154 
    155 <screen><userinput>sed -i '/&lt;linux/i #define HAS_CLOSEFROM' src/util/sys_defs.h</userinput></screen>
    156 
     150<!--
     151      <para>
     152        Apply a patch to allow <application>Postfix</application> to compile
     153        on <application>Glibc-2.30</application> where some macros were
     154        dropped:
     155      </para>
     156
     157<screen><userinput>patch -Np1 -i ../postfix-&postfix-version;-glibc230_fix-1.patch</userinput></screen>
     158-->
    157159      <para>
    158160        The <application>Postfix</application> source tree does not contain a
     
    363365        Create (or append to an existing) <filename>/etc/aliases</filename>
    364366        with the following command. Change
    365         <replaceable>&lt;LOGIN&gt;</replaceable> to your non-root login
     367        <replaceable>&lt;LOGIN&gt;</replaceable> for your non-root login
    366368        identity so mail addressed to
    367369        <systemitem class="username">root</systemitem> can be forwarded to you.
     
    483485        <listitem>
    484486          <para>
    485             A symlink to <filename>sendmail</filename>
     487            A symlink to <filename>sendmail</filename>.
    486488          </para>
    487489          <indexterm zone="postfix mailq">
     
    495497        <listitem>
    496498          <para>
    497             A symlink to <filename>sendmail</filename>
     499            A symlink to <filename>sendmail</filename>.
    498500          </para>
    499501          <indexterm zone="postfix newaliases">
     
    521523          <para>
    522524            Prints the contents of files from the
    523             <application>Postfix</application> queue in human readable format
     525            <application>Postfix</application> queue in human readable format.
    524526          </para>
    525527          <indexterm zone="postfix postcat">
     
    534536          <para>
    535537            Displays or changes the value of
    536             <application>Postfix</application> configuration parameters
     538            <application>Postfix</application> configuration parameters.
    537539          </para>
    538540          <indexterm zone="postfix postconf">
     
    547549          <para>
    548550            Creates a file in the maildrop directory and copies its standard
    549             input to the file
     551            input to the file.
    550552          </para>
    551553          <indexterm zone="postfix postdrop">
     
    559561        <listitem>
    560562          <para>
    561             is the <application>Postfix</application> control program
     563            is the <application>Postfix</application> control program.
    562564          </para>
    563565          <indexterm zone="postfix postfix-bin">
     
    572574          <para>
    573575            Sends requests to the specified service over a local transport
    574             channel
     576            channel.
    575577          </para>
    576578          <indexterm zone="postfix postkick">
     
    585587          <para>
    586588            Locks a mail folder for exclusive use, and executes commands passed
    587             to it
     589            to it.
    588590          </para>
    589591          <indexterm zone="postfix postlock">
     
    598600          <para>
    599601            A <application>Postfix</application>-compatible logging interface
    600             for use in, for example, shell scripts
     602            for use in, for example, shell scripts.
    601603          </para>
    602604          <indexterm zone="postfix postlog">
     
    611613          <para>
    612614            Creates or queries one or more Postfix lookup tables, or updates an
    613             existing one
     615            existing one.
    614616          </para>
    615617          <indexterm zone="postfix postmap">
     
    625627            is the <application>Postfix</application> multi-instance manager.
    626628            It allows a system administrator to manage multiple
    627             <application>Postfix</application> instances on a single host
     629            <application>Postfix</application> instances on a single host.
    628630          </para>
    629631          <indexterm zone="postfix postmulti">
     
    638640          <para>
    639641            The <application>Postfix</application> user interface for
    640             queue management
     642            queue management.
    641643          </para>
    642644          <indexterm zone="postfix postqueue">
     
    651653          <para>
    652654            The <application>Postfix</application> user interface for
    653             superuser queue management
     655            superuser queue management.
    654656          </para>
    655657          <indexterm zone="postfix postsuper">
     
    664666          <para>
    665667            is the <application>Postfix</application> to
    666             <application>Sendmail</application> compatibility interface
     668            <application>Sendmail</application> compatibility interface.
    667669          </para>
    668670          <indexterm zone="postfix sendmail-postfix">
Note: See TracChangeset for help on using the changeset viewer.