source: basicnet/mailnews/procmail.xml@ c6eb1ff1

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 c6eb1ff1 was 4f9b1f7, checked in by Archaic <archaic@…>, 20 years ago

Added "LOCKINGTEST=/tmp" to procmail make command.

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

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