mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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
This commit is contained in:
parent
482314a2db
commit
73b3b3bab8
@ -67,7 +67,8 @@
|
||||
needs <ulink
|
||||
url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
|
||||
then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
|
||||
an <xref linkend="server-mail"/>,
|
||||
an <xref linkend="server-mail"/>
|
||||
(that provides a <command>sendmail</command> command),
|
||||
<!-- Ispell removed. Aspell provides an ispell wrapper script
|
||||
<xref linkend="ispell"/>, -->
|
||||
<xref linkend="aspell"/>,
|
||||
@ -109,7 +110,7 @@
|
||||
|
||||
<screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
|
||||
|
||||
<para>If you did not install a MTA, such as <xref linkend="postfix"/> or
|
||||
<para>If you did not install an MTA, such as <xref linkend="postfix"/> or
|
||||
<xref linkend="sendmail"/>, you need to modify the ownership of
|
||||
<filename class="directory">/var/mail</filename> with this command:</para>
|
||||
|
||||
|
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "05"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2007">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
|
@ -124,11 +124,13 @@ make</userinput></screen>
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--without-sendmail</parameter>: By default,
|
||||
<application>Fcron</application> will use <xref linkend="sendmail"/>
|
||||
to email you the results of the <command>fcron</command> script. Omit this
|
||||
switch to use <application>sendmail</application> or
|
||||
<option>--with-sendmail=<replaceable></path/to/MTA></replaceable></option>
|
||||
to use a different MTA.</para>
|
||||
<application>Fcron</application> will attempt to use the
|
||||
<command>sendmail</command> command from an <xref linkend="server-mail"/>
|
||||
package to email you the results of the <command>fcron</command> script.
|
||||
This switch is used to disable default email notification. Omit the switch
|
||||
to enable the default. Alternatively, you can use the
|
||||
<option>--with-sendmail=<replaceable></path/to/MTA
|
||||
command></replaceable></option> to use a different mailer command.</para>
|
||||
|
||||
<para><parameter>--with-boot-install=no</parameter>: This prevents installation
|
||||
of the bootscript included with the package.</para>
|
||||
|
@ -41,6 +41,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>February 5th, 2007</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Clarified the text in the Mutt and FCron instructions
|
||||
that an MTA should install the sendmail command.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>February 4th, 2007</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user