Merge remote-tracking branch 'origin/vendor/OPENSSH'
[dragonfly.git] / etc / sendmail / dragonfly.submit.mc
1 divert(-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 a 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
22 divert(0)dnl
23 VERSIONID(`$DragonFly: 10 March 2015')
24 define(`confCF_VERSION', `Submit')
25 define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
26 define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
27 define(`confTIME_ZONE', `USE_TZ')
28 define(`confDONT_INIT_GROUPS', `True')
29 define(`confBIND_OPTS', `WorkAroundBrokenAAAA')
30 dnl
31 dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
32 FEATURE(`msp', `[127.0.0.1]')dnl
33 dnl
34 dnl To deliver all local mail to your mailhub
35 dnl FEATURE(`msp','[mailhub.do.main]`)