| 3 |
- |
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 prototype file for a set-group-ID sm-msp sendmail that
|
|
|
14 |
# acts as a initial mail submission program.
|
|
|
15 |
#
|
|
|
16 |
|
|
|
17 |
divert(0)dnl
|
|
|
18 |
sinclude(`/usr/share/sendmail-cf/m4/cf.m4')dnl
|
|
|
19 |
VERSIONID(`linux setup')dnl
|
|
|
20 |
define(`confCF_VERSION', `Submit')dnl
|
|
|
21 |
define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
|
|
|
22 |
define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
|
|
|
23 |
define(`confTIME_ZONE', `USE_TZ')dnl
|
|
|
24 |
define(`confDONT_INIT_GROUPS', `True')dnl
|
|
|
25 |
define(`confPID_FILE', `/var/run/sm-client.pid')dnl
|
|
|
26 |
dnl define(`confDIRECT_SUBMISSION_MODIFIERS',`C')dnl
|
|
|
27 |
FEATURE(`use_ct_file')dnl
|
|
|
28 |
dnl
|
|
|
29 |
dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
|
|
|
30 |
FEATURE(`msp', `[127.0.0.1]')dnl
|