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

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:33:26 UTC 2010


commit 7d0d8a73b7a559cfd6602d9aa2e9608fd07eef52
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Thu Jul 22 17:02:01 2010 +0200

    Updated the /etc/sysconfig/spamassassin section.

 en-US/The_sysconfig_Directory.xml |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/en-US/The_sysconfig_Directory.xml b/en-US/The_sysconfig_Directory.xml
index e785e0c..a12f2db 100644
--- a/en-US/The_sysconfig_Directory.xml
+++ b/en-US/The_sysconfig_Directory.xml
@@ -1156,10 +1156,21 @@
         <secondary><filename>/etc/sysconfig/spamassassin</filename></secondary>
       </indexterm>
       <para>
-        The <filename>/etc/sysconfig/spamassassin</filename> file is used to pass arguments to the <command>spamd</command> daemon (a daemonized version of <application>Spamassassin</application>) at boot time. <application>Spamassassin</application> is an email spam filter application. For a list of available options, refer to the <command>spamd</command> man page. By default, it configures <command>spamd</command> to run in daemon mode, create user preferences, and auto-create whitelists (allowed bulk senders).
+        The <filename>/etc/sysconfig/spamassassin</filename> file is used to pass arguments to the <command>spamd</command> daemon (a daemonized version of <application>Spamassassin</application>) at boot time. By default, it contains the following option:
       </para>
+      <variablelist>
+        <varlistentry>
+          <term><option>SPAMDOPTIONS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>spamd</command> daemon. For example:
+            </para>
+            <screen>SPAMDOPTIONS="-d -c -m5 -H"</screen>
+          </listitem>
+        </varlistentry>
+      </variablelist>
       <para>
-        For more information about <application>Spamassassin</application>, refer to <xref linkend="s3-email-mda-spam" />.
+        Refer to <xref linkend="s3-email-mda-spam" /> for more information on Spamassassin and its configuration.
       </para>
     </section>
     <section id="s2-sysconfig-squid">


More information about the docs-commits mailing list