Deleted Added
full compact
cfhead.m4 (112813) cfhead.m4 (120259)
1#
1#
2# Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
2# Copyright (c) 1998-2003 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 112813 2003-03-29 19:18:07Z gshapiro $
12# $FreeBSD: head/contrib/sendmail/cf/m4/cfhead.m4 120259 2003-09-19 23:14:57Z gshapiro $
13#
14
15######################################################################
16######################################################################
17#####
18##### SENDMAIL CONFIGURATION FILE
19#####
20ifdef(`__win32__', `dnl', `dnl

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

302define(`confCR_FILE', `-o MAIL_SETTINGS_DIR`'relay-domains')
303define(`confMILTER_MACROS_CONNECT', ``j, _, {daemon_name}, {if_name}, {if_addr}'')
304define(`confMILTER_MACROS_HELO', ``{tls_version}, {cipher}, {cipher_bits}, {cert_subject}, {cert_issuer}'')
305define(`confMILTER_MACROS_ENVFROM', ``i, {auth_type}, {auth_authen}, {auth_ssf}, {auth_author}, {mail_mailer}, {mail_host}, {mail_addr}'')
306define(`confMILTER_MACROS_ENVRCPT', ``{rcpt_mailer}, {rcpt_host}, {rcpt_addr}'')
307
308
309divert(0)dnl
13#
14
15######################################################################
16######################################################################
17#####
18##### SENDMAIL CONFIGURATION FILE
19#####
20ifdef(`__win32__', `dnl', `dnl

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

302define(`confCR_FILE', `-o MAIL_SETTINGS_DIR`'relay-domains')
303define(`confMILTER_MACROS_CONNECT', ``j, _, {daemon_name}, {if_name}, {if_addr}'')
304define(`confMILTER_MACROS_HELO', ``{tls_version}, {cipher}, {cipher_bits}, {cert_subject}, {cert_issuer}'')
305define(`confMILTER_MACROS_ENVFROM', ``i, {auth_type}, {auth_authen}, {auth_ssf}, {auth_author}, {mail_mailer}, {mail_host}, {mail_addr}'')
306define(`confMILTER_MACROS_ENVRCPT', ``{rcpt_mailer}, {rcpt_host}, {rcpt_addr}'')
307
308
309divert(0)dnl
310VERSIONID(`$Id: cfhead.m4,v 8.108.2.2 2003/03/11 21:24:20 ca Exp $')
310VERSIONID(`$Id: cfhead.m4,v 8.108.2.3 2003/04/03 17:51:51 ca Exp $')