xref: /illumos-gate/usr/src/cmd/sendmail/cf/cf/submit.mc (revision 7c478bd9)
1*7c478bd9Sstevel@tonic-gatedivert(-1)
2*7c478bd9Sstevel@tonic-gate#
3*7c478bd9Sstevel@tonic-gate# Copyright (c) 2001, 2002 Sendmail, Inc. and its suppliers.
4*7c478bd9Sstevel@tonic-gate#	All rights reserved.
5*7c478bd9Sstevel@tonic-gate#
6*7c478bd9Sstevel@tonic-gate# By using this file, you agree to the terms and conditions set
7*7c478bd9Sstevel@tonic-gate# forth in the LICENSE file which can be found at the top level of
8*7c478bd9Sstevel@tonic-gate# the sendmail distribution.
9*7c478bd9Sstevel@tonic-gate#
10*7c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
11*7c478bd9Sstevel@tonic-gate#
12*7c478bd9Sstevel@tonic-gate
13*7c478bd9Sstevel@tonic-gate#
14*7c478bd9Sstevel@tonic-gate#  This is the prototype file for a set-group-ID sm-msp sendmail that
15*7c478bd9Sstevel@tonic-gate#  acts as a initial mail submission program.
16*7c478bd9Sstevel@tonic-gate#
17*7c478bd9Sstevel@tonic-gate
18*7c478bd9Sstevel@tonic-gatedivert(0)dnl
19*7c478bd9Sstevel@tonic-gateVERSIONID(`$Id: submit.mc,v 8.6.2.4 2002/12/29 03:54:34 ca Exp $')
20*7c478bd9Sstevel@tonic-gatedefine(`confCF_VERSION', `Submit')dnl
21*7c478bd9Sstevel@tonic-gatedefine(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
22*7c478bd9Sstevel@tonic-gatedefine(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
23*7c478bd9Sstevel@tonic-gatedefine(`confTIME_ZONE', `USE_TZ')dnl
24*7c478bd9Sstevel@tonic-gatedefine(`confDONT_INIT_GROUPS', `True')dnl
25*7c478bd9Sstevel@tonic-gatednl
26*7c478bd9Sstevel@tonic-gatednl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
27*7c478bd9Sstevel@tonic-gateFEATURE(`msp', `[127.0.0.1]')dnl
28