submit.mc revision 132943
1226586Sdimdivert(-1)
2226586Sdim#
3226586Sdim# Copyright (c) 2001-2003 Sendmail, Inc. and its suppliers.
4226586Sdim#	All rights reserved.
5226586Sdim#
6226586Sdim# By using this file, you agree to the terms and conditions set
7226586Sdim# forth in the LICENSE file which can be found at the top level of
8226586Sdim# the sendmail distribution.
9226586Sdim#
10226586Sdim#
11226586Sdim
12226586Sdim#
13226586Sdim#  This is the prototype file for a set-group-ID sm-msp sendmail that
14249423Sdim#  acts as a initial mail submission program.
15226586Sdim#
16239462Sdim
17226586Sdimdivert(0)dnl
18226586SdimVERSIONID(`$Id: submit.mc,v 8.13 2003/09/10 22:12:48 ca Exp $')
19234353Sdimdefine(`confCF_VERSION', `Submit')dnl
20226586Sdimdefine(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
21226586Sdimdefine(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
22226586Sdimdefine(`confTIME_ZONE', `USE_TZ')dnl
23226586Sdimdefine(`confDONT_INIT_GROUPS', `True')dnl
24226586Sdimdnl
25234353Sdimdnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
26234353SdimFEATURE(`msp', `[127.0.0.1]')dnl
27234353Sdim