Deleted Added
full compact
cfhead.m4 (98125) cfhead.m4 (98844)
1#
1#
2# Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
2# Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
3# All rights reserved.
4# Copyright (c) 1983, 1995 Eric P. Allman. All rights reserved.
5# Copyright (c) 1988, 1993
6# The Regents of the University of California. All rights reserved.
7#
8# By using this file, you agree to the terms and conditions set
9# forth in the LICENSE file which can be found at the top level of
10# the sendmail distribution.
11#
3# All rights reserved.
4# Copyright (c) 1983, 1995 Eric P. Allman. All rights reserved.
5# Copyright (c) 1988, 1993
6# The Regents of the University of California. All rights reserved.
7#
8# By using this file, you agree to the terms and conditions set
9# forth in the LICENSE file which can be found at the top level of
10# the sendmail distribution.
11#
12# $FreeBSD: head/contrib/sendmail/cf/m4/cfhead.m4 98125 2002-06-11 21:16:51Z gshapiro $
12# $FreeBSD: head/contrib/sendmail/cf/m4/cfhead.m4 98844 2002-06-26 02:50:37Z gshapiro $
13#
14
15######################################################################
16######################################################################
17#####
18##### SENDMAIL CONFIGURATION FILE
19#####
20ifdef(`unix', `dnl

--- 94 unchanged lines hidden (view full) ---

115define(`HACK', `PUSHDIVERT(-1)define(`_ARG_', `$2')define(`_ARGS_', `shift($@)')include(_CF_DIR_`'hack/$1.m4)POPDIVERT`'')
116define(`_DPO_',`')
117define(`DAEMON_OPTIONS', `define(`_DPO_', defn(`_DPO_')
118O DaemonPortOptions=`$1')')
119define(`_CPO_',`')
120define(`CLIENT_OPTIONS', `define(`_CPO_', defn(`_CPO_')
121O ClientPortOptions=`$1')')
122define(`_MAIL_FILTERS_', `')
13#
14
15######################################################################
16######################################################################
17#####
18##### SENDMAIL CONFIGURATION FILE
19#####
20ifdef(`unix', `dnl

--- 94 unchanged lines hidden (view full) ---

115define(`HACK', `PUSHDIVERT(-1)define(`_ARG_', `$2')define(`_ARGS_', `shift($@)')include(_CF_DIR_`'hack/$1.m4)POPDIVERT`'')
116define(`_DPO_',`')
117define(`DAEMON_OPTIONS', `define(`_DPO_', defn(`_DPO_')
118O DaemonPortOptions=`$1')')
119define(`_CPO_',`')
120define(`CLIENT_OPTIONS', `define(`_CPO_', defn(`_CPO_')
121O ClientPortOptions=`$1')')
122define(`_MAIL_FILTERS_', `')
123define(`_MAIL_FILTERS_DEF', `')
123define(`MAIL_FILTER', `define(`_MAIL_FILTERS_', defn(`_MAIL_FILTERS_')
124define(`MAIL_FILTER', `define(`_MAIL_FILTERS_', defn(`_MAIL_FILTERS_')
124X`'$1`, '`$2')')
125X`'$1`, '`$2')
126define(`_MAIL_FILTERS_DEF', defn(`_MAIL_FILTERS_DEF')`X')')
125define(`INPUT_MAIL_FILTER', `MAIL_FILTER(`$1', `$2')
126ifelse(defn(`confINPUT_MAIL_FILTERS')X, `X',
127`define(`confINPUT_MAIL_FILTERS', $1)',
128`define(`confINPUT_MAIL_FILTERS', defn(`confINPUT_MAIL_FILTERS')`, '`$1')')')
129define(`_QUEUE_GROUP_', `')
130define(`QUEUE_GROUP', `define(`_QUEUE_GROUP_', defn(`_QUEUE_GROUP_')
131Q`'$1`, '`$2')')
132define(`CF_LEVEL', `10')dnl

--- 165 unchanged lines hidden (view full) ---

298define(`confCR_FILE', `-o MAIL_SETTINGS_DIR`'relay-domains')
299define(`confMILTER_MACROS_CONNECT', ``j, _, {daemon_name}, {if_name}, {if_addr}'')
300define(`confMILTER_MACROS_HELO', ``{tls_version}, {cipher}, {cipher_bits}, {cert_subject}, {cert_issuer}'')
301define(`confMILTER_MACROS_ENVFROM', ``i, {auth_type}, {auth_authen}, {auth_ssf}, {auth_author}, {mail_mailer}, {mail_host}, {mail_addr}'')
302define(`confMILTER_MACROS_ENVRCPT', ``{rcpt_mailer}, {rcpt_host}, {rcpt_addr}'')
303
304
305divert(0)dnl
127define(`INPUT_MAIL_FILTER', `MAIL_FILTER(`$1', `$2')
128ifelse(defn(`confINPUT_MAIL_FILTERS')X, `X',
129`define(`confINPUT_MAIL_FILTERS', $1)',
130`define(`confINPUT_MAIL_FILTERS', defn(`confINPUT_MAIL_FILTERS')`, '`$1')')')
131define(`_QUEUE_GROUP_', `')
132define(`QUEUE_GROUP', `define(`_QUEUE_GROUP_', defn(`_QUEUE_GROUP_')
133Q`'$1`, '`$2')')
134define(`CF_LEVEL', `10')dnl

--- 165 unchanged lines hidden (view full) ---

300define(`confCR_FILE', `-o MAIL_SETTINGS_DIR`'relay-domains')
301define(`confMILTER_MACROS_CONNECT', ``j, _, {daemon_name}, {if_name}, {if_addr}'')
302define(`confMILTER_MACROS_HELO', ``{tls_version}, {cipher}, {cipher_bits}, {cert_subject}, {cert_issuer}'')
303define(`confMILTER_MACROS_ENVFROM', ``i, {auth_type}, {auth_authen}, {auth_ssf}, {auth_author}, {mail_mailer}, {mail_host}, {mail_addr}'')
304define(`confMILTER_MACROS_ENVRCPT', ``{rcpt_mailer}, {rcpt_host}, {rcpt_addr}'')
305
306
307divert(0)dnl
306VERSIONID(`$Id: cfhead.m4,v 8.107 2001/07/22 03:25:37 ca Exp $')
308VERSIONID(`$Id: cfhead.m4,v 8.108 2002/06/13 18:53:24 ca Exp $')