source: basicnet/mailnews/procmail.xml@ a41f643

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 a41f643 was a41f643, checked in by Randy McMurchy <randy@…>, 14 years ago

Globally removed all extraneous spaces

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

  • Property mode set to 100644
File size: 6.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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.psg.com/pub/unix/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>sed -i 's/getline/get_line/' src/*.[ch] &amp;&amp;
71make LOCKINGTEST=/tmp install &amp;&amp;
72make install-suid</userinput></screen>
73
74 </sect2>
75
76 <sect2 role="commands">
77 <title>Command Explanations</title>
78
79 <para><command>sed -i 's/getline/get_line/' src/*.[ch]</command>: This renames
80 procmail's getline function to avoid conflict with the getline function from
81 <application>glibc</application>.</para>
82
83 <para><command>make LOCKINGTEST=/tmp install</command>: This prevents
84 <command>make</command> from asking you where to test file-locking
85 patterns.</para>
86
87 <para><command>make install-suid</command>: Modifies permissions of
88 the installed files.</para>
89
90 </sect2>
91
92 <sect2 role="configuration">
93 <title>Configuring Procmail</title>
94
95 <sect3 id="procmail-config">
96 <title>Config Files</title>
97
98 <para><filename>/etc/procmailrc</filename> and
99 <filename>~/.procmailrc</filename></para>
100
101 <indexterm zone="procmail procmail-config">
102 <primary sortas="e-AA.procmailrc">~/.procmailrc</primary>
103 </indexterm>
104
105 <indexterm zone="procmail procmail-config">
106 <primary sortas="e-etc-procmailrc">/etc/procmailrc</primary>
107 </indexterm>
108
109 </sect3>
110
111 <sect3>
112 <title>Configuration Information</title>
113
114 <para>Recipes have to be written and placed in
115 <filename>~/.procmailrc</filename> for execution. The procmailex man
116 page is the starting place to learn how to write recipes.
117 For additional information, see also
118 <ulink url="http://pm-doc.sourceforge.net/pm-tips.html"/>.
119 </para>
120
121 </sect3>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>formail, lockfile, mailstat and procmail</seg>
135 <seg>None</seg>
136 <seg>None</seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="formail">
146 <term><command>formail</command></term>
147 <listitem>
148 <para>is a filter that can be used to format mail into mailbox format.</para>
149 <indexterm zone="procmail formail">
150 <primary sortas="b-formail">formail</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="lockfile">
156 <term><command>lockfile</command></term>
157 <listitem>
158 <para>is a utility that can lock a file for single use interactively or in a
159 script.</para>
160 <indexterm zone="procmail lockfile">
161 <primary sortas="b-lockfile">lockfile</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="mailstat">
167 <term><command>mailstat</command></term>
168 <listitem>
169 <para>prints a summary report of mail that has been filtered by
170 <command>procmail</command> since the last time <command>mailstat</command>
171 was ran.</para>
172 <indexterm zone="procmail mailstat">
173 <primary sortas="b-mailstat">mailstat</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="procmail-prog">
179 <term><command>procmail</command></term>
180 <listitem>
181 <para>is an autonomous mail processor. It performs all the functions
182 of an MDA (Mail Delivery Agent).</para>
183 <indexterm zone="procmail procmail-prog">
184 <primary sortas="b-procmail">procmail</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188 </variablelist>
189
190 </sect2>
191
192</sect1>
193
Note: See TracBrowser for help on using the repository browser.