tcpproto.mc revision 42575
1divert(-1)
2#
3# Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
4# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
5# Copyright (c) 1988, 1993
6#	The Regents of the University of California.  All rights reserved.
7#
8# By using this file, you agree to the terms and conditions set
9# forth in the LICENSE file which can be found at the top level of
10# the sendmail distribution.
11#
12#
13
14#
15#  This is the prototype file for a configuration that supports nothing
16#  but basic SMTP connections via TCP.
17#
18#  You MUST change the `OSTYPE' macro to specify the operating system
19#  on which this will run; this will set the location of various
20#  support files for your operating system environment.  You MAY
21#  create a domain file in ../domain and reference it by adding a
22#  `DOMAIN' macro after the `OSTYPE' macro.  I recommend that you
23#  first copy this to another file name so that new sendmail releases
24#  will not trash your changes.
25#
26
27divert(0)dnl
28VERSIONID(`@(#)tcpproto.mc	8.10 (Berkeley) 5/19/1998')
29OSTYPE(unknown)
30FEATURE(nouucp)
31MAILER(local)
32MAILER(smtp)
33