source: basicnet/mailnews/procmail.xml@ 9f12e36

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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

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