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