[deployment-guide/comm-rel: 104/727] Updated the /etc/sysconfig/sendmail section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:32:55 UTC 2010


commit 3a93e7e7c8f892341cb06a258040b470a69e3229
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Thu Jul 22 16:04:54 2010 +0200

    Updated the /etc/sysconfig/sendmail section.

 en-US/The_sysconfig_Directory.xml |   48 +++++++++++++++++--------------------
 1 files changed, 22 insertions(+), 26 deletions(-)
---
diff --git a/en-US/The_sysconfig_Directory.xml b/en-US/The_sysconfig_Directory.xml
index 0d56fdd..ea4b692 100644
--- a/en-US/The_sysconfig_Directory.xml
+++ b/en-US/The_sysconfig_Directory.xml
@@ -1096,35 +1096,31 @@
         <secondary><filename>/etc/sysconfig/sendmail</filename></secondary>
       </indexterm>
       <para>
-        The <filename>/etc/sysconfig/sendmail</filename> file allows messages to be sent to one or more clients, routing the messages over whatever networks are necessary. The file sets the default values for the <application>Sendmail</application> application to run. Its default values are set to run as a background daemon and to check its queue each hour in case something has backed up.
+        The <filename>/etc/sysconfig/sendmail</filename> is used to set the default values for the <application>Sendmail</application> application. By default, it contains the following values:
       </para>
+      <variablelist>
+        <varlistentry>
+          <term><option>DAEMON=<replaceable>boolean</replaceable></option></term>
+          <listitem>
+            <para>
+              A boolean to enable (<option>yes</option>) or disable (<option>no</option>) running <command>sendmail</command> as a daemon. For example:
+            </para>
+            <screen>DAEMON=yes</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>QUEUE=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              The interval at which the messages are to be processed. For example:
+            </para>
+            <screen>QUEUE=1h</screen>
+          </listitem>
+        </varlistentry>
+      </variablelist>
       <para>
-        Values include:
+        Refer to <xref linkend="s2-email-mta-sendmail" /> for more information on Sendmail and its configuration.
       </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            <command>DAEMON=<replaceable>&lt;value&gt;</replaceable></command>, where <command><replaceable>&lt;value&gt;</replaceable></command> is one of the following:
-          </para>
-          <itemizedlist>
-            <listitem>
-              <para>
-                <command>yes</command> — <application>Sendmail</application> should be configured to listen to port 25 for incoming mail. <command>yes</command> implies the use of <application>Sendmail</application>'s <command>-bd</command> options.
-              </para>
-            </listitem>
-            <listitem>
-              <para>
-                <command>no</command> — <application>Sendmail</application> should not be configured to listen to port 25 for incoming mail.
-              </para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para>
-            <command>QUEUE=1h</command> which is given to <application>Sendmail</application> as <command>-q$QUEUE</command>. The <command>-q</command> option is not given to <application>Sendmail</application> if <filename>/etc/sysconfig/sendmail</filename> exists and <filename>QUEUE</filename> is empty or undefined.
-          </para>
-        </listitem>
-      </itemizedlist>
     </section>
     <section id="s2-sysconfig-spamd">
       <title><filename>/etc/sysconfig/spamassassin</filename></title>


More information about the docs-commits mailing list