Changeset cef276c for server/mail


Ignore:
Timestamp:
10/14/2006 08:54:41 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
45b2f690
Parents:
0833850
Message:

Updated to Postfix-2.3.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/postfix.xml

    r0833850 rcef276c  
    77  <!ENTITY postfix-download-http "http://www.mirrorspace.org/postfix/official/postfix-&postfix-version;.tar.gz">
    88  <!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    9   <!ENTITY postfix-md5sum "./server/mail/postfix.xml">
    10   <!ENTITY postfix-size "2.3 MB">
    11   <!ENTITY postfix-buildsize "78 MB">
    12   <!ENTITY postfix-time "0.4 SBU">
     9  <!ENTITY postfix-md5sum "f957e9319428be81c724b606fe060cc7">
     10  <!ENTITY postfix-size "2.6 MB">
     11  <!ENTITY postfix-buildsize "85 MB">
     12  <!ENTITY postfix-time "0.5 SBU">
    1313]>
    1414
     
    199199      following commands:</para>
    200200
    201 <screen><userinput>make makefiles CCARGS='-DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
    202     -DDEF_MANPAGE_DIR=\"/usr/share/man\" <replaceable>&lt;additional args&gt;</replaceable>' \
     201<screen><userinput>make makefiles \
     202CCARGS='-DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
     203    -DDEF_MANPAGE_DIR=\"/usr/share/man\" \
     204    -DDEF_HTML_DIR=\"/usr/share/doc/postfix-&postfix-version;/html\" \
     205    -DDEF_README_DIR=\"/usr/share/doc/postfix-&postfix-version;/README\" \
     206    <replaceable>&lt;additional args&gt;</replaceable>' \
    203207    <replaceable>&lt;AUXLIBS='additional args'&gt;</replaceable> &amp;&amp;
    204208make</userinput></screen>
    205209
     210    <!-- There is a testsuite, but it fails a lot. It seems to need
     211         the host to be specifically setup for the tests.
     212         Run with `make tests' and `make root_tests' -->
    206213    <para>This package does not come with a test suite.</para>
    207214
     
    209216
    210217<screen role='root'><userinput>sh postfix-install -non-interactive</userinput></screen>
    211 
    212       <para>The final installation step is to install the program's documentation
    213       with the following commands (again, as the
    214       <systemitem class="username">root</systemitem> user):</para>
    215 
    216 <screen role="root"><userinput>install -v -d /usr/share/doc/postfix &amp;&amp;
    217 cp -v -rf html/* /usr/share/doc/postfix</userinput></screen>
    218218
    219219    </sect3>
     
    228228    <envar>CCARGS</envar> and <envar>AUXLIBS</envar> variables.</para>
    229229
    230     <para><command>sh postfix-install -non-interactive</command> : This
     230    <para><command>sh postfix-install -non-interactive</command>: This
    231231    keeps the install script from asking any questions, thereby accepting
    232     default destination directories in all but the two cases mentioned in
     232    default destination directories in all but the few cases mentioned in
    233233    the 'make makefiles' command.</para>
    234234
     
    291291sed -i "s/#myhostname = host.domain.tld/myhostname = \
    292292  <replaceable>&lt;localhost.localdomain&gt;</replaceable>/" /etc/postfix/main.cf &amp;&amp;
    293 /usr/bin/newaliases &amp;&amp;
     293/usr/bin/newaliases</userinput></screen>
     294
     295      <para>If you have an existing configuration, you can run the
     296      <command>postfix</command> utility to add any necessary definitions
     297      to your existing files. As the
     298      <systemitem class="username">root</systemitem> user:</para>
     299
     300<screen role="root"><userinput>/usr/sbin/postfix upgrade-configuration</userinput></screen>
     301
     302      <para>Before starting <application>Postfix</application>, you
     303      should check that your configuration and file permissions will work
     304      properly. Run the following commands as the
     305      <systemitem class="username">root</systemitem> user to check and
     306      start your <application>Postfix</application> server:</para>
     307
     308<screen role="root"><userinput>/usr/sbin/postfix check &amp;&amp;
    294309/usr/sbin/postfix start</userinput></screen>
    295310
     
    328343        smtpd, spawn, tlsmgr, trivial-rewrite, verify, and virtual</seg>
    329344        <seg>None</seg>
    330         <seg>/etc/postfix, /usr/lib/postfix and /usr/share/doc/postfix</seg>
     345        <seg>/etc/postfix, /usr/lib/postfix and
     346        /usr/share/doc/postfix-&postfix-version;</seg>
    331347      </seglistitem>
    332348    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.