date and time created 82/11/13 17:57:12 by eric
[unix-history] / usr / src / usr.sbin / sendmail / src / conf.h
CommitLineData
5a739feb
EA
1/*
2** CONF.H -- All user-configurable parameters
3**
4** @(#)conf.h 3.1 %G%
5*/
6
7
8
9/*
10** Table sizes, etc....
11** There shouldn't be much need to change these....
12*/
13
14# define MAXLINE 256 /* max line length */
15# define MAXNAME 128 /* max length of a name */
16# define MAXFIELD 2500 /* max total length of a hdr field */
17# define MAXPV 40 /* max # of parms to mailers */
18# define MAXHOP 30 /* max value of HopCount */
19# define MAXATOM 100 /* max atoms per address */
20# define MAXMAILERS 25 /* maximum mailers known to system */
21# define MAXRWSETS 30 /* max # of sets of rewriting rules */
22# define MAXPRIORITIES 25 /* max values for Precedence: field */
23# define MAXTRUST 30 /* maximum number of trusted users */
24
25/*
26** Compilation options.
27*/
28
29#define DBM 1 /* use DBM library (requires -ldbm) */
30#define DEBUG 1 /* enable debugging */
31#define LOG 1 /* enable logging */
32#define SMTP 1 /* enable user and server SMTP */
33#define QUEUE 1 /* enable queueing */
34#define UGLYUUCP 1 /* output ugly UUCP From lines */
35#define DAEMON 1 /* include the daemon (requires IPC) */
36#define VMUNIX 1 /* VMUNIX options (4.1bsd) */
37/* #define NVMUNIX 1 /* new VMUNIX options (4.2bsd, requires VMUNIX) */