source: basicnet/mailnews/procmail.xml@ 55c657e

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
Last change on this file since 55c657e was 55c657e, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to Chapter 20 packages; changed FTP download URL's in Pine and NcFTP instructions

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

  • Property mode set to 100644
File size: 3.7 KB
Line 
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-md5sum "1678ea99b973eb77eda4ecf6acae53f1">
10 <!ENTITY procmail-size "338 KB">
11 <!ENTITY procmail-buildsize "1.5 MB">
12 <!ENTITY procmail-time "0.38 SBU">
13]>
14
15<sect1 id="procmail" xreflabel="Procmail-&procmail-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="procmail.html"?>
21<title>Procmail-&procmail-version;</title>
22
23<sect2>
24<title>Introduction to <application>Procmail</application></title>
25
26<para>The <application>Procmail</application> package contains an autonomous
27mail processor. This is useful for filtering and sorting incoming mail.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink
32url="&procmail-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink
34url="&procmail-download-ftp;"/></para></listitem>
35<listitem><para>Download MD5 sum: &procmail-md5sum;</para></listitem>
36<listitem><para>Download size: &procmail-size;</para></listitem>
37<listitem><para>Estimated disk space required:
38&procmail-buildsize;</para></listitem>
39<listitem><para>Estimated build time:
40&procmail-time;</para></listitem></itemizedlist>
41</sect3>
42
43</sect2>
44
45<sect2>
46<title>Installation of <application>Procmail</application></title>
47
48<para>Install <application>Procmail</application> by running the following
49commands:</para>
50
51<screen><userinput><command>make LOCKINGTEST=/tmp install &amp;&amp;
52make install-suid</command></userinput></screen>
53
54</sect2>
55
56<sect2>
57<title>Command explanations</title>
58
59<para><command>make LOCKINGTEST=/tmp install</command>: This prevents
60<command>make</command> from asking you where to test file-locking
61patterns.</para>
62
63<para><command>make install-suid</command>: Modifies permissions of
64the installed files.</para>
65</sect2>
66
67<sect2>
68<title>Configuring <application>Procmail</application></title>
69
70<sect3><title>Config files</title>
71<para><filename>/etc/procmailrc</filename>,
72<filename>~/.procmailrc</filename></para>
73</sect3>
74
75<sect3><title>Configuration Information</title>
76
77<para>Recipes have to be written and placed in your
78<filename>~/.procmailrc</filename> for execution. The procmailex man
79page is the starting place to learn how to write recipes.</para>
80</sect3>
81
82</sect2>
83
84<sect2>
85<title>Contents</title>
86
87<para>The <application>Procmail</application> package contains
88<command>procmail</command>,
89<command>formail</command>,
90<command>lockfile</command> and
91<command>mailstat</command>.</para>
92
93</sect2>
94
95<sect2><title>Description</title>
96
97<sect3><title>procmail</title>
98<para><command>procmail</command> is an autonomous mail processor. It performs
99all the functions of a <acronym>MDA</acronym> (Mail Delivery
100Agent).</para></sect3>
101
102<sect3><title>formail</title>
103<para><command>formail</command> is a filter that can be used to format mail
104into mailbox format.</para></sect3>
105
106<sect3><title>lockfile</title>
107<para><command>lockfile</command> is a utility that can lock a file for single
108use interactively or in a script.</para></sect3>
109
110<sect3><title>mailstat</title>
111<para><command>mailstat</command> prints a summary report of mail that has been
112filtered by <command>procmail</command> since the last time <command>
113mailstat</command> was ran.</para></sect3>
114
115</sect2>
116
117</sect1>
118
Note: See TracBrowser for help on using the repository browser.