1995-12-02 17:30:23 +00:00
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 1983, 1995 Eric P. Allman
|
|
|
|
|
# Copyright (c) 1988, 1993
|
|
|
|
|
# The Regents of the University of California. All rights reserved.
|
|
|
|
|
#
|
|
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
|
# modification, are permitted provided that the following conditions
|
|
|
|
|
# are met:
|
|
|
|
|
# 1. Redistributions of source code must retain the above copyright
|
|
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
|
# 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
|
# notice, this list of conditions and the following disclaimer in the
|
|
|
|
|
# documentation and/or other materials provided with the distribution.
|
|
|
|
|
# 3. All advertising materials mentioning features or use of this software
|
|
|
|
|
# must display the following acknowledgement:
|
|
|
|
|
# This product includes software developed by the University of
|
|
|
|
|
# California, Berkeley and its contributors.
|
|
|
|
|
# 4. Neither the name of the University nor the names of its contributors
|
|
|
|
|
# may be used to endorse or promote products derived from this software
|
|
|
|
|
# without specific prior written permission.
|
|
|
|
|
#
|
|
|
|
|
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
|
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
|
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
|
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
|
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
|
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
|
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
|
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
|
# SUCH DAMAGE.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
######################################################################
|
|
|
|
|
######################################################################
|
|
|
|
|
#####
|
|
|
|
|
##### SENDMAIL CONFIGURATION FILE
|
|
|
|
|
#####
|
|
|
|
|
define(`TEMPFILE', maketemp(/tmp/cfXXXXXX))dnl
|
|
|
|
|
syscmd(sh _CF_DIR_`'sh/makeinfo.sh _CF_DIR_ > TEMPFILE)dnl
|
|
|
|
|
include(TEMPFILE)dnl
|
|
|
|
|
syscmd(rm -f TEMPFILE)dnl
|
|
|
|
|
#####
|
|
|
|
|
######################################################################
|
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
|
|
divert(-1)
|
|
|
|
|
|
|
|
|
|
changecom()
|
|
|
|
|
undefine(`format')
|
|
|
|
|
undefine(`hpux')
|
|
|
|
|
ifdef(`pushdef', `',
|
|
|
|
|
`errprint(`You need a newer version of M4, at least as new as
|
|
|
|
|
System V or GNU')
|
|
|
|
|
include(NoSuchFile)')
|
|
|
|
|
define(`PUSHDIVERT', `pushdef(`__D__', divnum)divert($1)')
|
|
|
|
|
define(`POPDIVERT', `divert(__D__)popdef(`__D__')')
|
|
|
|
|
define(`OSTYPE',
|
|
|
|
|
`PUSHDIVERT(-1)
|
|
|
|
|
ifdef(`__OSTYPE__', `errprint(`duplicate OSTYPE'($1))')
|
|
|
|
|
define(`__OSTYPE__', $1)
|
|
|
|
|
define(`_ARG_', $2)
|
|
|
|
|
include(_CF_DIR_`'ostype/$1.m4)POPDIVERT`'')
|
|
|
|
|
define(`MAILER',
|
|
|
|
|
`ifdef(`_MAILER_$1_', `dnl`'',
|
|
|
|
|
`define(`_MAILER_$1_', `')PUSHDIVERT(7)include(_CF_DIR_`'mailer/$1.m4)POPDIVERT`'')')
|
|
|
|
|
define(`DOMAIN', `PUSHDIVERT(-1)define(`_ARG_', $2)include(_CF_DIR_`'domain/$1.m4)POPDIVERT`'')
|
|
|
|
|
define(`FEATURE', `PUSHDIVERT(-1)define(`_ARG_', $2)include(_CF_DIR_`'feature/$1.m4)POPDIVERT`'')
|
|
|
|
|
define(`HACK', `PUSHDIVERT(-1)define(`_ARG_', $2)include(_CF_DIR_`'hack/$1.m4)POPDIVERT`'')
|
|
|
|
|
define(`VERSIONID', ``##### $1 #####'')
|
|
|
|
|
define(`LOCAL_RULE_0', `divert(3)')
|
|
|
|
|
define(`LOCAL_RULE_1',
|
|
|
|
|
`divert(9)dnl
|
|
|
|
|
#######################################
|
|
|
|
|
### Ruleset 1 -- Sender Rewriting ###
|
|
|
|
|
#######################################
|
|
|
|
|
|
|
|
|
|
S1
|
|
|
|
|
')
|
|
|
|
|
define(`LOCAL_RULE_2',
|
|
|
|
|
`divert(9)dnl
|
|
|
|
|
##########################################
|
|
|
|
|
### Ruleset 2 -- Recipient Rewriting ###
|
|
|
|
|
##########################################
|
|
|
|
|
|
|
|
|
|
S2
|
1996-10-24 04:51:14 +00:00
|
|
|
|
')
|
|
|
|
|
define(`LOCAL_RULESETS',
|
|
|
|
|
`divert(9)
|
|
|
|
|
|
1995-12-02 17:30:23 +00:00
|
|
|
|
')
|
|
|
|
|
define(`LOCAL_RULE_3', `divert(2)')
|
|
|
|
|
define(`LOCAL_CONFIG', `divert(6)')
|
1996-10-24 04:51:14 +00:00
|
|
|
|
define(`MAILER_DEFINITIONS', `divert(7)')
|
1995-12-02 17:30:23 +00:00
|
|
|
|
define(`LOCAL_NET_CONFIG', `define(`_LOCAL_RULES_', 1)divert(1)')
|
|
|
|
|
define(`UUCPSMTP', `R DOL(*) < @ $1 .UUCP > DOL(*) DOL(1) < @ $2 > DOL(2)')
|
|
|
|
|
define(`CONCAT', `$1$2$3$4$5$6$7')
|
|
|
|
|
define(`DOL', ``$'$1')
|
|
|
|
|
define(`SITECONFIG',
|
|
|
|
|
`CONCAT(D, $3, $2)
|
|
|
|
|
define(`_CLASS_$3_', `')dnl
|
|
|
|
|
ifelse($3, U, Cw$2 $2.UUCP, `dnl')
|
|
|
|
|
define(`SITE', `ifelse(CONCAT($'2`, $3), SU,
|
|
|
|
|
CONCAT(CY, $'1`),
|
|
|
|
|
CONCAT(C, $3, $'1`))')
|
|
|
|
|
sinclude(_CF_DIR_`'siteconfig/$1.m4)')
|
|
|
|
|
define(`EXPOSED_USER', `PUSHDIVERT(5)CE$1
|
1997-01-27 07:37:00 +00:00
|
|
|
|
POPDIVERT`'dnl`'')
|
1995-12-02 17:30:23 +00:00
|
|
|
|
define(`LOCAL_USER', `PUSHDIVERT(5)CL$1
|
1997-01-27 07:37:00 +00:00
|
|
|
|
POPDIVERT`'dnl`'')
|
1995-12-02 17:30:23 +00:00
|
|
|
|
define(`MASQUERADE_AS', `define(`MASQUERADE_NAME', $1)')
|
|
|
|
|
define(`MASQUERADE_DOMAIN', `PUSHDIVERT(5)CM$1
|
1997-01-27 07:37:00 +00:00
|
|
|
|
POPDIVERT`'dnl`'')
|
1995-12-02 17:30:23 +00:00
|
|
|
|
define(`MASQUERADE_DOMAIN_FILE', `PUSHDIVERT(5)FM$1
|
1997-01-27 07:37:00 +00:00
|
|
|
|
POPDIVERT`'dnl`'')
|
1996-10-24 04:51:14 +00:00
|
|
|
|
define(`GENERICS_DOMAIN', `PUSHDIVERT(5)CG$1
|
1997-01-27 07:37:00 +00:00
|
|
|
|
POPDIVERT`'dnl`'')
|
1996-10-24 04:51:14 +00:00
|
|
|
|
define(`GENERICS_DOMAIN_FILE', `PUSHDIVERT(5)FG$1
|
1997-01-27 07:37:00 +00:00
|
|
|
|
POPDIVERT`'dnl`'')
|
1995-12-02 17:30:23 +00:00
|
|
|
|
define(`_OPTINS', `ifdef(`$1', `$2$1$3')')
|
|
|
|
|
|
|
|
|
|
m4wrap(`include(_CF_DIR_`m4/proto.m4')')
|
|
|
|
|
|
|
|
|
|
# set up default values for options
|
1996-10-24 04:51:14 +00:00
|
|
|
|
define(`ALIAS_FILE', `/etc/aliases')
|
1995-12-02 17:30:23 +00:00
|
|
|
|
define(`confMAILER_NAME', ``MAILER-DAEMON'')
|
|
|
|
|
define(`confFROM_LINE', `From $g $d')
|
|
|
|
|
define(`confOPERATORS', `.:%@!^/[]+')
|
|
|
|
|
define(`confSMTP_LOGIN_MSG', `$j Sendmail $v/$Z; $b')
|
1996-12-03 06:07:35 +00:00
|
|
|
|
define(`confRECEIVED_HEADER', `$?sfrom $s $.$?_($?s$|from $.$_)
|
1997-01-27 07:37:00 +00:00
|
|
|
|
$.by $j ($v/$Z)$?r with $r$. id $i$?u
|
|
|
|
|
for $u; $|;
|
1997-10-04 11:10:19 +00:00
|
|
|
|
$.$b$?g
|
|
|
|
|
(envelope-from $g)$.')
|
1995-12-02 17:30:23 +00:00
|
|
|
|
define(`confSEVEN_BIT_INPUT', `False')
|
|
|
|
|
define(`confEIGHT_BIT_HANDLING', `pass8')
|
|
|
|
|
define(`confALIAS_WAIT', `10')
|
|
|
|
|
define(`confMIN_FREE_BLOCKS', `100')
|
|
|
|
|
define(`confBLANK_SUB', `.')
|
|
|
|
|
define(`confCON_EXPENSIVE', `False')
|
|
|
|
|
define(`confDELIVERY_MODE', `background')
|
|
|
|
|
define(`confTEMP_FILE_MODE', `0600')
|
|
|
|
|
define(`confMCI_CACHE_SIZE', `2')
|
|
|
|
|
define(`confMCI_CACHE_TIMEOUT', `5m')
|
|
|
|
|
define(`confUSE_ERRORS_TO', `False')
|
|
|
|
|
define(`confLOG_LEVEL', `9')
|
|
|
|
|
define(`confCHECK_ALIASES', `False')
|
|
|
|
|
define(`confOLD_STYLE_HEADERS', `True')
|
|
|
|
|
define(`confPRIVACY_FLAGS', `authwarnings')
|
|
|
|
|
define(`confSAFE_QUEUE', `True')
|
|
|
|
|
define(`confTO_QUEUERETURN', `5d')
|
|
|
|
|
define(`confTO_QUEUEWARN', `4h')
|
|
|
|
|
define(`confTIME_ZONE', `USE_SYSTEM')
|
|
|
|
|
define(`confDEF_USER_ID', `1:1')
|
|
|
|
|
define(`confCW_FILE', `/etc/sendmail.cw')
|
|
|
|
|
define(`confMIME_FORMAT_ERRORS', `True')
|
|
|
|
|
define(`confFORWARD_PATH', `$z/.forward.$w:$z/.forward')
|
|
|
|
|
|
|
|
|
|
divert(0)dnl
|
1997-01-27 07:37:00 +00:00
|
|
|
|
VERSIONID(`@(#)cfhead.m4 8.9 (Berkeley) 1/18/97')
|