source: basicnet/mailnews/procmail.xml@ d4796f8b

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 d4796f8b was d4796f8b, checked in by Ken Moffat <ken@…>, 13 years ago

Tag a few more things that build with 6.7, and check that my subversion-1.6.13 test installation is working.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8661 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 &lfs67_built;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing='compact'>
39 <listitem>
40 <para>Download (HTTP): <ulink url="&procmail-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&procmail-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &procmail-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &procmail-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &procmail-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &procmail-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <para condition="html" role="usernotes">User Notes:
60 <ulink url="&blfs-wiki;/procmail"/></para>
61
62 </sect2>
63
64 <sect2 role="installation">
65 <title>Installation of Procmail</title>
66
67 <para>This package does not come with a test suite.</para>
68
69 <para>Install <application>Procmail</application> by running the following
70 commands as the <systemitem class="username">root</systemitem> user:</para>
71
72<screen role='root'><userinput>sed -i 's/getline/get_line/' src/*.[ch] &amp;&amp;
73make LOCKINGTEST=/tmp install &amp;&amp;
74make install-suid</userinput></screen>
75
76 </sect2>
77
78 <sect2 role="commands">
79 <title>Command Explanations</title>
80
81 <para><command>sed -i 's/getline/get_line/' src/*.[ch]</command>: This renames
82 procmail's getline function to avoid conflict with the getline function from
83 <application>glibc</application>.</para>
84
85 <para><command>make LOCKINGTEST=/tmp install</command>: This prevents
86 <command>make</command> from asking you where to test file-locking
87 patterns.</para>
88
89 <para><command>make install-suid</command>: Modifies permissions of
90 the installed files.</para>
91
92 </sect2>
93
94 <sect2 role="configuration">
95 <title>Configuring Procmail</title>
96
97 <sect3 id="procmail-config">
98 <title>Config Files</title>
99
100 <para><filename>/etc/procmailrc</filename> and
101 <filename>~/.procmailrc</filename></para>
102
103 <indexterm zone="procmail procmail-config">
104 <primary sortas="e-AA.procmailrc">~/.procmailrc</primary>
105 </indexterm>
106
107 <indexterm zone="procmail procmail-config">
108 <primary sortas="e-etc-procmailrc">/etc/procmailrc</primary>
109 </indexterm>
110
111 </sect3>
112
113 <sect3>
114 <title>Configuration Information</title>
115
116 <para>Recipes have to be written and placed in
117 <filename>~/.procmailrc</filename> for execution. The procmailex man
118 page is the starting place to learn how to write recipes.
119 For additional information, see also
120 <ulink url="http://pm-doc.sourceforge.net/pm-tips.html"/>.
121 </para>
122
123 </sect3>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>formail, lockfile, mailstat and procmail</seg>
137 <seg>None</seg>
138 <seg>None</seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="formail">
148 <term><command>formail</command></term>
149 <listitem>
150 <para>is a filter that can be used to format mail into mailbox format.</para>
151 <indexterm zone="procmail formail">
152 <primary sortas="b-formail">formail</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="lockfile">
158 <term><command>lockfile</command></term>
159 <listitem>
160 <para>is a utility that can lock a file for single use interactively or in a
161 script.</para>
162 <indexterm zone="procmail lockfile">
163 <primary sortas="b-lockfile">lockfile</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="mailstat">
169 <term><command>mailstat</command></term>
170 <listitem>
171 <para>prints a summary report of mail that has been filtered by
172 <command>procmail</command> since the last time <command>mailstat</command>
173 was ran.</para>
174 <indexterm zone="procmail mailstat">
175 <primary sortas="b-mailstat">mailstat</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="procmail-prog">
181 <term><command>procmail</command></term>
182 <listitem>
183 <para>is an autonomous mail processor. It performs all the functions
184 of an MDA (Mail Delivery Agent).</para>
185 <indexterm zone="procmail procmail-prog">
186 <primary sortas="b-procmail">procmail</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190 </variablelist>
191
192 </sect2>
193
194</sect1>
195
Note: See TracBrowser for help on using the repository browser.