Changeset 3df190fb


Ignore:
Timestamp:
04/28/2012 12:24:06 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
41337e8
Parents:
2799196
Message:

Added a note to postfix on where to find instructions for
running in a chroot jail.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/postfix.xml

    r2799196 r3df190fb  
    275275        <application>Postfix</application> by running the following commands:
    276276      </para>
    277 <!--
    278 <screen><userinput>make makefiles \
    279 CCARGS='-DDEF_DAEMON_DIR=\"/usr/lib/postfix\" \
    280     -DDEF_MANPAGE_DIR=\"/usr/share/man\" \
    281     -DDEF_HTML_DIR=\"/usr/share/doc/postfix-&postfix-version;/html\" \
    282     -DDEF_README_DIR=\"/usr/share/doc/postfix-&postfix-version;/README\" \
    283     <replaceable>&lt;additional args&gt;</replaceable>' \
    284     <replaceable>&lt;AUXLIBS='additional args'&gt;</replaceable> &amp;&amp;
    285 make</userinput></screen>
    286 -->
    287277
    288278<screen><userinput>make CCARGS="-DUSE_TLS -I/usr/include/openssl/ -DNO_NIS" \
     
    323313    </para>
    324314
    325 <!--
    326     <para>
    327       \\\": This structure is used to get a literal \" into the variable
    328       definition.
    329     </para>
    330 -->
    331 
    332315    <para>
    333316      <command>sh postfix-install -non-interactive</command>: This keeps the
     
    399382        </para>
    400383      </note>
     384
     385      <note><para><application>Postfix</application> can also be set up to
     386      run in a chroot jail.  See the file in the source
     387      <filename>examples/chroot-setup/LINUX2</filename> for details.</para></note>
    401388
    402389      <para>
Note: See TracChangeset for help on using the changeset viewer.