File: Manifest

package info (click to toggle)
procmail 3.22-25%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,116 kB
  • sloc: ansic: 9,885; sh: 1,957; makefile: 136
file content (60 lines) | stat: -rw-r--r-- 2,518 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Makefile	We all know what that is.
README		Important, read it.
INSTALL		A description of what has to be done to install procmail.

config.h	The file to edit if you want to change, yes, the configuration.

FAQ		Lists the things you are too lazy to figure out yourself.
HISTORY		Recent and ancient changes, features (or bugs) documented.
FEATURES	A summary of all the things procmail is particularly good at.
Manifest	You guessed it.
initmake	A shell script that performs some preliminary tests on your
		system and prepares the Makefiles.
Makefile.1	Used by initmake to customise the Makefile.

src/*		The C-sources (in general).
src/Makefile.0	Used by initmake to customise the Makefile.

src/includes.h	System include files are all referenced here.
src/autoconf	The shell script that seizes your compiler and machine,
		and then creates a file called autoconf.h describing the
		kludges that are going to be applied for your installation.

new/*		After a "make", all the files that will be installed can be
		found here (for inspection, if you like).

man/*		Yes, the man pages (made in a labour camp) and two additional
		files which make these man pages auto-adapting.
man/Makefile.0	Used by initmake to customise the Makefile.
examples/mailstat
		A summary generator for procmail generated logfiles.
examples/?procmailrc
		Sample .procmailrc files.
examples/?rmail
		Sample shell scripts that demonstrate how to use
		lockfiles while reading the mail (to ensure mail integrity
		as soon as you exit the mail program).
examples/dirname
		Substitute dirname program, for the deprived.
examples/forward
		A sample .forward file (MMDF users should disregard this file
		and look in the man page).
examples/advanced
		Some extra info for network mounted mailboxes, examples of
		advanced .procmailrc expressions and using procmail as
		a local delivery agent.
examples/local_procmail_lmtp.m4
		A sendmail M4 config file that, when used with
		"FEATURE(local_procmail_lmtp.m4)", will make sendmail use
		procmail as its local delivery agent via LMTP.	Procmail
		*MUST* be compiled with LMTP support (see config.h) or
		this will just bounce all your email.  This is not yet
		ready for general use.
examples/procmail-rpm.spec
		An RPM spec file that allows for automated builds of a
		procmail RPM package.
SmartList/*	All you need to start up lots of mailinglists.
SmartList/FEATURES
		A summary of all the SmartList package will take care of.
SmartList/INTRO
		Comprehensive introduction on maintaining a mailinglist.