1divert(-1)
2#
3# Copyright (c) 1983 Eric P. Allman
4# Copyright (c) 1988, 1993
5#	The Regents of the University of California.  All rights reserved.
6#
7# %sccs.include.redist.sh%
8#
9
10#
11#  This is the prototype file for a configuration that supports nothing
12#  but basic SMTP connections via TCP.
13#
14#  You MUST change the `OSTYPE' macro to specify the operating system
15#  on which this will run; this will set the location of various
16#  support files for your operating system environment.  You MAY
17#  create a domain file in ../domain and reference it by adding a
18#  `DOMAIN' macro after the `OSTYPE' macro.  I recommend that you
19#  first copy this to another file name so that new sendmail releases
20#  will not trash your changes.
21#
22
23include(`../m4/cf.m4')
24VERSIONID(`@(#)tcpproto.mc	8.3 (Berkeley) 04/21/95')
25OSTYPE(unknown)
26FEATURE(nouucp)
27MAILER(local)
28MAILER(smtp)
29