freebsd.submit.mc revision 121232
1121232Sgshapirodivert(-1)
2121232Sgshapiro#
3121232Sgshapiro# Copyright (c) 2001-2003 Sendmail, Inc. and its suppliers.
4121232Sgshapiro#	All rights reserved.
5121232Sgshapiro#
6121232Sgshapiro# By using this file, you agree to the terms and conditions set
7121232Sgshapiro# forth in the LICENSE file which can be found at the top level of
8121232Sgshapiro# the sendmail distribution.
9121232Sgshapiro#
10121232Sgshapiro#
11121232Sgshapiro
12121232Sgshapiro#
13121232Sgshapiro#  This is the FreeBSD configuration for a set-group-ID sm-msp sendmail
14121232Sgshapiro#  that acts as a initial mail submission program.
15121232Sgshapiro#
16121232Sgshapiro#
17121232Sgshapiro
18121232Sgshapirodivert(0)dnl
19121232SgshapiroVERSIONID(`$FreeBSD: head/etc/sendmail/freebsd.submit.mc 121232 2003-10-19 00:03:13Z gshapiro $')
20121232Sgshapirodefine(`confCF_VERSION', `Submit')dnl
21121232Sgshapirodefine(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
22121232Sgshapirodefine(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
23121232Sgshapirodefine(`confTIME_ZONE', `USE_TZ')dnl
24121232Sgshapirodefine(`confDONT_INIT_GROUPS', `True')dnl
25121232Sgshapirodefine(`confBIND_OPTS', `WorkAroundBrokenAAAA')dnl
26121232Sgshapirodnl
27121232Sgshapirodnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
28121232SgshapiroFEATURE(`msp', `[127.0.0.1]')dnl
29