1divert(-1)
2#
3# Copyright (c) 2001-2003, 2014 Proofpoint, 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
11#
12#  This is the FreeBSD configuration for a set-group-ID sm-msp sendmail
13#  that acts as a initial mail submission program.
14#
15# Last updated: 2024-02-01
16
17divert(0)dnl
18define(`confCF_VERSION', `Submit')dnl
19define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
20define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
21define(`confTIME_ZONE', `USE_TZ')dnl
22define(`confDONT_INIT_GROUPS', `True')dnl
23define(`confBIND_OPTS', `WorkAroundBrokenAAAA')dnl
24dnl
25dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:0:0:0:0:0:0:0:1]
26FEATURE(`msp', `[127.0.0.1]')dnl
27dnl enable this for SMTPUTF8 support
28dnl LOCAL_CONFIG
29dnl O SMTPUTF8=true
30