Changeset 73b3b3b


Ignore:
Timestamp:
02/05/2007 07:46:51 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
61a021d2
Parents:
482314a
Message:

Clarified the text in the Mutt and FCron instructions that an MTA should install the sendmail command

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    r482314a r73b3b3b  
    6868      url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
    6969      then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
    70       an <xref linkend="server-mail"/>,
     70      an <xref linkend="server-mail"/>
     71      (that provides a <command>sendmail</command> command),
    7172      <!-- Ispell removed. Aspell provides an ispell wrapper script
    7273           <xref linkend="ispell"/>, -->
     
    110111<screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
    111112
    112     <para>If you did not install a MTA, such as <xref linkend="postfix"/> or
     113    <para>If you did not install an MTA, such as <xref linkend="postfix"/> or
    113114    <xref linkend="sendmail"/>, you need to modify the ownership of
    114115    <filename class="directory">/var/mail</filename> with this command:</para>
  • general.ent

    r482314a r73b3b3b  
    44-->
    55
    6 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     6<!ENTITY day          "05">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
  • general/sysutils/fcron.xml

    r482314a r73b3b3b  
    125125
    126126    <para><parameter>--without-sendmail</parameter>: By default,
    127     <application>Fcron</application> will use <xref linkend="sendmail"/>
    128     to email you the results of the <command>fcron</command> script. Omit this
    129     switch to use <application>sendmail</application> or
    130     <option>--with-sendmail=<replaceable>&lt;/path/to/MTA&gt;</replaceable></option>
    131     to use a different MTA.</para>
     127    <application>Fcron</application> will attempt to use the
     128    <command>sendmail</command> command from an <xref linkend="server-mail"/>
     129    package to email you the results of the <command>fcron</command> script.
     130    This switch is used to disable default email notification. Omit the switch
     131    to enable the default. Alternatively, you can use the
     132    <option>--with-sendmail=<replaceable>&lt;/path/to/MTA
     133    command&gt;</replaceable></option> to use a different mailer command.</para>
    132134
    133135    <para><parameter>--with-boot-install=no</parameter>: This prevents installation
  • introduction/welcome/changelog.xml

    r482314a r73b3b3b  
    4343
    4444    <listitem>
     45      <para>February 5th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Clarified the text in the Mutt and FCron instructions
     49          that an MTA should install the sendmail command.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>February 4th, 2007</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.