Deleted Added
full compact
cfhead.m4 (125823) cfhead.m4 (132946)
1#
1#
2# Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers.
2# Copyright (c) 1998-2004 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 125823 2004-02-14 21:58:08Z gshapiro $
12# $FreeBSD: head/contrib/sendmail/cf/m4/cfhead.m4 132946 2004-08-01 01:16:16Z gshapiro $
13#
14
15######################################################################
16######################################################################
17#####
18##### SENDMAIL CONFIGURATION FILE
19#####
20ifdef(`__win32__', `dnl', `dnl

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

299define(`confCW_FILE', `MAIL_SETTINGS_DIR`'local-host-names')
300define(`confMIME_FORMAT_ERRORS', `True')
301define(`confFORWARD_PATH', `$z/.forward.$w:$z/.forward')
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}'')
13#
14
15######################################################################
16######################################################################
17#####
18##### SENDMAIL CONFIGURATION FILE
19#####
20ifdef(`__win32__', `dnl', `dnl

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

299define(`confCW_FILE', `MAIL_SETTINGS_DIR`'local-host-names')
300define(`confMIME_FORMAT_ERRORS', `True')
301define(`confFORWARD_PATH', `$z/.forward.$w:$z/.forward')
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}'')
307define(`confMILTER_MACROS_EOM', `{msg_id}')
307
308
309divert(0)dnl
308
309
310divert(0)dnl
310VERSIONID(`$Id: cfhead.m4,v 8.108.2.6 2003/12/05 02:26:47 ca Exp $')
311VERSIONID(`$Id: cfhead.m4,v 8.116 2004/01/28 22:02:22 ca Exp $')