Deleted Added
full compact
cfhead.m4 (64565) cfhead.m4 (64620)
1#
2# Copyright (c) 1998-2000 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-2000 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 64565 2000-08-12 22:19:16Z gshapiro $
12# $FreeBSD: head/contrib/sendmail/cf/m4/cfhead.m4 64620 2000-08-13 18:47:42Z gshapiro $
13#
14
15######################################################################
16######################################################################
17#####
18##### SENDMAIL CONFIGURATION FILE
19#####
20ifdef(`unix', `dnl

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

208define(`confMAILER_NAME', ``MAILER-DAEMON'')
209define(`confFROM_LINE', `From $g $d')
210define(`confOPERATORS', `.:%@!^/[]+')
211define(`confSMTP_LOGIN_MSG', `$j Sendmail $v/$Z; $b')
212define(`_REC_AUTH_', `$.$?{auth_type}(authenticated')
213define(`_REC_FULL_AUTH_', `$.$?{auth_type}(authenticated as ${auth_authen} $?{auth_author}for ${auth_author} $.with ${auth_type}')
214define(`_REC_HDR_', `$?sfrom $s $.$?_($?s$|from $.$_)')
215define(`_REC_END_', `for $u; $|;
13#
14
15######################################################################
16######################################################################
17#####
18##### SENDMAIL CONFIGURATION FILE
19#####
20ifdef(`unix', `dnl

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

208define(`confMAILER_NAME', ``MAILER-DAEMON'')
209define(`confFROM_LINE', `From $g $d')
210define(`confOPERATORS', `.:%@!^/[]+')
211define(`confSMTP_LOGIN_MSG', `$j Sendmail $v/$Z; $b')
212define(`_REC_AUTH_', `$.$?{auth_type}(authenticated')
213define(`_REC_FULL_AUTH_', `$.$?{auth_type}(authenticated as ${auth_authen} $?{auth_author}for ${auth_author} $.with ${auth_type}')
214define(`_REC_HDR_', `$?sfrom $s $.$?_($?s$|from $.$_)')
215define(`_REC_END_', `for $u; $|;
216 $.$b?g
216 $.$b$?g
217 (envelope-from $g)$.')
218define(`_REC_TLS_', `(using ${tls_version} with cipher ${cipher} (${cipher_bits} bits) verified ${verify})$.$?u')
219define(`_REC_BY_', `$.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version}')
220define(`confRECEIVED_HEADER', `_REC_HDR_
221 _REC_AUTH_$?{auth_ssf} (${auth_ssf} bits)$.)
222 _REC_BY_
223 _REC_TLS_
224 _REC_END_')

--- 31 unchanged lines hidden ---
217 (envelope-from $g)$.')
218define(`_REC_TLS_', `(using ${tls_version} with cipher ${cipher} (${cipher_bits} bits) verified ${verify})$.$?u')
219define(`_REC_BY_', `$.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version}')
220define(`confRECEIVED_HEADER', `_REC_HDR_
221 _REC_AUTH_$?{auth_ssf} (${auth_ssf} bits)$.)
222 _REC_BY_
223 _REC_TLS_
224 _REC_END_')

--- 31 unchanged lines hidden ---