138032Speterdivert(-1)
238032Speter#
3261370Sgshapiro# Copyright (c) 1998-2000 Proofpoint, Inc. and its suppliers.
464562Sgshapiro#	All rights reserved.
538032Speter# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
638032Speter# Copyright (c) 1988, 1993
738032Speter#	The Regents of the University of California.  All rights reserved.
838032Speter#
938032Speter# By using this file, you agree to the terms and conditions set
1038032Speter# forth in the LICENSE file which can be found at the top level of
1138032Speter# the sendmail distribution.
1238032Speter#
1338032Speter#
1438032Speter
1538032Speter#
1638032Speter#  This is the prototype file for a configuration that supports nothing
1738032Speter#  but basic SMTP connections via TCP.
1838032Speter#
1938032Speter#  You MUST change the `OSTYPE' macro to specify the operating system
2038032Speter#  on which this will run; this will set the location of various
2138032Speter#  support files for your operating system environment.  You MAY
2238032Speter#  create a domain file in ../domain and reference it by adding a
2338032Speter#  `DOMAIN' macro after the `OSTYPE' macro.  I recommend that you
2438032Speter#  first copy this to another file name so that new sendmail releases
2538032Speter#  will not trash your changes.
2638032Speter#
2738032Speter
2838032Speterdivert(0)dnl
29266711SgshapiroVERSIONID(`$Id: tcpproto.mc,v 8.15 2013-11-22 20:51:08 ca Exp $')
3066494SgshapiroOSTYPE(`unknown')
3166494SgshapiroFEATURE(`nouucp', `reject')
3266494SgshapiroMAILER(`local')
3366494SgshapiroMAILER(`smtp')
34