Ignore:
Timestamp:
06/12/2004 06:27:56 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
52d29f7
Parents:
3bba7e2
Message:

XML Update -- Chapter 20

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/procmail.xml

    r3bba7e2 rbfe245f  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY procmail-download-http "http://www.procmail.org/procmail-&procmail-version;.tar.gz">
     8  <!ENTITY procmail-download-ftp  "ftp://ftp.procmail.net/pub/procmail/procmail-&procmail-version;.tar.gz">
     9  <!ENTITY procmail-size          "338 KB">
     10  <!ENTITY procmail-buildsize     "1.5 MB">
     11  <!ENTITY procmail-time          "0.38 SBU">
     12]>
     13
    114<sect1 id="procmail" xreflabel="Procmail-&procmail-version;">
    215<?dbhtml filename="procmail.html"?>
    316<title>Procmail-&procmail-version;</title>
    417
    5 &procmail-intro;
    6 &procmail-inst;
    7 &procmail-exp;
    8 &procmail-config;
    9 &procmail-desc;
     18<sect2>
     19<title>Introduction to <application>Procmail</application></title>
     20
     21<para>The <application>Procmail</application> package contains an autonomous mail processor. This
     22is useful for filtering and sorting incoming mail.</para>
     23
     24<sect3><title>Package information</title>
     25<itemizedlist spacing='compact'>
     26<listitem><para>Download (HTTP): <ulink
     27url="&procmail-download-http;"/></para></listitem>
     28<listitem><para>Download (FTP): <ulink
     29url="&procmail-download-ftp;"/></para></listitem>
     30<listitem><para>Download size: &procmail-size;</para></listitem>
     31<listitem><para>Estimated Disk space required:
     32&procmail-buildsize;</para></listitem>
     33<listitem><para>Estimated build time:
     34&procmail-time;</para></listitem></itemizedlist>
     35</sect3>
     36
     37
     38</sect2>
     39
     40<sect2>
     41<title>Installation of <application>Procmail</application></title>
     42
     43<para>Install <application>Procmail</application> by running the following commands:</para>
     44
     45<screen><userinput><command>make BASENAME=/usr install &amp;&amp;
     46make install-suid</command></userinput></screen>
     47
     48</sect2>
     49
     50<sect2>
     51<title>Command explanations</title>
     52
     53<para><parameter>BASENAME=/usr</parameter>: The equivalent of <command>./configure --prefix=/usr</command> on other package installations.</para>
     54
     55<para><command>make install-suid</command>: Modifies permissions of
     56the installed files.</para>
     57</sect2>
     58
     59<sect2>
     60<title>Configuring <application>Procmail</application></title>
     61
     62<sect3><title>Config files</title>
     63<para><filename>/etc/procmailrc</filename>,
     64<filename>~/.procmailrc</filename></para>
     65</sect3>
     66
     67<sect3><title>Configuration Information</title>
     68
     69<para>Recipes have to be written and placed in your
     70<filename>~/.procmailrc</filename> for execution. The procmailex man
     71page is the starting place to learn how to write recipes.</para>
     72</sect3>
     73
     74</sect2>
     75
     76<sect2>
     77<title>Contents</title>
     78
     79<para>The <application>Procmail</application> package contains <command>procmail</command>, <command>formail</command>, <command>lockfile</command> and <command>mailstat</command>.</para>
     80
     81</sect2>
     82
     83<sect2><title>Description</title>
     84
     85<sect3><title>procmail</title>
     86<para><command>procmail</command> is an autonomous mail processor.  It performs
     87all the functions of a <acronym>MDA</acronym> (Mail Delivery Agent).</para></sect3>
     88
     89<sect3><title>formail</title>
     90<para><command>formail</command> is a filter that can be used to format mail
     91into mailbox format.</para></sect3>
     92
     93<sect3><title>lockfile</title>
     94<para><command>lockfile</command> is a utility that can lock a file for single
     95use interactively or in a script.</para></sect3>
     96
     97<sect3><title>mailstat</title>
     98<para><command>mailstat</command> prints a summary report of mail that has been
     99filtered by <command>procmail</command> since the last time <command>
     100mailstat</command> was ran.</para></sect3>
     101
     102</sect2>
    10103
    11104</sect1>
Note: See TracChangeset for help on using the changeset viewer.