1divert(-1)
2#
3# Copyright (c) 2001-2003 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#
11
12#
13#  This is the DragonFly BSD template configuration for a set-group-ID
14#  sm-msp sendmail that acts as an initial mail submission program.
15#
16#  If you want sendmail.submit.cf to be based on a customized version of
17#  this file, copy it to /etc/mail/<hostname>.submit.mc and modify -or-
18#  copy it to any location and set SENDMAIL_SUBMIT_MC in /etc/make.conf
19#  to its path, then modify it as desired.
20#
21
22divert(0)dnl
23VERSIONID(`$DragonFly: 10 March 2015')
24define(`confCF_VERSION', `Submit')
25define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
26define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
27define(`confTIME_ZONE', `USE_TZ')
28define(`confDONT_INIT_GROUPS', `True')
29define(`confBIND_OPTS', `WorkAroundBrokenAAAA')
30dnl
31dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
32FEATURE(`msp', `[127.0.0.1]')dnl
33dnl
34dnl To deliver all local mail to your mailhub
35dnl FEATURE(`msp','[mailhub.do.main]`)
36