source: basicnet/mailnews/procmail.xml@ d016b33

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

Removed BASEDIR=/usr from procmail's make

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

  • Property mode set to 100644
File size: 3.3 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 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 install-suid</command>: Modifies permissions of
54the installed files.</para>
55</sect2>
56
57<sect2>
58<title>Configuring <application>Procmail</application></title>
59
60<sect3><title>Config files</title>
61<para><filename>/etc/procmailrc</filename>,
62<filename>~/.procmailrc</filename></para>
63</sect3>
64
65<sect3><title>Configuration Information</title>
66
67<para>Recipes have to be written and placed in your
68<filename>~/.procmailrc</filename> for execution. The procmailex man
69page is the starting place to learn how to write recipes.</para>
70</sect3>
71
72</sect2>
73
74<sect2>
75<title>Contents</title>
76
77<para>The <application>Procmail</application> package contains <command>procmail</command>, <command>formail</command>, <command>lockfile</command> and <command>mailstat</command>.</para>
78
79</sect2>
80
81<sect2><title>Description</title>
82
83<sect3><title>procmail</title>
84<para><command>procmail</command> is an autonomous mail processor. It performs
85all the functions of a <acronym>MDA</acronym> (Mail Delivery Agent).</para></sect3>
86
87<sect3><title>formail</title>
88<para><command>formail</command> is a filter that can be used to format mail
89into mailbox format.</para></sect3>
90
91<sect3><title>lockfile</title>
92<para><command>lockfile</command> is a utility that can lock a file for single
93use interactively or in a script.</para></sect3>
94
95<sect3><title>mailstat</title>
96<para><command>mailstat</command> prints a summary report of mail that has been
97filtered by <command>procmail</command> since the last time <command>
98mailstat</command> was ran.</para></sect3>
99
100</sect2>
101
102</sect1>
103
Note: See TracBrowser for help on using the repository browser.