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#  This is the FreeBSD configuration for a set-group-ID sm-msp sendmail
13121232Sgshapiro#  that acts as a initial mail submission program.
14121232Sgshapiro#
15121232Sgshapiro
16121232Sgshapirodivert(0)dnl
17121232SgshapiroVERSIONID(`$FreeBSD$')
18121232Sgshapirodefine(`confCF_VERSION', `Submit')dnl
19121232Sgshapirodefine(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
20121232Sgshapirodefine(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
21121232Sgshapirodefine(`confTIME_ZONE', `USE_TZ')dnl
22121232Sgshapirodefine(`confDONT_INIT_GROUPS', `True')dnl
23121232Sgshapirodefine(`confBIND_OPTS', `WorkAroundBrokenAAAA')dnl
24121232Sgshapirodnl
25121232Sgshapirodnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
26121232SgshapiroFEATURE(`msp', `[127.0.0.1]')dnl
27