date and time created 82/11/13 17:57:12 by eric
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 14 Nov 1982 09:57:12 +0000 (01:57 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 14 Nov 1982 09:57:12 +0000 (01:57 -0800)
SCCS-mr: usr.sbin/sendmail/src/conf.h 021,, 070
SCCS-vsn: usr.sbin/sendmail/src/conf.h 3.1

usr/src/usr.sbin/sendmail/src/conf.h [new file with mode: 0644]

diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h
new file mode 100644 (file)
index 0000000..2638763
--- /dev/null
@@ -0,0 +1,37 @@
+/*
+**  CONF.H -- All user-configurable parameters
+**
+**     @(#)conf.h      3.1             %G%
+*/
+
+
+
+/*
+**  Table sizes, etc....
+**     There shouldn't be much need to change these....
+*/
+
+# define MAXLINE       256             /* max line length */
+# define MAXNAME       128             /* max length of a name */
+# define MAXFIELD      2500            /* max total length of a hdr field */
+# define MAXPV         40              /* max # of parms to mailers */
+# define MAXHOP                30              /* max value of HopCount */
+# define MAXATOM       100             /* max atoms per address */
+# define MAXMAILERS    25              /* maximum mailers known to system */
+# define MAXRWSETS     30              /* max # of sets of rewriting rules */
+# define MAXPRIORITIES 25              /* max values for Precedence: field */
+# define MAXTRUST      30              /* maximum number of trusted users */
+
+/*
+**  Compilation options.
+*/
+
+#define DBM            1       /* use DBM library (requires -ldbm) */
+#define DEBUG          1       /* enable debugging */
+#define LOG            1       /* enable logging */
+#define SMTP           1       /* enable user and server SMTP */
+#define QUEUE          1       /* enable queueing */
+#define UGLYUUCP       1       /* output ugly UUCP From lines */
+#define DAEMON         1       /* include the daemon (requires IPC) */
+#define VMUNIX         1       /* VMUNIX options (4.1bsd) */
+/* #define NVMUNIX     1       /* new VMUNIX options (4.2bsd, requires VMUNIX) */