source: basicnet/mailnews/procmail.xml@ 058bfd80

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since 058bfd80 was 25475f5, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Typo fix. Basicnet.

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

  • Property mode set to 100644
File size: 5.7 KB
RevLine 
[bfe245f]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[bfe245f]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">
[55c657e]9 <!ENTITY procmail-md5sum "1678ea99b973eb77eda4ecf6acae53f1">
[d45e8c9]10 <!ENTITY procmail-size "226 KB">
11 <!ENTITY procmail-buildsize "1.7 MB">
12 <!ENTITY procmail-time "0.08 SBU">
[bfe245f]13]>
14
[1708d1e9]15<sect1 id="procmail" xreflabel="Procmail-&procmail-version;">
[97063a43]16 <?dbhtml filename="procmail.html"?>
[e6f1fd6]17
[97063a43]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[4dbbf634]21 <keywordset>
22 <keyword role="package">procmail-&procmail-version;.tar</keyword>
[25475f5]23 <keyword role="ftpdir">procmail</keyword>
[4dbbf634]24 </keywordset>
[97063a43]25 </sect1info>
[e6f1fd6]26
[97063a43]27 <title>Procmail-&procmail-version;</title>
[e6f1fd6]28
[97063a43]29 <indexterm zone="procmail">
30 <primary sortas="a-Procmail">Procmail</primary>
31 </indexterm>
[e6f1fd6]32
[97063a43]33 <sect2 role="package">
34 <title>Introduction to Procmail</title>
[e6f1fd6]35
[f314186c]36 <para>The <application>Procmail</application> package contains an autonomous
[97063a43]37 mail processor. This is useful for filtering and sorting incoming mail.</para>
[e6f1fd6]38
[97063a43]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing='compact'>
41 <listitem>
42 <para>Download (HTTP): <ulink url="&procmail-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&procmail-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &procmail-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &procmail-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &procmail-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &procmail-time;</para>
58 </listitem>
59 </itemizedlist>
[e6f1fd6]60
[97063a43]61 </sect2>
[e6f1fd6]62
[97063a43]63 <sect2 role="installation">
64 <title>Installation of Procmail</title>
[e6f1fd6]65
[f314186c]66 <para>Install <application>Procmail</application> by running the following
[97063a43]67 commands as the <systemitem class="username">root</systemitem> user:</para>
[e6f1fd6]68
[97063a43]69<screen role='root'><userinput>make LOCKINGTEST=/tmp install &amp;&amp;
70make install-suid</userinput></screen>
[e6f1fd6]71
[97063a43]72 </sect2>
[e6f1fd6]73
[97063a43]74 <sect2 role="commands">
[e3353b3]75 <title>Command Explanations</title>
[e6f1fd6]76
[f314186c]77 <para><command>make LOCKINGTEST=/tmp install</command>: This prevents
78 <command>make</command> from asking you where to test file-locking
[97063a43]79 patterns.</para>
[e6f1fd6]80
[97063a43]81 <para><command>make install-suid</command>: Modifies permissions of
82 the installed files.</para>
[e6f1fd6]83
[97063a43]84 </sect2>
[e6f1fd6]85
[97063a43]86 <sect2 role="configuration">
87 <title>Configuring Procmail</title>
[e6f1fd6]88
[97063a43]89 <sect3 id="procmail-config">
[e3353b3]90 <title>Config Files</title>
[e6f1fd6]91
[f314186c]92 <para><filename>/etc/procmailrc</filename> and
[97063a43]93 <filename>~/.procmailrc</filename></para>
[e6f1fd6]94
[97063a43]95 <indexterm zone="procmail procmail-config">
96 <primary sortas="e-AA.procmailrc">~/.procmailrc</primary>
97 </indexterm>
[e6f1fd6]98
[97063a43]99 <indexterm zone="procmail procmail-config">
100 <primary sortas="e-etc-procmailrc">/etc/procmailrc</primary>
101 </indexterm>
[e6f1fd6]102
[97063a43]103 </sect3>
[e6f1fd6]104
[97063a43]105 <sect3>
106 <title>Configuration Information</title>
[e6f1fd6]107
[f314186c]108 <para>Recipes have to be written and placed in your
[e3353b3]109 <filename>~/.procmailrc</filename> for execution. The procmailex man
[97063a43]110 page is the starting place to learn how to write recipes.</para>
[e6f1fd6]111
[97063a43]112 </sect3>
[e6f1fd6]113
[97063a43]114 </sect2>
[e6f1fd6]115
[97063a43]116 <sect2 role="content">
117 <title>Contents</title>
[e6f1fd6]118
[97063a43]119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
[e6f1fd6]123
[97063a43]124 <seglistitem>
125 <seg>formail, lockfile, mailstat and procmail</seg>
126 <seg>None</seg>
127 <seg>None</seg>
128 </seglistitem>
129 </segmentedlist>
[e6f1fd6]130
[97063a43]131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
[e6f1fd6]135
[97063a43]136 <varlistentry id="formail">
137 <term><command>formail</command></term>
138 <listitem>
139 <para>is a filter that can be used to format mail into mailbox format.</para>
140 <indexterm zone="procmail formail">
141 <primary sortas="b-formail">formail</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
[e6f1fd6]145
[97063a43]146 <varlistentry id="lockfile">
147 <term><command>lockfile</command></term>
148 <listitem>
149 <para>is a utility that can lock a file for single use interactively or in a
150 script.</para>
151 <indexterm zone="procmail lockfile">
152 <primary sortas="b-lockfile">lockfile</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
[e6f1fd6]156
[97063a43]157 <varlistentry id="mailstat">
158 <term><command>mailstat</command></term>
159 <listitem>
[f314186c]160 <para>prints a summary report of mail that has been filtered by
[e6f1fd6]161 <command>procmail</command> since the last time <command>mailstat</command>
[97063a43]162 was ran.</para>
163 <indexterm zone="procmail mailstat">
164 <primary sortas="b-mailstat">mailstat</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
[e6f1fd6]168
[97063a43]169 <varlistentry id="procmail-prog">
170 <term><command>procmail</command></term>
171 <listitem>
[f314186c]172 <para>is an autonomous mail processor. It performs all the functions
[97063a43]173 of an MDA (Mail Delivery Agent).</para>
174 <indexterm zone="procmail procmail-prog">
175 <primary sortas="b-procmail">procmail</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179 </variablelist>
[e6f1fd6]180
[97063a43]181 </sect2>
[e6f1fd6]182
[f45b1953]183</sect1>
184
Note: See TracBrowser for help on using the repository browser.