You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
805 B
20 lines
805 B
--- sendmail-8.13.7/cf/cf/submit.mc.pid 2006-04-05 07:54:41.000000000 +0200 |
|
+++ sendmail-8.13.7/cf/cf/submit.mc 2006-06-19 18:07:11.000000000 +0200 |
|
@@ -15,12 +15,16 @@ |
|
# |
|
|
|
divert(0)dnl |
|
-VERSIONID(`$Id: submit.mc,v 8.14 2006/04/05 05:54:41 ca Exp $') |
|
+sinclude(`/usr/share/sendmail-cf/m4/cf.m4')dnl |
|
+VERSIONID(`linux setup')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', `/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
|
|
|