14e0fff21SRodney W. Grimesdivert(-1) 24e0fff21SRodney W. Grimes# 34e0fff21SRodney W. Grimes# Copyright (c) 1983 Eric P. Allman 4c46725b9SPeter Wemm# Copyright (c) 1988, 1993 5c46725b9SPeter Wemm# The Regents of the University of California. All rights reserved. 64e0fff21SRodney W. Grimes# 74e0fff21SRodney W. Grimes# Redistribution and use in source and binary forms, with or without 84e0fff21SRodney W. Grimes# modification, are permitted provided that the following conditions 94e0fff21SRodney W. Grimes# are met: 104e0fff21SRodney W. Grimes# 1. Redistributions of source code must retain the above copyright 114e0fff21SRodney W. Grimes# notice, this list of conditions and the following disclaimer. 124e0fff21SRodney W. Grimes# 2. Redistributions in binary form must reproduce the above copyright 134e0fff21SRodney W. Grimes# notice, this list of conditions and the following disclaimer in the 144e0fff21SRodney W. Grimes# documentation and/or other materials provided with the distribution. 154e0fff21SRodney W. Grimes# 3. All advertising materials mentioning features or use of this software 164e0fff21SRodney W. Grimes# must display the following acknowledgement: 174e0fff21SRodney W. Grimes# This product includes software developed by the University of 184e0fff21SRodney W. Grimes# California, Berkeley and its contributors. 194e0fff21SRodney W. Grimes# 4. Neither the name of the University nor the names of its contributors 204e0fff21SRodney W. Grimes# may be used to endorse or promote products derived from this software 214e0fff21SRodney W. Grimes# without specific prior written permission. 224e0fff21SRodney W. Grimes# 234e0fff21SRodney W. Grimes# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 244e0fff21SRodney W. Grimes# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 254e0fff21SRodney W. Grimes# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 264e0fff21SRodney W. Grimes# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 274e0fff21SRodney W. Grimes# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 284e0fff21SRodney W. Grimes# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 294e0fff21SRodney W. Grimes# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 304e0fff21SRodney W. Grimes# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 314e0fff21SRodney W. Grimes# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 324e0fff21SRodney W. Grimes# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 334e0fff21SRodney W. Grimes# SUCH DAMAGE. 344e0fff21SRodney W. Grimes# 354e0fff21SRodney W. Grimes 36bdfaa56aSPaul Trainadivert(0)dnl 37bdfaa56aSPaul TrainaVERSIONID(`@(#)freefall.mc $Revision: 1.8 $') 384e0fff21SRodney W. GrimesOSTYPE(bsd4.4)dnl 39c46725b9SPeter WemmDOMAIN(generic)dnl 404e0fff21SRodney W. GrimesMAILER(local)dnl 414e0fff21SRodney W. GrimesMAILER(smtp)dnl 42c46725b9SPeter WemmFEATURE(mailertable, `hash -o /etc/mailertable')dnl 434e0fff21SRodney W. Grimesdefine(`UUCP_RELAY', ucbvax.Berkeley.EDU)dnl 444e0fff21SRodney W. Grimesdefine(`BITNET_RELAY', mailhost.Berkeley.EDU)dnl 454e0fff21SRodney W. Grimesdefine(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl 46c46725b9SPeter Wemmdefine(`confCHECKPOINT_INTERVAL', `4')dnl 47c46725b9SPeter Wemmdefine(`confAUTO_REBUILD', `True')dnl 48c46725b9SPeter Wemmdefine(`confMIN_FREE_BLOCKS', `1024')dnl 49f6f0fafdSPeter Wemmdefine(`confSMTP_MAILER', `smtp8')dnl 50c46725b9SPeter Wemmdefine(`confME_TOO', `True')dnl 51c46725b9SPeter Wemmdefine(`confMCI_CACHE_TIMEOUT', `10m')dnl 52c46725b9SPeter Wemmdefine(`confTO_QUEUEWARN', `1d')dnl 533d334e23SPeter Wemmdefine(`confTO_QUEUEWARN_NORMAL', `1d')dnl 54c46725b9SPeter Wemmdefine(`confTO_RCPT', `10m')dnl 55c46725b9SPeter Wemmdefine(`confTO_DATABLOCK', `10m')dnl 56c46725b9SPeter Wemmdefine(`confTO_DATAFINAL', `10m')dnl 57c46725b9SPeter Wemmdefine(`confTO_COMMAND', `10m')dnl 58c46725b9SPeter Wemmdefine(`confMIN_QUEUE_AGE', `30m')dnl 59c46725b9SPeter Wemmdefine(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl 60dc19cc1eSPeter Wemmdefine(`confTRUSTED_USERS', `majordom') 61e22b29b9SPeter Wemmdefine(`confRECEIVED_HEADER', `$?sfrom $s $.$?_($?s$|from $.$_)$. 62b92bf751SJordan K. Hubbard by $j ($v/$Z)$?r with $r$. id $i$?u$|;$. 63e22b29b9SPeter Wemm $?ufor $u; $.$b') 64