123456789101112131415161718192021 |
- diff -uNr sendmail-8.14.9.orig/cf/cf/submit.mc sendmail-8.14.9/cf/cf/submit.mc
- --- sendmail-8.14.9.orig/cf/cf/submit.mc 2014-03-07 02:31:28.000000000 +0900
- +++ sendmail-8.14.9/cf/cf/submit.mc 2014-12-29 04:41:52.991074537 +0900
- @@ -15,12 +15,16 @@
- #
-
- divert(0)dnl
- -VERSIONID(`$Id: submit.mc,v 8.15 2013-11-22 20:51:08 ca Exp $')
- +include(`/usr/share/sendmail-cf/m4/cf.m4')
- +VERSIONID(`linux setup for Vine Linux')dnl
- define(`confCF_VERSION', `Submit')dnl
- define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
- define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
- define(`confTIME_ZONE', `USE_TZ')dnl
- define(`confDONT_INIT_GROUPS', `True')dnl
- +define(`confPID_FILE', `/var/run/sm-client.pid')dnl
- +dnl define(`confDIRECT_SUBMISSION_MODIFIERS',`C')
- +dnl FEATURE(`use_ct_file')dnl
- dnl
- dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
- FEATURE(`msp', `[127.0.0.1]')dnl
|