Deleted Added
full compact
cfhead.m4 (98844) cfhead.m4 (110563)
1#
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#
1#
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#
12# $FreeBSD: head/contrib/sendmail/cf/m4/cfhead.m4 98844 2002-06-26 02:50:37Z gshapiro $
12# $FreeBSD: head/contrib/sendmail/cf/m4/cfhead.m4 110563 2003-02-08 20:35:51Z gshapiro $
13#
14
15######################################################################
16######################################################################
17#####
18##### SENDMAIL CONFIGURATION FILE
19#####
13#
14
15######################################################################
16######################################################################
17#####
18##### SENDMAIL CONFIGURATION FILE
19#####
20ifdef(`unix', `dnl
20ifdef(`__win32__', `dnl', `dnl
21ifdef(`TEMPFILE', `dnl', `define(`TEMPFILE', maketemp(/tmp/cfXXXXXX))dnl
22syscmd(sh _CF_DIR_`'sh/makeinfo.sh _CF_DIR_ > TEMPFILE)dnl
23include(TEMPFILE)dnl
21ifdef(`TEMPFILE', `dnl', `define(`TEMPFILE', maketemp(/tmp/cfXXXXXX))dnl
22syscmd(sh _CF_DIR_`'sh/makeinfo.sh _CF_DIR_ > TEMPFILE)dnl
23include(TEMPFILE)dnl
24syscmd(rm -f TEMPFILE)dnl')', `dnl')
24syscmd(rm -f TEMPFILE)dnl')')
25#####
26######################################################################
27#####
28##### DO NOT EDIT THIS FILE! Only edit the source .mc file.
29#####
30######################################################################
31######################################################################
32

--- 267 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
25#####
26######################################################################
27#####
28##### DO NOT EDIT THIS FILE! Only edit the source .mc file.
29#####
30######################################################################
31######################################################################
32

--- 267 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
308VERSIONID(`$Id: cfhead.m4,v 8.108 2002/06/13 18:53:24 ca Exp $')
308VERSIONID(`$Id: cfhead.m4,v 8.108.2.1 2002/08/27 20:19:08 gshapiro Exp $')